Binary and Denary Numbers. Time remaining: Today’s date : all of the things that this COULD mean: even if you think that what you are thinking is daft.

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

Chapter 4: Representation of data in computer systems
Base 10 Denary Decimal
Per. 2 – Erik, Julianne, Steven. True False or EasyMultiple Choice or Medium Fill in the Blank or Hard $100 $200 $300.
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.
Binary Aim: Explain binary and binary units Objective 1: Convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa Objective.
Teaching Computing at KS3 Session 2 Sue Sentance and Sophie Baker
Revision tip: Focus on the things you find difficult first.
CREATED BY, MS. JENNIFER DUKE BITS, BYTES, AND UNITS OF MEASUREMENT.
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.
Communications technology Ali Kennedy.  Bit= from a shortening of the words “ bi nary digit”  The basic unit ofinformation for computers  1 or 0 are.
Memory Terminology & Data Representation CSCI 1060 Fall 2006.
Binary Code.
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"
1 3 Computing System Fundamentals 3.2 Computer Architecture.
CS 104 Introduction to Computer Science and Graphics Problems Data Representation(1) Number Systems 09/12 ~ 09/16 /2008 Yang Song (Prepared by Yang Song.
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
How We Measure Memory. Learning Goal Today we are going to learn how the computer stores information.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Computer Programming 12 Mr. Jean February 5 th, 2014.
Computer Math CPS120: Binary Representations. Binary computers have storage units called binary digits or bits: Low Voltage = 0 High Voltage = 1 all bits.
2.1.4 Data Representation Units.
* Numeral Systems: A writing method for expressing numbers is called a “Numeral System". In the most common numeral system, we write numbers with combinations.
Units Chapter 0.
Journal Entry: Unit #5 Entry #3 Define the following words from ch2 in your journals: Binary, bit, discrete, unambiguous signals, digital, analog signal,
Units Representation of Data in Computer Systems.
BINARY Toby Wilson. LEARNING OBJECTIVES  Be able to convert binary to denary  Be able to convert denary into binary  Be able to explain how computers.
Lesson Aim (Data representation) To be able to: Convert B/D & D/B Convert D/H & H/D Convert H/B & B/H Perform simple binary arithmetic Represent a number.
Introduction to Number Representation A451 GCSE Computing.
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.
Bits & Bytes Why computers use binary. Analog Signals Analog signals : constantly changing values – Difficult to make precise.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
© 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.
© 2003, Cisco Systems, Inc. All rights reserved.
Lesson Objectives Aims You should be able to:
How do Computers Work ?.
Consider this number: , Ones (7 ones) Tens (no tens)
Binary numbers: Week 7 Lesson 1
Information Technology Introduction to Number System
Memory Parts of a computer
Unit 2- Lesson 1 & 2- Bytes and File Sizes / Text Compression
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
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Denary to Binary Numbers & Binary to Denary
…to GCSE Level with Python Sue Sentance
Data Representation Numbers
Representation of Data in Computer Systems
How do computers work? Storage.
Hexadecimal Conversions
(return of the…) Data blast
Data Binary Conversion.
Bits and Bytes Key Revision Points.
Why computers use binary
Binary System.
Ms Jennifer - Senior 4 - Data Representation Introduction
Hexadecimal.
Binary It’s all 0’s and 1’s.
Component 1 – 2A, B, C Binary Logic
WJEC GCSE Computer Science
Binary.
Presentation transcript:

Binary and Denary Numbers

Time remaining: Today’s date : all of the things that this COULD mean: even if you think that what you are thinking is daft Tell me…….. 14 th January

What could 1 mean? In computing it could mean….. Binary digit (bit) A computer only recognises switches and 1 means that the switch is ‘On’ In Boolean you only have True or False, 1 means ‘True’

Key terms Data Binary Denary Nibble Bit Byte Kilobyte Megabyte Gigabyte Terabyte

Units of computer data 4 bits=1 nibble 8 bits=1 byte 1024 bytes=1 kilobyte 1024 megabytes=1 gigabyte 1024 gigabytes = 1 terabyte 1024 terabytes= 1 petabyte

Denary & Binary Denary Base 10: The number 217: Binary Base 2: The number 217:

Converting denary to binary & back again Denary number between 0 – 255: /2 Remainder /2 Remainder /2 Remainder /2 Remainder /2 Remainder /2 Remainder /2 Remainder /2 Remainder

Method

Have a go Demonstrate your learning: Complete the 2 examples on the learning sheet Challenge (complete on paper): Convert these numbers: Convert to denary: