BINARY SHIFT Multiplication and Division. Binary Shift  As you know a computer can only add, not subtract. For the same token it can still only add,

Slides:



Advertisements
Similar presentations
Exponents, Parentheses, and the Order of Operations.
Advertisements

Please turn in your Home-learning, get your notebook and Springboard book, and begin the bell-ringer! Test on Activity 6, 7 and 8 Wednesday (A day) and.
Binary Addition Rules Adding Binary Numbers = = 1
Addition Subtraction Multiplication Division
ADDING, SUBTRACTING, MULTIPLYING AND DIVIDING INTEGERS By : Katie Kurth and Kateylnn Everhart.
Decimal Division You must learn the rules. Dividing a decimal by a whole number 1.2 ÷ 2 Divisor = 2 Dividend = 1.2 Step 1: move the decimal in the dividend.
Binary Addition Addition Rules: = = = = = carry 1 1 carry 1 Example 1: Example 2:
Scientific Notation Recognize and use scientific notation.
Data Representation – Binary Numbers
NS2. 1 Understand negative whole-number exponents
Objective How to solve Integer problems
TITLE: Multiplying/Dividing by Negative Numbers Mr. P. Collins X Copy & Complete this multiplication table...
Orders of Operations Section 1.6. Objective Perform any combination of operations on whole numbers.
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.
35 Adding Fractions Add Estimate the sum x = = Find the least common denominator ~...(find the LCM of 8 and 5).. ~ 8:
Order of Operations with Integers SWBAT simplify expressions involving integers using the order of operations.
Using Scientific Notation in Multiplication and Division Lesson Two and Lesson Three.
Warm up 1. If you invest $1,000 at 7% for 2 years. How much will you have after two years if it compounds annually? $ How much money should I.
Operations on Scientific Notation Addition and Subtraction 1. If they have the same exponent - add/subtract the number in front - keep the same exponent.
Warm Up  – Evaluate.  (0.29)
35 Adding Fractions Add Estimate the sum x = = Find the least common denominator ~...(find the LCM of 8 and 5).. ~ 8:
Copyright © 2012, 2009, 2005, 2002 Pearson Education, Inc. Chapter 2 Fractions.
WHEN MULTIPLYING LIKE BASES, YOU ADD THE EXPONENTS FOR EXAMPLE:
PROPERTIES OF EXPONENTS
Exponents Power base exponent means 3 factors of 5 or 5 x 5 x 5.
Warm-up, 3/28 Compute: 1. 2 x 2 x 2 x 2 = 2. 3 x 3 x 3 = 3. 2 x 2 x 3 x 3 x 3 = 4. 5 x 5 x 2 x 2 = 5. 2 x 2 x 4 =
1-2 Order of Operations and Evaluating Expressions.
Addition and Substraction
Warm-Up. TEST Our Ch. 9 Test will be on 5/29/14 Complex Number Operations.
Multiplication and Division of Exponents Notes
Operations and Numbers in Scientific Notation Foundations of Algebra.
Scientific notation. What is scientific notation?  Numbers are written in the form M × 10 ^n, Where the factor M is a number greater than or equal to.
Aim: How to write in Scientific Notation DO NOW: 1. WHAT DOES 10 5 MEAN? 2. WHAT IS THE VALUE OF USING YOUR CALCULATOR, CALCULATE 4.5 X 10 6.
Measurement Adding and Subtracting Fractions with Different Denominators.
ORDER OF OPERATIONS Day 2 – The Rest! ORDER OF OPERATIONS Do the problem x 2 What answers did you come up with? Which one is correct and why? Try.
Summer AP Chemistry Homework Math Review
3. You MUST always tidy up after having company. 1. The Letters live on the left, The Numbers live on the right.
6-3 DIVIDING POLYNOMIALS Synthetic division. Using synthetic division to perform long division of polynomials  Procedures to follow for synthetic division:
Dividing Polynomials. First divide 3 into 6 or x into x 2 Now divide 3 into 5 or x into 11x Long Division If the divisor has more than one term, perform.
One Step Equations and Inequalities Review
Division by 2 Any number that ends is 0, 2, 4, 6, or 8 is evenly divisible by 2.
Ways to Check for Divisibility Dividing by 2 All even numbers are divisible by 2 Even numbers are numbers that end with either 2, 4, 6, 8, or 0.
Chapter 4 Operations on Bits. Apply arithmetic operations on bits when the integer is represented in two’s complement. Apply logical operations on bits.
 Scientific notation is simply a method for expressing, and working with, very large or very small numbers. It is a short hand method for writing numbers,
