Binary System Presented by Mr. Wilhelmi Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The.

Slides:



Advertisements
Similar presentations
Computer Codes Rohit Khokher. Computer Codes Data types NumericNonnumeric IntegerRealAlphabet A, B, C, …,Z a, b, c,…,z Digits 0,…,9 Special Characters.
Advertisements

Processing Data.
Binary and Hexadecimal Numbers
Chapter 2 Processing Data Peter Norton’s Introduction to Computers
Representation of Data How is data (numbers, characters) represented so that it can be used in a Computer ?
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
1 12/08/03SW Abingdon and Witney College Binary Converting to and from decimal.
Bits and Bytes.
CODING SYSTEMS CODING SYSTEMS CODING SYSTEMS. CHARACTERS CHARACTERS digits: 0 – 9 (numeric characters) letters: alphabetic characters punctuation marks:
CHARACTERS Data Representation. Using binary to represent characters Computers can only process binary numbers (1’s and 0’s) so a system was developed.
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
1 CSC103: Introduction to Computer and Programming Lecture No 2.
Bits & Bytes: How Computers Represent Data
CSC 101 Introduction to Computing Lecture 9 Dr. Iftikhar Azim Niaz 1.
Aloha Aloha What you see: What the computer sees: binary number columns binary number columns
Binary Codes Computers and other digital systems "work" with binary numbers. I/P & O/P is usually done using decimal numbers, alphabetics, special symbols.
Standard Grade Computing LOW LEVEL MACHINE CHAPTER 21.
NAME – vivek singh. Class – VIII. WHAT IS COMPUTER ? A COMPUTER IS AN ELECTRONIC MACHINE. THAT CONVERT DATA INTO MEANINGFUL INFORMATION. IT CALCULATED.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Transforming Data into Information.
Lecture # 5 Data Representation. Today Questions: From notes/reading/life? Prepare for Quiz # 1 (Multiple Choice) 1.Introduce: How do Computers store.
Binary Arithmetic & Data representation
Computers Designed by Terry Wilhelmi Joseph Jacquard Jacquard’s Loom in 1810 Emphasized three computer concepts: 1. Instructions - used punched cards.
Binary Code.
COMPSCI 210 Semester Tutorial 1
1 Pertemuan 2 Network Math. Discussion Topics Binary presentation of data Bits and bytes Base 10 number system Base 2 number system Converting decimal.
AP: Discuss with a shoulder partner these questions. EQ Question: 1. What does the computer understand? 2. How is information converted to machine language?
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
Section 3.1: Number Representation Practice HW (not to hand in) From Barr Text p. 185 # 1-5.
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
1 1 7-Dec-15 Binary Converting to and from decimal.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
OFF = 0 ON = 1 = 63 BINARY system
Lecture 3 Combinational Circuits
Business Programming I Fall – 2000 By Jim Payne Lecture 05Jim Payne - University of Tulsa2 Alphanumeric Storage Numbers that are not numbers? Alphabetic.
Circuits & Switches. Electricity Formed when an excess of positive or negative particles that are parts of atoms attempts to balance itself=electrical.
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Lecture Coding Schemes. Representing Data English language uses 26 symbols to represent an idea Different sets of bit patterns have been designed to represent.
COMPUTER ORGANIZATION 4 TH LECTURE. ASCII Code  ASCII ( American Standard Code for Information Interchange).  Input and output devices that communicate.
Programmable Logic Controller
Binary Representation in Text
Binary Representation in Text
Understanding binary Understanding Computers.
3 – Boolean Logic and Logic Gates 4 – Binary Numbers
Chapter 3 - Binary Numbering System
Computer Code.
Unit 18: Computational Thinking
CSCI 198: Lecture 4: Data Representation
BINARY CODE.
Information Technology Introduction to Number System
Data Transfer ASCII FILES.
CSCI 161: Lecture 4: Data Representation
Chapter 2 – Computer hardware
RFID - EN Encoding information Encoding information J.-D. Chatelain.
TOPICS Information Representation Characters and Images
University of Gujrat Department of Computer Science
Binary Code  
Representing Data How does a computer represent data?
Computers & Programming Languages
C1 Number systems.
Plan Attendance Files Posted on Campus Cruiser Homework Reminder
How Computers Store Data
Table 1.1 Powers of Two.
Learning Intention I will learn how computers store text.
Transforming Data into Information
Electronic Memory.
Presentation transcript:

Binary System Presented by Mr. Wilhelmi

Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The raw material to be processed by a computer Information Information  Data that is organized, meaningful, & useful To be useful, information must be: To be useful, information must be:  Complete, accurate, relevant, & timely

Pioneers George Boole George Boole  1800’s  Boolean mathematics  Human reason could be reduced to yes/no questions George Shannon George Shannon  1937  Used Boolean logic to wire electrical switching

Binary Number System Electrical circuits/switches have one of two states – on or off (light switch)

Binary Number System Binary System (Base of 2) – uses two numbers to represent the states: 1 for ON and 0 for OFF Bit (Binary Digit) – each 1 or 0 Byte – an 8-bit unit that represents one character

Decimal to Binary There can be as many 0’s and 1’s as required within eight places to represent a particular character

ASCII Code American Standard Code for Information Interchange Small computers use ASCII code to convert characters into the machine language of 1’s and 0’s. Conversion is handled by the computer system’s input and output devices