Binary Data representation

Slides:



Advertisements
Similar presentations
Base 10 Denary Decimal
Advertisements

Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Processing Data.
1 Chapter Overview Computer Communication The Computer Bus Objectives  Understand how a computer transmits and receives information.  Explain the principles.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Number Systems & Logic Gates Day 1
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.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Data and Program Representation
Aloha Aloha What you see: What the computer sees: binary number columns binary number columns
Standard Grade Computing LOW LEVEL MACHINE CHAPTER 21.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
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,
Binary Code.
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 is a computer? A computer is a device that:
1 3 Computing System Fundamentals 3.5 Data Representation.
More Binary How does a computer represent everything using just zeros and ones?
Bits and Bytes IGCSE. A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at.
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.
Do it now activity Can you work out what the missing symbols are and work out the order they should be in if the table shows smallest to largest KB kilobyte.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Computer Programming 12 Mr. Jean February 5 th, 2014.
Representation of Characters
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Computer Math CPS120: Binary Representations. Binary computers have storage units called binary digits or bits: Low Voltage = 0 High Voltage = 1 all bits.
OFF = 0 ON = 1 = 63 BINARY system
Business Programming I Fall – 2000 By Jim Payne Lecture 05Jim Payne - University of Tulsa2 Alphanumeric Storage Numbers that are not numbers? Alphabetic.
Data Representation.
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.
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
Understanding Computers
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
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.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Day 6 - Encoding and Sending Formatted Text
Some basic concepts underlying computer archi­tecture
Understanding binary Understanding Computers.
How Computers Store Variables
Consider this number: , Ones (7 ones) Tens (no tens)
Day 6 - Encoding and Sending Formatted Text
Numerical Representation
Memory Parts of a computer
Information Support and Services
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.
…to GCSE Level with Python Sue Sentance
Data Encoding Characters.
Data Representation ASCII.
Lecture 3 ISE101: Computing Fundamentals
Data Representation Question: Characters
How do computers work? Storage.
Numerical Representation
Bits, Bytes, and Storage.
Presenting information as bit patterns
Encoding and Sending Formatted Text
Numerical Representation
Learning Intention I will learn how computers store text.
Information Technology Department
LO1 – Understand Computer Hardware
Binary keyboard challenge
Binary.
Numerical Representation
Presentation transcript:

Binary Data representation Understanding Binary

What is Binary? The Binary number system is a way to represent any number using just 2 symbols 0 and 1

How is that possible? 16 8 4 2 1

A Quick Quiz How would we represent: 23 5 31 9 11 10111 00101 11111 01001 01011

Binary Counting Use the cards to count up from zero. Do you notice a pattern? What's the largest number you can count to with 5 Bits

Sending messages All the information that is sent over the internet is sent in Binary form. How can we represent all the letters of the alphabet using Binary?

So in this example the letter C would be 00011 in Binary Like this perhaps So in this example the letter C would be 00011 in Binary

What are the following words in binary: Like this perhaps What are the following words in binary: Cat Donut Pen Create your own binary word! 00011 00001 10100 00100 01111 01110 10101 10100 10000 00101 01110

How many characters are there on a Keyboard? Around 128! How many Binary Bits would we need in order to represent each of the characters? 256

ascii ASCII is used to represent the characters on a keyboard, each key is assigned a number, like co-ordinates. What is the ASCII code for: % A Z m What characters are these: 1010 000 1111 010 0110 100 0001 111 0101 010 LF 0001 100 / 1010 101 F 1101 110 q

8 Bits = 1 Byte The easiest thing to do is to use 1 Byte to represent them. How many numbers can we represent using 8 Bits? A byte is a standard unit of measure in computing i.e. KiloByte, MegaByte, GigaByte