Binary: Counting with 1s and 0s

Slides:



Advertisements
Similar presentations
Multiplying and Dividing Decimals
Advertisements

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.
EXAMPLE 1 Multiplying Decimals by Whole Numbers Find the product
x two one three.
WHEN MULTIPLYING LIKE BASES, YOU ADD THE EXPONENTS FOR EXAMPLE: NOW YOU TRY:
Today’s lesson... What: Scientific Notation Why: To convert between numbers written in scientific notation and numbers written in standard form.
5-4 Scientific Notation (p )
Multiplication is the process of adding equal sets together = 6 We added 2 three times.
Adding, Subtracting, Multiplying, and Dividing Decimal Numbers
Multiplying and Dividing Decimals by 10, 100, and 1,000
Exponents.
Review of Chapter Negative and Zero Exponents If a power is raised to an exponent of zero: 1 If a power is raised to a negative exponent:
By Kevin Le. Exponent Laws  There are 3 different exponent laws. -Multiplication Law – You must add the exponents together when you multiply powers with.
© 2010 Cisco Systems, Inc. All rights reserved. 1 Network Math.
6.22 positive exponents, perfect squares, square roots, and for numbers greater than 10, scientific notation. Calculators will be used.
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.
Computing with Decimals. Adding and Subtracting Decimals.
Scientific and standard notation, conversion
Scientific Notation. A number is in scientific notation when There is a number (I’ll call “n”) that is bigger than or equal to one, but less than ten.
SCIENTIFIC NOTATION. Convert to scientific notation       Convert to standard notation  1.92 X 10 3 
Significant Figures SPH3U. Precision: How well a group of measurements made of the same object, under the same conditions, actually agree with one another.
SCIENTIFIC NOTATION Expressing a quantity as: a number between 1 and 10 multiplied by 10 to the appropriate power.
Scientific Notation (large numbers) Textbook page 114.
EXPONENTS X2X2 X TO THE SECOND POWER OR X SQUARED X IS CALLED BASE 2 IS CALLED EXPONENT Use x as a factor 2 times X * X.
SCIENTIFIC NOTATION 5.67 x 10 5 –Coefficient –Base –Exponent 1. The coefficient must be greater than or equal to 1 and less than The base must be.
Adding and Subtracting Decimals Textbook page 102.
Scientific Notation. Can be also called standard form or exponential notation Can be also called standard form or exponential notation Used to write numbers.
Warm-Up Multiply. 1.) 27 X 3 = 2.) 31 X 5 = 3.) 72 X 4 = Fill out homework in planners: none.
Scientific Notation *Used to describe numbers with the powers of 10. Used mainly with very large numbers and very small numbers. Large numbers (greater.
Scientific Notation.
Counting in Different Bases
Scientific Notation.
Multiplying Decimals.
What does science have to do with math???
Scientific Notation Scientific Notation is sometimes called exponential notation. SCI NOT is used when working with very large or very small numbers.
Binary Positional Notation
Significant Figures.
Multiplying Decimals
Adding, Subtracting, and Multiplying Decimals 3-1/3-2
© T Madas.
Scientific Notation.
Scientific Notation.
2-2 Powers of Ten and Scientific Notation Warm Up Problem of the Day
Scientific Notation (small numbers)
Tools of Web Development 1: Module A: Numbering Systems
COUNTING IN BINARY Binary weightings 0 x x x x 8
Scientific Notation.
Powers of Ten and Scientific Notation
Scientific Notation A short-hand way of writing large numbers without
Notes: Scientific Notation
Scientific Notation.
Scientific Notation.
Applying Exponent Rules: Scientific Notation
Multiplying Decimals.
Multiplying & Dividing by Powers of Ten
Expanded Form = 3, (3 x 1,000) + (5 x 100)
Multiply and Divide Decimals by Powers of 10
Scientific Notation.
Scientific Notation.
OBJECTIVES Precision VS Accuracy Significant Figures
COUNTING IN BINARY Binary weightings 0 x x x x 8
Scientific Notation.
Review Mathematics Skills
Scientific Notation.
Multiplying Decimals.
Scientific Notation EXPONENTS X10.
SCIENTIFIC NOTATION ... a way to express very small or very large numbers that is often used in "scientific" calculations where the analysis must be very.
Ch Test this ??? Homework.
SCIENTIFIC NOTATION 5.67 x 105 Coefficient Base Exponent
Presentation transcript:

Binary: Counting with 1s and 0s

Exponents review Exponents show a number multiplied by itself a certain number of times. 2x is the same as 2 times itself x times. It is read as 2 to the x power. Examples: 22 is the same as 2x2 45 is the same as 4x4x4x4x4 21 is the same as 2 Note: Any number to the 0th power is equal to 1.

What is Binary? Binary is just a different way to count numbers but only using 1s and 0s. Usually you count up to 1, 2, 3, 4...8, 9 and when you get to 9, you go to 10 which is adding a new placeholder. You have a ones spot and a tens spot. _1_ 10 _0_ 1 For Binary, you can only use 1s and 0s so when you get to 1, you have to add a new placeholder and put in a zero. So it starts at 0 = 0, then 1 = 1. Instead of using 2, we can only use 1s and 0s. So 2 = 10. And then 3 = 11. 4 = 100. _1_ 2 _0_ 1

More Binary value: 8 4 2 1 Power of 2 23 22 21 20 Binary digit 8 + 0 + 2 + 1 = 11 1011 in binary is equal to 11 in decimal All numbers greater than or equal to zero.

Examples 0111 in binary = (0 x 23) + (1 x 22) +( 1 x 21) + (1x 20) = 0 + 4 + 2 + 1 = 7 1011 1111 in binary = (1 x 27) + (0 x 26) + (1 x 25) + (1 x 24) + (1 x 23) + (1x 22) + (1 x 21) + (1 x 20) = 128 + 0 + 32 + 16 + 8 + 4 + 2 + 1 = 187

Binary Here is a link to how another teacher taught her student binary https://www.exploringbinary.com/how-i-taught-third-graders-binary-numbers/ https://classic.csunplugged.org/wp-content/uploads/2014/12/unplugged-01- binary_numbers.pdf