Representation of data in computer systems

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

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.
Base 10 Denary Decimal
Representing Data, Pictures, Time, and Size in Computer
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
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.
Computer Storage & Representing Numbers CE 311 K - Introduction to Computer Methods Daene C. McKinney.
A-Level Computing Data representation. Objectives Know how data can be represented in a computer system Understand the need for various forms of representation.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
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"
The Hexadecimal Number System and Memory Addressing ISAT 121.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
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.
Working with 8-bit bytes and hexadecimal
Number Bases and Representation. Denary Number System (Base 10) Our number system uses 10 digits (0-9) As you move from right to left each number is worth.
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.
How We Measure Memory. At the Bottom of things A piece of digital information is always stored as a sequence of binary states. What’s that mean you ask???
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.
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
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.
Binary Decimal Hexadecimal
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.
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.
Nat 4/5 Computing Science Lesson 1: Binary
Math Review Do you remember, from math class, how exponentiation operations are typically represented? an a is known as the "base" n is known as the "exponent".
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.
Binary, Denary, Hexadecimal Conversion Binary Addition
Lesson Objectives Aims You should be able to:
Data Representation N4/N5.
Consider this number: , Ones (7 ones) Tens (no tens)
Lesson Objectives Aims
Binary numbers: Week 7 Lesson 1
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.
Intermediate 2 Computing
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Denary to Binary Numbers & Binary to Denary
…to GCSE Level with Python Sue Sentance
Binary & Hexidecimal Numbers
Number Systems.
Saturday, 10 November 2018 Binary
Data Representation Numbers
Representation of Data in Computer Systems
Learn what binary and denary mean.
(return of the…) Data blast
Data Binary Conversion.
Objective 1.02 Understand Numbering Systems
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.
Bits and Bytes Key Revision Points.
Why computers use binary
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.
Binary System.
LO1 – Understand Computer Hardware
Technology 3 Bits & Bytes.
Presentation transcript:

Representation of data in computer systems Units and Numbers

Definitions Denary – A system of numbers using ten digits, 0 and 1-9 (also called the base-10 system) Binary – A system of numbers using only two digits, 0 and 1 (also called the base 2-system)

units When you break a computer down into its basic components it is millions of circuits that either allow electricity to flow; or not! These are switches that have either an ON or an OFF This is why everything stored in a computer is as a series of 1s and 0s. This is called BINARY A single 1 or 0 is a binary digit or a BIT for short

Measuring 8 bits = 1 byte 1024 bytes = 1 kilobyte 1024 kilobytes = 1 megabyte 1024 megabytes = 1 gigabyte 1024 gigabytes = 1 terabyte

For you to find out Why isn’t a kilobyte 1000 bytes? Why 1024, how does this number relate to binary? What comes after terabytes?

Counting in Binary When you learn to add denary numbers you learn to carry each group of 10, then each group of 100 etc. For example: 7 + 5 12 Counting in binary is the same except we only have two digits, 1 and 0 so we carry the group of 2. In maths this is called Base 2

Counting to 10 Denary Binary 1 2 10 1 2 10 Notice that we now move to the second column 3 11 One group of 2 plus one unit 4 100 Now we move to the third column 5 101 6 110 7 111 8 1000 Every time we go to the next column it is two times the previous column 9 1001 1010

Counting up to 20 You need to try to count up to 20 using binary I can come round and help and show you some tricks if needed

converting binary numbers The headings double each time (2 base!) For example: How would we convert the following to binary? 111001 128 64 32 16 8 4 2 1 2x2x2x2x2x2x2 2x2x2x2x2x2 2x2x2x2x2 2x2x2x2x 2x2x2 2x2 128 64 32 16 8 4 2 1

converting to denary numbers If we calculated that 11101 was 57 like this: How would we convert the 57 into denary using the same grid? 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1

Try these examples 11011 24 1000110 184 128 10111011 100101001 128 64 32 16 8 4 2 1