01011001 01100101 01100001 01110010 00100000 00111000 00100000 01000010 01101001 01101110 01100001 01110010 01111001.

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

Base 10 Denary Decimal
Processing Data.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Binary numbers. 1 Humans count using decimal numbers (base 10) We use 10 units: 0, 1, 2, 3, 4, 5, 6, 7, 8 and (5.
Put two and two together to get 100 And still be right!!!
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Memory Terminology & Data Representation CSCI 1060 Fall 2006.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Binary Logic Lets think about the Binary!. What is Binary? Computers use binary as it’s a lot simpler! Each CPU is made up of millions of transistors.
Binary Code.
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!
Math Review Do you remember, from math class, how exponentiation operations are typically represented? anan is known as the "base" a is known as the "base"
©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Binary Numbers Zeros and Ones
LO To practice our methods of division. 11- Nov-14 Write a comment or make a statement about this prompt.
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
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.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Bits and Bytes. Decimal Numbers 6,357 has four digits -base-10 (6 * 1000) + (3 * 100) + (5 * 10) + (7 * 1) = = 6357 (6 * 10^3) + (3.
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.
Working with 8-bit bytes and hexadecimal
Visualizing Decimal and Binary
Data Representation Bits, Bytes, Binary, Hexadecimal.
File Size and File Formats. Digital cameras often save images in one of several formats: JPGBMPTIFFRAWOthers Most of these are unsuitable for use on the.
1 1 7-Dec-15 Binary Converting to and from decimal.
Binary System Presented by Mr. Wilhelmi Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The.
Computer Math CPS120: Binary Representations. Binary computers have storage units called binary digits or bits: Low Voltage = 0 High Voltage = 1 all bits.
OBJECTIVES 1. Be able to recognise binary code 2. Be able to convert denary numbers into binary numbers 3. Be able to convert binary into denary numbers.
Computer Networks – IP addresses and binary Week
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
Lesson 6 Binary Understand what Binary Code means and apply this knowledge Understand how data is represented using bit systems and be able to change decimal.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
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.
Number systems Visualizing Decimal and Binary. We count in base 10 because people started by counting on their fingers Base 10 is a number system that.
Lesson 2 – Denary to Binary
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
 Human language : commonly used to express feeling and understand what other people expression.  Computer language : are a languages by which a user.
WHAT IS BINARY? Binary is a number system that only uses two digits: 1 and 0. Any information that processed by a computer it is put into sequence of.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Understanding binary Understanding Computers.
Binary and Logic Computers use electrical signals that are on or off, so they have to see everything as a series of binary numbers. This data is represented.
Consider this number: , Ones (7 ones) Tens (no tens)
BINARY CODE.
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.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Chapter 3 Data Representation
Denary to Binary Numbers & Binary to Denary
Saturday, 10 November 2018 Binary
Representing Data How does a computer represent data?
KS3: Bases Dr J Frost Objectives:
Binary Lesson 2 Bytes.
Everything that goes on under the hood of a computer is done in binary -- the language of 0s and 1s. If we have only two numbers, it's very easy to represent.
Lesson 2: Binary to Denary Conversion.
Binary Lesson 3 Hexadecimal
Data Binary Conversion.
Binary Lesson 3 Hexadecimal
Bits and Bytes Key Revision Points.
All pupils can read off the base trigonometric graphs
How to Represent Numbers on a Computer
Binary  Name: Class: .
Chapter Four Data Representation in Computers By Bezawit E.
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.
LO1 – Understand Computer Hardware
Binary It’s all 0’s and 1’s.
The Understanding of Binary Math & Conversion
Technology 3 Bits & Bytes.
Binary.
1 1. Binary Basics Year 8 Unit 1 Bitmap Graphics.
Presentation transcript:

LO1. To learn the purpose of binary LO2. To recognise binary bits. LO3. To convert decimal to binary and binary to decimal

Starter LO1. To learn the purpose of binary LO2. To recognise binary bits. LO3. To convert decimal to binary and binary to decimal Discuss – What is binary? Page 1 of your workbook

Still confused. Computers are not human. They run on electricity, that means they have to use electricity to represent information. Electricity has two states ON or OFF. LO1. To learn the purpose of binary LO2. To recognise binary bits. LO3. To convert decimal to binary and binary to decimal

Electric Switch Think of a light switch. It is either ON or OFF – ON = light on – OFF = light off On a computer the computer Saves the information as a single number. 1 = There is power 0 = There is no power LO1. To learn the purpose of binary LO2. To recognise binary bits. LO3. To convert decimal to binary and binary to decimal Page 1 of your workbook

bit of this bit of that!!! Computers save lots and lots of these 1 (ON) and 0 (OFF) numbers. We have to group them: one ON and OFF together are called a ‘bit’. This stands for binary digit Refresh. A bit is made up of a 1 and an 0

Grouping If we have one bit we can have two values. 1 or 0 How many values can we have if we join two bits together. – 00 – 01 – 10 – 11 You can see that if we put two bits together we can pick 4 different values. We can keep grouping bits to make more and more values LO1. To learn the purpose of binary LO2. To recognise binary bits. LO3. To convert decimal to binary and binary to decimal

Page 2 of your workbook How many different values can be made with 3 bits? extension.: 1 bit = bit = bit = bit = 2 4 How many values can you have with 5 bits Extension: 2 5 = 32 values

Grouping further! The smallest unit in binary is the bit. Four bits together are called one nibble. Eight bits are called one byte bytes are called one kilobyte (kb) And there is more…….. LO1. To learn the purpose of binary LO2. To recognise binary bits. LO3. To convert decimal to binary and binary to decimal

Binary to decimal In decimal if we have the number 7 we can lay it out in a table: Each is a power of 10 In binary we have a different table. Each is a power of 2. LO1. To learn the purpose of binary LO2. To recognise binary bits. LO3. To convert decimal to binary and binary to decimal s10’sunits Note: the is 8 bits which is a Byte

Another Example The number 127 In binary The number 255 In binary LO1. To learn the purpose of binary LO2. To recognise binary bits. LO3. To convert decimal to binary and binary to decimal s10’sunits s10’sunits

Pupils to pretend to be a Byte Pupils to be given the signs. Competition to see who can make the binary number first. Teacher will say a number between LO1. To learn the purpose of binary LO2. To recognise binary bits. LO3. To convert decimal to binary and binary to decimal

Binary to decimal In binary Changing binary to decimal. 0* *64 + 0*32 + 0*16 + 0*8 + 1*4 + 1*2 + 1*1 = 7 LO1. To learn the purpose of binary LO2. To recognise binary bits. LO3. To convert binary to decimal Changing binary to decimal. 0* *64 + 1*32 + 0*16 + 0*8 + 0*4 + 0*2 + 1*1 = 97

Activity. Binary worksheet. Work your way through the worksheet. Don’t be afraid to ask the person next to you. LO1. To learn the purpose of binary LO2. To recognise binary bits. LO3. To convert binary to decimal

Plenary Using your knowledge of binary. What does this mean. Pupils to explain what they think it means