Binary Positional Notation

Slides:



Advertisements
Similar presentations
Base 10 Denary Decimal
Advertisements

NUMBER SYSTEM. How to convert hexadecimal numbers to decimal numbers? 230 Working from right to left, MULTIPLY each position with 8 raised to the power.
Fractions, Decimals, & Percent Conversions
 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.
Multiplying Decimals. Multiplying Decimals Notes Multiply as usual, ignoring the decimal points. Count how many total digits are to the right of the decimal.
Objective A. Writing Percents as fractions.
Scientific Notation Review
Add & Subtract with Scientific Notation In addition to 3, student will be able to go above and beyond by applying what they know about working.
Fractions, Decimals, and Percents. Percents as Decimals To write a percent as a decimal, divide by 100 and remove the percent symbol. Example 1: 63% 63.
Intro to Chemistry. Scientific Notation Review your handout from before 10 = 1 x = 1 X 10 3 = 10 x 10 x 10.1 = = 1/10.01 = = 1/100.
Introduction to Numerical Analysis I MATH/CMPSC 455 Binary Numbers.
© 2010 Cisco Systems, Inc. All rights reserved. 1 Network Math.
Improper Fractions, Mixed Numbers, and Decimal Numbers
Fractions * Decimals * Percents The student will learn how to convert various fractions, decimals and percentages.
STEPS FOR MULTIPLYING A 2-DIGIT NUMBER BY ANOTHER 2-DIGIT NUMBER With Partial Products.
OPERATIONS IN SCIENTIFIC NOTATION Performing scientific surgery…
SCIENTIFIC NOTATION. Convert to scientific notation       Convert to standard notation  1.92 X 10 3 
RULE #1: Standard Scientific Notation is a number from 1 to 9 followed by a decimal and the remaining significant figures and an exponent of 10 to hold.
Converting Decimals to Fractions. 1.Set the decimal as the numerator in a fraction (without a decimal point). 25 NUMERATOR Example: Convert 0.25 pounds.
Scientific Notation. Scientific (Exponential) Notation A number is written as the product of two numbers, a coefficient and 10 raised to a power 36,000.
By Nicolas Peterson. Converting Fractions Into Decimals  Take your fraction and multiply/divide the denominator into 100. Do the same thing to the numerator.
Scientific Notation 1. Scientific notation is a way to shorten a large number (makes using it in calculations easier) 2.
CONVERTING TO RATIONAL NUMBERS. Whole numbers are 0, 1, 2, 3, 4, … Integers include all the whole numbers and also their negative versions: …, -3, -2,
Converting Decimals to Fractions Goal: use place values to make fractions.
SCIENTIFIC NOTATION RULES. Rules for converting to Scientific Notation One non-zero number before the decimal One digit after the decimal If you are making.
KU 122 Introduction to Math Skills and Strategies Unit THREE Welcome ~
+Addition – like terms -all variables and exponents must match. – add coefficients.
DigitValue Denotation NumericValue Denotation 2thousands1,000 0hundreds100 4tens10 8ones1 Computer Organization Basic Computer Concepts Number Systems.
FractionsDecimalsPowers Answer  This is how you add fractions.
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.
♣Multiplying Decimals♣
10.7 Operations with Scientific Notation
Introduction To Number Systems
Objectives Evaluate and multiply by powers of 10.
Multiplying Decimals.
Number Systems Write the decimal value of the binary number
Today’s lesson What: Scientific Notation Why:
How to survive WITHOUT your calculator!
SCIENTIFIC NOTATION.
Apply the power of a product property to a monomial algebraic expression
Multiplying 2 Digit Factors
Convert Decimal to Binary
Binary numbers pt. 2.
Chapter R Prealgebra Review Decimal Notation.
Multiply By Two Digits Created by M. Guy.
Convert Binary Number to Octal
First, convert 0.125° into minutes and seconds.
2 Digit by 2 Digit Multiplication
REALLY BIG & REALLY small Numbers
How to Multiply By Two Digits
SCIENTIFIC NOTATION.
Number Systems Base 2, 10, 16.
Multiplication with Decimals
Applying Exponent Rules: Scientific Notation
Multiplying Decimals.
Significant Digits Calculations.
Binary  Name: Class: .
Multiplying and Dividing in Scientific Notation
Learning Targets Students will be able to: Evaluate and multiply by powers of 10.Convert between standard notation and scientific notation.
Chapter 2 Number Systems.
Multiplying and Dividing in Scientific Notation
Chapter 2 Number Systems.
Scientific Notation.
Chapter 2 Number Systems.
Converting from Base-n to Base-10
Understanding the Number Decimal to Binary Conversion
Do not use a calculator for the following!!.
Scientific notation.
Chapter 2 Number Systems.
Presentation transcript:

Binary Positional Notation Since we as humans use the decimal number system it is often necessary for us to convert binary numbers into their corresponding decimal number. For example, what does the binary number 1010 equal in decimal? Press next to find out how positional notation is used to determine the answer.

Step 1 : Determine place values by using increasing powers of 2. 16 8 4 2 1 24 23 22 21 20 Place Value Power

Step 2 : Write the binary number’s digits (1010) under the corresponding place values. 16 8 4 2 1 24 23 22 21 20 Place Value Power Numerals

Step 3 : Multiply each numeral by its corresponding place value 16 8 4 2 1 24 23 22 21 20 Place Value Power Numerals 0 * 1 = 0

16 8 4 2 1 24 23 22 21 20 Place Value Power Numerals 0 * 1 = 0 1 * 2 = 2

16 8 4 2 1 24 23 22 21 20 Place Value Power Numerals 0 * 1 = 0 1 * 2 = 2 0 * 4 = 0

16 8 4 2 1 24 23 22 21 20 Place Value Power Numerals 0 * 1 = 0 1 * 2 = 2 0 * 4 = 0 1 * 8 = 8

16 8 4 2 1 24 23 22 21 20 Place Value Power Numerals 0 * 1 = 0 1 * 2 = 2 0 * 4 = 0 1 * 8 = 8 0 * 16 = 0

Step 4 : Add products together 16 8 4 2 1 24 23 22 21 20 Place Value Power Numerals 0 * 1 = 0 1 * 2 = 2 0 * 4 = 0 1 * 8 = 8 0 * 16 = 0 + 10 Therefore the binary number 1010 is equal to 10 in decimal.