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.

Slides:



Advertisements
Similar presentations
Base 10 Denary Decimal
Advertisements

Binary & Decimal numbers = 3* * *10 + 5*1 = 3* * * *10 0 Decimal system: Ten digits: 0,1,2,3,…,9 Example:
Digital Circuit Why Digital Circuit? – Digital signals ( 0 and 1) are very easy to handle with electronic circuits only 2 states needed: Switch ON or OFF,
Understanding Value of Places
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.
 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.
1 12/08/03SW Abingdon and Witney College Binary Converting to and from decimal.
Teaching Computing at KS3 Session 2 Sue Sentance and Sophie Baker
Binary Numbers Converting Decimal to Binary Binary to Decimal.
Computer Number Systems This presentation will show conversions between binary, decimal, and hexadecimal numbers.
Multiplying Decimals. Multiplying Decimals Notes Multiply as usual, ignoring the decimal points. Count how many total digits are to the right of the decimal.
Numbering Systems Decimal (Denary) base 10. Clumsy when dealing with computers. Other systems –Binary –Octal –Hexadecimal Convenient when dealing with.
Real Numbers and the Decimal Number System
Boolean math is the cornerstone of digital communications, whether you are talking computers, PLC, or Cisco Routers on the Internet. ©Emil Decker, 2009.
A-Level Computing Data representation. Objectives Know how data can be represented in a computer system Understand the need for various forms of representation.
Digital Electronics Understanding truth tables. AND gate How many lines did a 2-input AND gate truth table have? ABZ (output) Answer:4.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
DECIMAL BASE Based on power of 10 In the number 2,468 – from right to left -- the 8 represents the ones, the 6 represents the tens, the 4 represents the.
Place Value and Multiplication
Binary Code.
Computing Theory – F453 Number Systems. Data in a computer needs to be represented in a format the computer understands. This does not necessarily mean.
Binary Arithmetic In today’s lesson we will look at: a reminder of how binary works adding binary numbers overflow complements negative numbers and subtraction.
Salisbury Numbers we use in Auto Shop Why do I need to know this. When working on the computers in the auto shop sometimes we need to look into the.
Place Value and dividing by 10, 100, etc
Chapter 4: Representation of data in computer systems: Number OCR Computing for GCSE © Hodder Education 2011.
© 2010 Cisco Systems, Inc. All rights reserved. 1 Network Math.
Working with 8-bit bytes and hexadecimal
How a Computer Processes Information. Java – Numbering Systems OBJECTIVE - Introduction to Numbering Systems and their relation to Computer Problems Review.
Visualizing Decimal and Binary
1 1 7-Dec-15 Binary Converting to and from decimal.
$100 $200 $300 $400 $100 $200 $300 $400 $300 $200 $100 Multiply by 1 digit numbers Multiply & estimate results Multiply by 2 digit numbers Multiply.
Computer Studies Today Chapter 19 1 Chapter 19. Computer Studies Today Chapter 19 2 »Information stored in a computer is in two states: –ON –OFF.
Numbering Systems and Conversion Understand How Computing Devices Work 1.
Basic Electricity and Electronics Module Two Basic Electronics Copyright © Texas Education Agency, All rights reserved.
Understanding Computers
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.
Binary Numbers Press any key to begin.. In order to understand the binary numbering system lets first look at our decimal system. The decimal numbering.
× ÷ by 10, 100 & 100 Read through the PowerPoints and answer any questions before clicking to the answer.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Number Systems Decimal Can you write 12,045 in expanded form? Base? Allowable digits for each place?
Math symbols Rounding 2 digit numbers to the nearest tens Rounding 3 digit numbers to the nearest tens Rounding 3 digit numbers to the nearest hundreds.
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.
Nat 4/5 Computing Science Lesson 1: Binary
Programmable Logic Controller
Binary & Decimal 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.
Lesson Objectives Aims You should be able to:
Consider this number: , Ones (7 ones) Tens (no tens)
Binary numbers: Week 7 Lesson 1
Representation of data in computer systems
Visualizing Decimal and Binary
Learn what binary and denary mean.
Comparing Numbers.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Binary Numbers Press any key to begin..
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.
Topic 3: Data Hexadecimal.
Data Binary Conversion.
Binary “There are 10 types of people in the world: Those who understand binary, and those who don't.”
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.
Partial products By: Elias and Adam.
Binary  Name: Class: .
LO1 – Understand Computer Hardware
Converting from Base-n to Base-10
To be able to multiply a number by 10, 100 and 1000
Comparing Numbers.
Number Systems Today, I’ll be giving an introduction to:
Section 6 Primitive Data Types
Presentation transcript:

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 and work on the same basis

So, if only 1s and 0s are used then the number system is based on 2 aka it is a bi(two)nary system A number is also known as a digit. In the binary system, this would be called a binary digit. Shorten this to bit Binary

V Decimal Binary Thousands Hundreds Tens Units 128 64 32 16 8 4 2 1 When learning basic Maths in primary school, decimal tables are sometimes used like we see above where each column is multiplied by 10 (denary or dec(ten)imal) In the same way, a binary system multiplies by 2 as shown here. Usually, computers work in groups of 8 bits (8 columns as shown here). This is known as a byte 128 64 32 16 8 4 2 1 Binary

Decimal = 4752 90 341 Thousands Hundreds Tens Units 4 7 5 2 9 3 1 3 1 = 4752 90 341 Easy enough!!

Binary = ? 128 64 32 16 8 4 2 1 Have students work these out. Answers: = ? Have students work these out. Answers: 90 58 200