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.

Slides:



Advertisements
Similar presentations
EMB1006 The Binary System There is no 2 Jonathan-Lee Jones.
Advertisements

Building Number Place Value. You are going to recap or learn: How to read and write large numbers written in digits. How to compare and order whole numbers.
The decimal point helps us to keep track of where the "ones" place is.
1 12/08/03SW Abingdon and Witney College Binary Converting to and from 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.
© 2007 M. Tallman 4 × 0.3= × 0.25= × 4 Step 1: Line up the lowest places (not the decimals). Step 2: Multiply as usual. Step 3: Add.
Computer Systems 1 Fundamentals of Computing
CS1800 Summer 2014 Binary Numbers. Decimal Integers  What does a decimal number like "87294" really mean?  More generally.
Chapter 1 1 Number Systems. 2 Objectives  Understand why computers use binary (Base-2) numbering.  Understand how to convert Base-2 numbers to Base-
Binary “There are 10 types of people in the world… those that understand binary and those that don’t.”
Lecture for Week Spring.  Numbers can be represented in many ways. We are familiar with the decimal system since it is most widely used in everyday.
4/21/2017 Decimals In our number system, digits can be placed to the left and right of a decimal point, to indicate numbers greater than one or less than.
Decimals (Day 1) Place Thousands Hundreds Tens Ones . Tenths
The fifty Cent Version of Digital Imaging Bits Bytes Pixels Matrix Dynamic range Machine language Processors (8,10,12 bits etc.) Base 10 numbering Binary.
Place Value and Multiplication
Multiplying and Dividing Decimals by 10, 100, and 1,000
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.
Multiplication of Decimal Fractions
©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Binary Numbers Zeros and Ones
Place Value and dividing by 10, 100, etc
Binary! Why do computers use binary? Easy to detect the state of a switch – they’re either on or off! Using another base makes.
Place Value.
Number Representation. Representing numbers n Numbers are represented as successive powers of a base, or radix.
Welcome to the Digital World! Binary Numbers  Diez means ????? in Spanish  From the Latin word decem  10 fingers = 10 number symbols
STEP 1 Multiply the digits in the ones place. Write the product in the ones place of the answer box. If the product is greater than ten, carry the number.
Xmania!.
Computing with Decimals. Adding and Subtracting Decimals.
Visualizing Decimal and Binary
Math Grade 4 Mrs. Ennis Rounding Part 2 Lesson Four.
1 1 7-Dec-15 Binary Converting to and from decimal.
,000 Using Commas Greater, Less, or Equal To Periods Math Vocabulary Miscellaneous ,000.
Partial Products Multiplication Step by Step 742 X = Expand each number.
Binary Numbers Computer Science 2. Why Binary Numbers? Early computers were analog –Numbers were stored as an intensity –E.g. 2.7 volts was 27, 3.4 volts.
Binary Arithmetic CPSC 101: Chp 2 John Lamertina.
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
$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.
Numbers can be written in 2 ways – FIGURES or WORDS Example: or one hundred twenty three thousand seven hundred sixty three.
Numbering Systems and Conversion Understand How Computing Devices Work 1.
Scientific Notation. What is Scientific Notation? Scientific notation is a way of writing extremely large or small measurements. The number is written.
× ÷ by 10, 100 & 100 Read through the PowerPoints and answer any questions before clicking to the answer.
Draw two number lines from 0 – 5.
Chapter 1: Arithmetic & Prealgebra
Multiplying Decimals.
Comparing and Rounding Decimals
Numeric Data Representation
USING THE STANDARD ALGORITHM
Writing Large Numbers In Scientific Notation
Tools of Web Development 1: Module A: Numbering Systems
Decimals Pages 60 – 95.
Visualizing Decimal and Binary
Objective - To compare numbers.
Decimals Pages 60 – 95.
Multiplying Decimals.
Multiplying & Dividing by Powers of Ten
Adding Greater Numbers
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.
Binary Numbers? Foley SED 514 Section /2/2019.
Data Binary Conversion.
How to Represent Numbers on a Computer
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.
Scientific Notation.
Multiplying decimal number by 10,100,1000
Review Mathematics Skills
Converting from Base-n to Base-10
Math Mystery.
To be able to multiply a number by 10, 100 and 1000
Our Number System.
When you multiply a number by ten, you just put on an extra zero.
Presentation transcript:

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 uses 10 digits: 0-9 All of our numbers are made with these 10 digits: 532,699 4,887, ,044,117,005

How many fingers do you see? Did you have to count them all? (I hope not) How did you know there were 21? We count how many groups of 10, and then add the single fingers. 2 groups of 10 and 1 extra finger.

Numbers are easy to read because of place value 2,514 The ones place has the lowest value and is on the right. Each place has a value that is 10 times greater than the one to the right of it. Ones Tens Hundreds Thousands… etc.

To find the value of a number, multiply each digit times its place value. 3 hundreds 4 tens 7 ones 347

To write the number Three thousand Five hundred… Put a 3 in the thousands place and a 5 in the hundreds place. Which is correct? a) 35 b) 350 c) 0035 d) 3050 e) 3500 f) e) But Why ?? Because the PLACE where a number appears determines its value.

Binary is a number system with only 2 digits This works for things like:  Light bulbs or switches that are either on or off  Digital computers that store information using many on/off switches. Zero and One

Binary Numbers are also easy to read because of place value 1011 The ones place has the lowest value and is on the right. Each place has a value that is 2 times greater than the one to the right of it. Ones Twos Fours Eights… etc.

It’s easy to see that each place has twice the number of the one to it’s right. What will be the place value of the number to the left of 16? Hopefully you said 32. It’s fairly easy to double numbers

To show a number in binary, write a 1 if the card is showing, write a zero if the card is not showing. 001 = = = = 4

What number is this?4+1 =5 How is 5 written in binary? There is nothing in the 16’s place There is nothing in the 8’s place There is 1 four There is nothing in the 2’s place There is 1 one SO, the answer is Or, since extra zeros on the left don’t count 101

Which cards are needed to make the number 12? = What is the binary number for 12? Or 1100

Which cards are needed to make the number 27? = What is the binary number for 27? 11011

In conclusion: Decimal is our ordinary base 10 number system using the digits 0-9 Binary is the base 2 number system using only the digits 0-1 All number systems have place value that determines the value of the digit in each place.