0100 0010 0110 1001 0110 1110 0110 0001 0111 0010 0111 1001 0010 0000 0100 0011 0110 1111 0110 0100 0110 0101 Binary Code.

Slides:



Advertisements
Similar presentations
Vocabulary Electronic pulses Transistors Decimal numbers
Advertisements

Computer Codes Rohit Khokher. Computer Codes Data types NumericNonnumeric IntegerRealAlphabet A, B, C, …,Z a, b, c,…,z Digits 0,…,9 Special Characters.
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Representing Data, Pictures, Time, and Size in Computer
How Computers Represent Numbers Friday, Week 5. Binary Code A series of 1’s and 0’s Place value is in powers of 2.
Processing Data.
Representing Information as Bit Patterns Lecture 4 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
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.
Number Systems & Logic Gates Day 1
Bits and Bytes.
CODING SYSTEMS CODING SYSTEMS CODING SYSTEMS. CHARACTERS CHARACTERS digits: 0 – 9 (numeric characters) letters: alphabetic characters punctuation marks:
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Bits and Bytes.
/4 Binary Code & CPUs Digital Signals
Aloha Aloha What you see: What the computer sees: binary number columns binary number columns
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Transforming Data into Information.
Chapter 2 Computer Hardware
Data Representation A series of eight bits is called a byte. A byte can be used to represent a number or a character. As you’ll see in the following table,
Fill in the blanks: (1) _________ has only two possible values 0 and 1. (2) There are __________bits in a byte. (3) 1 kilobyte of memory space can store.
What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!
©Contrinex JDC PPT_XF_BinHexDecASCII Encoding information J.-D. Chatelain.
Bits & Bytes A bit is the smallest amount of memory used to store information. A bit is represented by either a “0” or a “1”. “Bit” is a contraction of.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
Representing Characters in a computer Pressing a key on the computer a code is generated that the computer can convert into a symbol for displaying or.
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Binary System Presented by Mr. Wilhelmi Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The.
Business Programming I Fall – 2000 By Jim Payne Lecture 05Jim Payne - University of Tulsa2 Alphanumeric Storage Numbers that are not numbers? Alphabetic.
CHAPTER 2. Open Circuits Closed Circuits  Open Switch = device is off  Stops the circuit  Closed switch = device is on  Batteries have connections.
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.
ASCII AND EBCDIC CODES By : madam aisha.
HNC COMPUTING - COMPUTER PLATFORMS 1 Micro Teach Binary.
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
Fall’ 2014 Lesson - 1 Number System & Program Design CSE 101.
Millions of electronic pulses move through your computer every second. Computers are capable of processing thousands of functions in the time it takes.
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
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.
Numerical Representation Intro to Computer Science CS1510 Dr. Sarah Diesburg 1.
1.4 Representation of data in computer systems Character.
Lecture Coding Schemes. Representing Data English language uses 26 symbols to represent an idea Different sets of bit patterns have been designed to represent.
Binary and Hard Disk PEOPLE Program
Understanding binary Understanding Computers.
BINARY CODE.
Numerical Representation
Data Transfer ASCII FILES.
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
Representation of data in computer systems
BITS & BYTES.
RFID - EN Encoding information Encoding information J.-D. Chatelain.
Data Encoding Characters.
Binary Code  
Numerical Representation
Computers & Programming Languages
Binary Data representation
Data Binary Conversion.
Numerical Representation
The basics of any electronic device means either electricity is flowing or it is not i.e. a switch is either on or off Computers are electronic devices.
Learning Intention I will learn how computers store text.
Transforming Data into Information
Electronic Memory.
Technology 3 Bits & Bytes.
Numerical Representation
Presentation transcript:

0100 0010 0110 1001 0110 1110 0110 0001 0111 0010 0111 1001 0010 0000 0100 0011 0110 1111 0110 0100 0110 0101 Binary Code

What is Binary Code? Code used to express digital information that computers process Consists of only 2 symbols 0’s & 1’s

What is Binary Code? The 2 digits express the flow of electricity through transistors (or switches) Computers are made up of millions of electronic switches

What is Binary Code? Switch can be either OFF or ON 0 = OFF 1 = ON

What is Binary Code? Binary Digit  BIT Each digit, a 1 or 0, is called a BIT 8 bits are called a BYTE 1 gigabyte ≈ 1 billion bytes ≈ 8 billion bits http://youtu.be/ry1hpm1GXVI

Examples of 8-bit Binary Numbers 01000010 01101111 01101001 01100100 01101110 0110 0101 01100001 01110010 01111001 00100000 01000011

Practice 57 = _ _ _ _ _ _ _ _ 32 = _ _ _ _ _ _ _ _

Practice ________ = 0110 1111 ________ = 00010010

ASCII American Standard Code for Information Interchange Alphabet in Binary ASCII is an 8-bit code

Practice ASCII Code Sheet Handout Use what you’ve learned about Binary Numbers to complete the ASCII worksheet. http://educate.intel.com/en/TheJourneyInside/ExploreTheCurriculum/EC_DigitalInformation/DILesson6/