Pre-Algebra Q1W8: Properties of Exponents. Objectives I know my perfect squares up to 15. I know the properties of exponents, including : The “zero power”
Number Systems & Binary How to count. How do we represent numbers? Early systems: – Actual count : ||||| = 5 – Roman numers : XI = 11 Hard to do math:
© 2010 Pearson Prentice Hall. All rights reserved Adding and Subtracting Mixed Numbers and the Order of Operations § 2.8.
Order of Operations ~ Use Order of Operations.
Integer Operations Students will solve problems using addition, subtraction, multiplication, and division of positive and negative integers.
Addition Subtraction Multiplication Division
Addition Subtraction Multiplication Division
Math & Exponents.
Solving Two- Step Equations
WARM UP!!! 5,783,000, x x 10-4.
RAPID Math.
Quantitative Measurements
Solving Two- Step Equations
Addition Subtraction Multiplication Division
Scientific Notation.
Adding and Subtracting Numbers in Scientific Notation
Addition Subtraction Multiplication Division
Multiply & Divide with Scientific Notation
Addition Subtraction Multiplication Division
Multiplying and Dividing in Scientific Notation
Chapter 4-2 Power and Exponents
Preview Warm Up California Standards Lesson Presentation.
靜夜思 床前明月光, 疑是地上霜。 舉頭望明月, 低頭思故鄉。 ~ 李白 李商隱.
Section 12-3 Exponents & Multiplication
Ch 1-2 Order of Operations
Integers Blast Off
Presentation transcript:

BINARY SHIFT Multiplication and Division

Binary Shift  As you know a computer can only add, not subtract. For the same token it can still only add, not multiply or divide.  Multiplication is usually achieved by repeatedly adding, and division is usually achieved by repeatedly 'subtracting' (or as we know, adding through the use of two's complement).

Binary Shift  There are occasions when you can 'cheat' in multiplication/division, but only when the number you are multiplying/dividing by is a number on the binary scale eg. 2, 4, 8 etc. We'll stick with whole numbers

Binary Shift  Firstly, you need to remember the binary scale  Now you need to pay close attention to two things:  the number in each column  The exponent above the 2, that corresponds to each number  Eg. The number 8 has the exponent

Binary Shift: Left Shift  Now lets use a multiplication example:  5 x 8  We can start by determining the exponent that corresponds to 8, and re-write the question  5 x 2 3

Binary Shift: Left Shift  Remember the problem is: 5 x 2 3  Now use your columns to write down 5 in binary  Below you original value of 5, move all the bits 3 places to the left, and pad the holes with 0’s

Binary Shift: Left Shift  5 x 2 3 (or if you prefer 5 x 8) is equal to 40, this can be easily achieved by shifting the whole number 3 places up the binary scale.  Try the following two multiplications:  7 x 4  3 x 16

Binary Shift: Right Shift  Now lets look at a division example:  35 / 16  We can start by determining the exponent that corresponds to 16, and re-write the question  35 / 2 4

Binary Shift: Right Shift  Remember the problem is: 35 / 2 4  Now use your columns to write down 35 in binary  Below you original value of 35, move all the bits 4 places to the right

Binary Shift: Right Shift  35 x 2 4 (or if you prefer 35 / 16) is equal to , this can be easily achieved by shifting the whole number 4 places down the binary scale.  Try the following two divisions:  17 / 4  131 / 32

Binary Shift  At this point you should know that:  Multiplying is a Left Shift (because you are making the number bigger)  Dividing is a Right Shift (because you are making the number smaller)  If one of the numbers in the multiplication/division is a number on the binary scale, check the exponent of that number and move the other number up/down the scale by the number of places in the exponent