The World of ones and zeros

Slides:



Advertisements
Similar presentations
Binary Addition Rules Adding Binary Numbers = = 1
Advertisements

Rational Expressions To add or subtract rational expressions, find the least common denominator, rewrite all terms with the LCD as the new denominator,
Decimal Addition What is going on? (carry) (subtract the base)
Introduction to Computer Science
Long multiplication Long division
History of Abacus By: Huy Do & Trinh Huynh By: Huy Do & Trinh Huynh.
Place value and ordering
Operations With Decimals
Pharmacology I Math Review.
Lesson 5.7.  Before machines and electronics were adapted to do multiplication, division, and raising a number to a power, scientists spent long hours.
Chapter 2- Decimals.
Addition / Subtraction of Decimal Fractions When adding / subtracting decimal fractions. Be sure to “ line up “ your decimals to keep the place values.
Rational Numbers: Fraction & Decimal Review Please hold your applause until the end.
Decimal Review. Adding decimals Rules Line up the decimal points Whole numbers have a decimal point at.
By: Ms. J. Godfrey © 2012 J. Godfrey. A fraction is a portion of a number that represents a part of a whole. It is written a b FRACTION.
Numbering System Base Conversion. Number systems Decimal – 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Binary – 0, 1 Octal – 0, 1, 2, 3, 4, 5, 6, 7 Hexadecimal system.
6.6a Solve problems that involve +, -, x, and /
Adding and Subtracting Decimals. Rules for adding or subtracting decimals: (1) Line up the numbers by the decimal point.
Computing with Decimals. Adding and Subtracting Decimals.
Write Equivalent Fractions
Chapter 7 Section 7.2 Addition & Subtraction in Different Bases.
Dividing Decimals by a Whole Number 3.6 ÷ 3.
WEEK #2 NUMBER SYSTEMS, OPERATION & CODES (PART 1)
BASIC OPERATIONS The four basic mathematical operations are: + Addition - - Subtraction × Multiplication ÷ Division.
1 4. Computer Maths and Logic 4.1 Number Systems.
Introduction To Number Systems Binary System M. AL-Towaileb1.
Adding and Subtracting Decimals Solve problems involving addition and subtraction of decimals.
ECE 362 Microprocessor Systems and Interfacing ©5-1 Lecture 1 Hexadecimal Computation Outline n Decimal n Binary n Octal n Hexadecimal.
Converting Decimals to Fractions Goal: use place values to make fractions.
Adding and Subtracting Decimals August 20, 2013 Sixth Grade Math.
Numbering Systems and Conversion Understand How Computing Devices Work 1.
Copyright © Cengage Learning. All rights reserved. Functions 1 Basic Concepts.
Lesson 5.3 The rational numbers. Rational numbers – set of all numbers which can be expressed in the form a/b, where a and b are integers and b is not.
1-2 Adding and Subtracting Decimals What You’ll Learn To add and subtract decimals.
Fractions V Mixed Numbers & Improper Factions. Mixed Number A mixed number has a part that is a whole number and a part that is a fraction. A mixed number.
♣Multiplying Decimals♣
Making Sense of Rational and Irrational Numbers
FRACTIONS DECIMALS PERCENTS.
Adding and Subtracting Decimals
Scientific Notation.
Multiply with decimals
Fractions: Adding and Subtracting Like Denominators
Scientific Notation.
COMPUTING FUNDAMENTALS
FRACTIONS DECIMALS PERCENTS.
Adding and Subtracting Decimals
Multiplying by powers of 10 Decimals
FRACTIONS DECIMALS PERCENTS.
FRACTIONS DECIMALS PERCENTS.
IT 0213: INTRODUCTION TO COMPUTER ARCHITECTURE
Scientific Notation Scientific notation takes the form: M x 10n
Number Column Addition and Subtraction for Decimals
FRACTIONS DECIMALS PERCENTS.
Lesson How do you add and subtract fractions?
SEVENTH EDITION and EXPANDED SEVENTH EDITION
Numbering System TODAY AND TOMORROW 11th Edition
Converting Between Fractions & Decimals
Adding and Subtracting Decimals
Fractions: Adding and Subtracting Like Denominators
Title of Notes: Adding and Subtracting Decimals
BASIC MATH.
Chapter 2 Number Systems.
Chapter 2 Number Systems.
Chapter 2 Number Systems.
Adding and Subtracting
FRACTIONS DECIMALS PERCENTS.
Adding and Subtracting Decimals
One-step addition & subtraction equations: fractions & decimals
2.2 Adding Rationals Adding Fractions Adding Decimals 1. You need to have the same denominator when you add fractions If not, find the LCD 2. Multiply.
Chapter 2 Number Systems.
Presentation transcript:

The World of ones and zeros By: Priyanka, Emily, and Trisha

What is it? A system in which information can be expressed by combinations of the digits 0 and 1 You use it everyday and you don’t know it A base 2 number system This is a table of the first few numerals in the system:

Who used it Natives of a remote Polynesian island Western mathematicians Electronic devices We used it to make this wonderful PRESENTATION!!!!!!!!!!!!!!!!!!!!!!!

Traveling Back in time The Natives of a remote Polynesian island and Ancient Greeks may have invented a binary number system, similar to the one used by computers to calculate, centuries before Western mathematicians did Later, Gottfried Wilhelm Leibniz, invented a binary numeral system and showed that it could be used in a primitive calculating machine(computers) Leibniz invented his version in the seventeenth century It is not known who had invented it first, Leibniz or the Natives

Why use it Natives of a remote Polynesian island may have used it to keep track of the trading network Today, it forms the backbone of all modern computing systems

Binary vs. decimal SIMILARITIES BINARY DECIMAL Uses only ones (1) and zeroes (0) Base 2 Does not use the same place value Addition: 1+2(Decimal)=1+10(Binary)=11 - They both use ones and zeroes They both are number systems They both have whole parts fractional parts They both use place value Uses 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 Base 10 Does not use the same place value Addition: 1+2=3

Steps to add in binary 1. Align the numbers you wish to add as you would if you were adding in decimal numbers(remember that only numbers with ones and zeroes are applicable). 2. Start with the two numbers in the far right column. 3. Add the numbers following the rules of decimal addition, unless both numbers are a one. 4. Add 1+1 as 10 if present. 5. Start on the next column to the left hand side. 6. Repeat the steps above, but add any carry. Ex. 101 +111 -------------

Steps to subtract in this system 1. Align the numbers as an ordinary subtraction problem(remember to only use ones and zeros) 2. Borrow from the second digit if you need to regroup 3. Solve the right most column first 4. Finish the problem Ex. 1101 - 10 ---------------------

Steps to Multiply in binary form Just align the digits properly(remember to only use ones and zeros) Multiply like decimal system Ex. 101 x 10 --------------------

Bye – Bye-nary