© 2016 AQA. Created by Teachit for AQA 3.3.1 Number bases and 3.3.3 Units of information Lesson.

Slides:



Advertisements
Similar presentations
Skills: none Concepts: the quantity of data as measured in bits or bytes, prefixes for large numbers, abbreviation conventions, data ≠ information This.
Advertisements

Information Processing Session 5B Binary Arithmetic Slide
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 and Decimal Numbers
 A binary number is a number that includes only ones and zeroes.  The number could be of any length  The following are all examples of binary numbers.
Introduction to Information Technology
Representing Information in Binary (Continued)
Binary Number Systems.
Binary Representation and Computer Arithmetic
The Binary Number System
Memory Terminology & Data Representation CSCI 1060 Fall 2006.
ACOE1611 Data Representation and Numbering Systems Dr. Costas Kyriacou and Dr. Konstantinos Tatas.
Numbering systems.
Bits & Bytes: How Computers Represent Data
Data and Program Representation
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Chapter 2 Computer Hardware
Hardware Data Storage.
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!
Text and Graphics September 26, Unit 3.
Lecture 2 Bits, Bytes & Number systems
Number Representation. Representing numbers n Numbers are represented as successive powers of a base, or radix.
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 2: Floating Point Representation.
Lesson 8 – Binary Numbers Computer Programming 12.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
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.
Digital Media Lecture 2: SemesterOverview Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
AEEE2031 Data Representation and Numbering Systems.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
2.1.4 Data Representation Units.
Units Representation of Data in Computer Systems.
TOPICS:  Introduction  Place Value  Binary  Decimal conversion  Decimal  Binary conversion  Related terms  Quiz.
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
Number Systems Part 2. Counting in Binary DecimalBinary
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.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
© 2016 AQA. Created by Teachit for AQA Converting between number bases Lesson.
Unit 1 Digital Data Section D. Chapter 1, Slide 2Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 1D – Digital DataSlide 2 Wikipedia.
Nat 4/5 Computing Science Lesson 1: Binary
ITEC2110, Digital Media Chapter 1 Background & Fundamentals
Binary & Hex Review.
Lesson Objectives Aims You should be able to:
Data Representation – numbers Binary conversion Hexadecimal Negative numbers Binary addition Binary shifts.
3.1 Denary, Binary and Hexadecimal Number Systems
Binary numbers: Week 7 Lesson 1
BINARY CODE.
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Computer Memory Digital Literacy.
Memory Parts of a computer
Bits & Bytes How Computers Represent Data
Introduction to Computers
Information Support and Services
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Representation of Data in Computer Systems
Decimal System The radix or base of a number system determines
Unit Units of Measurement
Fundamentals of Data Representation
Binary Lesson 2 Bytes.
Data Representation – Numbers
Binary Lesson 2 Bytes.
(return of the…) Data blast
Binary Lesson 2 Bytes.
Starter Using the fingers on only one hand, what is the highest number you can count to? Rules: You must start at 1 You must count sequentially (i.e.
Chapter Four Data Representation in Computers By Bezawit E.
Storage.
Binary System.
LO1 – Understand Computer Hardware
Binary & Hex Review.
Computer Systems Nat 4/5 Computing Science Data Representation
Presentation transcript:

© 2016 AQA. Created by Teachit for AQA Number bases and Units of information Lesson

© 2016 AQA. Created by Teachit for AQA Objectives – Number bases Know about historical instances of data representation. Define what is meant by a number base. Know about the differences in magnitude between different bases.

© 2016 AQA. Created by Teachit for AQA Objectives – Units of information Know that a bit is the smallest unit of data on a computer. Know how many bits are in a byte. Understand how to use prefixes to represent magnitude.

© 2016 AQA. Created by Teachit for AQA Over to you… Quick Quiz

© 2016 AQA. Created by Teachit for AQA Representing numbers (3.3.1) As human beings, we are used to counting using a Base 10 (decimal) number system. Why do you think this might be? Unfortunately, computers only deal in the Base 2 (binary) number system.

© 2016 AQA. Created by Teachit for AQA Binary Base 2 The counting system of a computer. Range Decimal Base 10 The counting system of humans. Range Hexadecima l Base 16 A way of representing the counting system used by computers in a more compact and easier to remember way. Range F E D C B A Two variations in one column Ten variations in one column Sixteen variations in one column Look at the differences in the range (radix) of each column.

© 2016 AQA. Created by Teachit for AQA How do we store numbers using a computer? Computers store data by using single binary bits. To represent a larger collection of numbers it is necessary to use a range of bits and to give them specific values. One byte (a collection of eight bits) will allow us to represent a range of numbers ( ).

© 2016 AQA. Created by Teachit for AQA Converting binary to decimal Look at the binary pattern and work from right to left. Identify whether each successive bit is ‘on’ or ‘off’ i.e. is 1 or 0 in value. Then add up the totals. ExampleConvert to decimal Decimal total value = 44

© 2016 AQA. Created by Teachit for AQA What is data? When we talk about data within the context of the world of computing – we are talking about the storage of information in a binary form. A computer can be made to encode and store whatever type of information we give it, text, pictures, sound and video as an encoded stream of ones and zeros, that’s it! Data storage = Binary storage

© 2016 AQA. Created by Teachit for AQA Quiz 1 Over to you…

© 2016 AQA. Created by Teachit for AQA Putting a size on things (3.3.3) In order for us to be able to give an exact magnitude to a quantity, we need two components: the correct number system an order of magnitude. UnitRepresentsComments bit (b)smallest possible unit of storage byte (B)1 byte is a collection of 8 bits kilo10001 kB = 1,000 bytes mega MB = 1,000,000 bytes giga GB = 1,000,000,000 bytes tera TB = 1,000,000,000,000 bytes

© 2016 AQA. Created by Teachit for AQA Over to you… Quiz 2