– Digital Circuit 1 Choopan Rattanapoka

Slides:



Advertisements
Similar presentations
Scientific Notations - Operations Addition and Subtraction 1 st Convert one of the numbers so the exponents match 2 nd Add or subtract the decimal numbers.
Advertisements

Binary Addition Rules Adding Binary Numbers = = 1
CMP 101 Fundamentals of Computer and programming in C Rohit Khokher.
Decimal Addition What is going on? (carry) (subtract the base)
Addition & Subtraction Add Plus More than Subtract Difference Take away Altogether Minus Less than +-
Addition Subtraction Multiplication Division
NEGATIVE BINARY NUMBER – Digital Circuit 1 Choopan Rattanapoka.
Long Multiplication! Foil Method! Example:
Pharmacology I Math Review.
Targeting Grade C Number Unit 1 Decimals GCSE Mathematics.
Addition, Subtraction, Multiplication, and Division of Integers
Supplemental Chapter Number Bases
Decimal Review. Adding decimals Rules Line up the decimal points Whole numbers have a decimal point at.
Significant Figures Rules and Applications. Rules for Determining Significant Figures 1.) All Non-Zero digits are Significant. 1.) All Non-Zero digits.
DIVISIBILITY RULES.
Divisibility Test For Different Numbers
FRACTIONS & DECIMALS How to add, subtract, multiply, & divide fractions and decimals.
One step equations Add Subtract Multiply Divide  When we solve an equation, our goal is to isolate our variable by using our inverse operations.  What.
Dividing a Decimal by a Decimal. Dividing Whole Numbers 12 ÷ 2 = 120 ÷ 20 = 1200 ÷ 200 = ÷ 2000 = Multiply both 12 and 2 by 10 Multiply.
Solving Equations Inverse operations. INVERSE = Opposite If I am solving an equation using inverses operations, I am solving it using opposite signs.
Introduction To Number Systems Binary System M. AL-Towaileb1.
Addition, Subtraction, Multiplication, Division by a whole number, and Division by a decimal.
Mastery of Significant Figures, Scientific Notation and Calculations Goal: Students will demonstrate success in identifying the number of significant figures.
Dividing Review SWBAT use division to find quotients; use divisibility rules to predict remainders; estimate quotients; divide whole numbers in thousand.
I’m Thinking of a Number
Arithmetic in Binary. Addition A “Rule of Addition” is a statement of the form: = 8 How many such rules are there in Decimal?
Addition Multiplication Subtraction Division. 1.If the signs are the same, add the numbers and keep the same sign = = If the.
By: Tameicka James Addition Subtraction Division Multiplication
Multiplying Decimals 6.NS.3 Fluently add, subtract, multiply and divide multi digit decimals using algorithms for each operation.
Arithmetic Chapter 4 Subject: Digital System Year: 2009.
Significant Figures. Significant Figure Rules 1) ALL non-zero numbers (1,2,3,4,5,6,7,8,9) are ALWAYS significant. 1) ALL non-zero numbers (1,2,3,4,5,6,7,8,9)
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.
Decimal Review. Adding decimals Rules Line up the decimal points 2. Make whole numbers look like decimals.
PERFORMING CALCULATIONS IN SCIENTIFIC NOTATION ADDITION AND SUBTRACTION.
Scientific Notation. What is Scientific Notation? Scientific notation is a way of writing extremely large or small measurements. The number is written.
ADDING AND SUBTRACTING MULTIPLYING AND DIVIDING REAL NUMBERS.
Adding Decimal Numbers
Part 2 Significant Figures with Calculations
Interesting Integers – Part Dos
Integers Rules of Operation.
Integer Rules Memorize the Rules.
Addition Subtraction Multiplication Division
Addition Subtraction Multiplication Division
Integer Real Numbers Character Boolean Memory Address CPU Data Types
Quantitative Measurements
Addition Subtraction Multiplication Division
Rules for Significant Digits
Adding, Subtracting, Multiplying, and Dividing Integers
SCIENTIFIC NOTATION.
Domain 1: The Number System
FOUR RULES OF WHOLE NUMBERS
In this tutorial you will be able to follow along step by step on how to solve basic operations involving fractions.
Fractions Write a Decimal as a Fraction
Addition & Subtraction
Addition Subtraction Multiplication Division
Year 7 Number - Calculations
Digital Logic Design (CSNB163)
Divide the number in C by 10.
Significant Digits Calculations.
Addition Subtraction Multiplication Division
Significant Figures Revisiting the Rules.
Multiplying and Dividing in Scientific Notation
DIRECTED NUMBERS.
Quotient: is the answer to dividing
Sets and Subsets Cornell Notes
What do you think it means? Before:
Introduction To Number Systems
Multiplying and Dividing Decimals
Significant Digits Calculations.
Significant Digits Calculations.
Presentation transcript:

350151 – Digital Circuit 1 Choopan Rattanapoka Binary Arithmetic 350151 – Digital Circuit 1 Choopan Rattanapoka

Binary Arithmetic Addition ( + ) Subtraction ( - ) Multiplication ( x ) Division ( / )

Binary Addition (1) Recall decimal addition

Binary Addition (2) Binary addition

Example Add the following binary numbers : 10010011 + 01001011 1 1 10010011 + 01001011 1 1 1 0 0 1 0 0 1 1 + 0 1 0 0 1 0 1 1 1 1 0 1 1 1 1 0

Exercise 1 Add the following binary numbers (answer in binary and decimal number) : 1010 + 1001 11011 + 00111 101101 + 100100 11010101 + 01101011 10001111 + 11000001

Binary Subtraction (1) Recall decimal subtraction 100 – 28 9 0 10 10 0 10 10 1 0 0 - 2 8 7 2

Binary Subtraction (2) 0 - 0 = 0  0 borrow 0 0 - 1 = 1  1 borrow 1 1 - 0 = 1  1 borrow 0 1 - 1 = 0  0 borrow 0 0 2 10 – 01  1 0 - 0 1

Example 11011 – 10101 0 2 1 1 0 1 1 - 1 0 1 0 1 0 0 1 1 0

Exercise 2 Subtract the following binary numbers (answer in binary and decimal number) : 1010 - 1001 11011 - 00111 101101 - 100100 11010101 - 01101011 10000000 - 01000001

Binary Multiplication (1) Recall decimal multiplication 125 x 12 1 2 5 x 1 2 2 5 0 1 5 0 0 +

Binary Multiplication (2) A basic rules for binary multiplication 0 x 0  0 0 x 1  0 1 x 0  0 1 x 1  1

Example 1000011 x 1101 1 0 0 0 0 1 1 x 1 1 0 1 0 0 0 0 0 0 0 1 1 0 1 1 0 0 1 1 1 + + +

Exercise 3 Multiply the following binary numbers: 110 x 10 0110 x 1010

Binary Division Recall decimal devision 125 / 5 2 5 5 1 2 5 1 0 - -

Example 100011 / 101 0 0 0 1 1 1 101 1 0 0 0 1 1 1 0 1 1 1 1 1

Exercise 4 Divide in binary: 10001101 / 110 110000011 / 1011 1110100 / 1010

Exercise 5 (TODO) Add, Subtract, and multiply in binary: Divide in binary: 11101001 / 101 110000001 / 1110 1110010 / 1001