©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Binary Numbers Zeros and Ones

Slides:



Advertisements
Similar presentations
©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Computer Technology Transistor to computer gates
Advertisements

BITS, BYTES, AND THE BINARY SYSTEM HOW PROGRAMS CREATE IMAGES ON YOUR PC.
Digital Circuit Why Digital Circuit? – Digital signals ( 0 and 1) are very easy to handle with electronic circuits only 2 states needed: Switch ON or OFF,
Information Processing Session 5B Binary Arithmetic Slide
Binary numbers. 1 Humans count using decimal numbers (base 10) We use 10 units: 0, 1, 2, 3, 4, 5, 6, 7, 8 and (5.
 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.
Computer Number Systems This presentation will show conversions between binary, decimal, and hexadecimal numbers.
Binary “There are 10 types of people in the world… those that understand binary and those that don’t.”
Numbering Systems Decimal (Denary) base 10. Clumsy when dealing with computers. Other systems –Binary –Octal –Hexadecimal Convenient when dealing with.
Counting in The Binary System Base Two © RAM 2008.
Revision Introductory Lesson
Number Systems.

Historical Numeration Systems
Place Value.
Data Basics. Binary Number System Numeration systems are methods of representing numbers. All current number systems are positional in nature. In
Number Representation. Representing numbers n Numbers are represented as successive powers of a base, or radix.
© 2010 Cisco Systems, Inc. All rights reserved. 1 Network Math.
Welcome to the Digital World! Binary Numbers  Diez means ????? in Spanish  From the Latin word decem  10 fingers = 10 number symbols
CS101 Learning Binary Learning Binary What do you think when you see One hundred and one What does a computer think when it sees 101? 5.
Visualizing Decimal and Binary
© 2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Switches and Relays Electro-mechanical transistor.
1 1 7-Dec-15 Binary Converting to and from decimal.
©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Computer Technology Central Processor Unit
Binary Arithmetic CPSC 101: Chp 2 John Lamertina.
Binary Lesson 1 Nybbles. Base Ten Normal Numbers Normal Numbers Each place has one of these values: Each place has one of these values:
ROM CPU CMOS HARD DRIVERAM. POWER on off 1 bit 8 bits = 1 byte.
OBJECTIVES 1. Be able to recognise binary code 2. Be able to convert denary numbers into binary numbers 3. Be able to convert binary into denary numbers.
TOPICS:  Introduction  Place Value  Binary  Decimal conversion  Decimal  Binary conversion  Related terms  Quiz.
Activity 1 Research / Revise how RAM stores DATA 5 minutes 1 0.
Rounding To 1,2 or 3 Significant Figures. Significant Figures ImportantNumbers A significant number is any number that is not zero. Zero is only significant.
Basic Electricity and Electronics Module Two Basic Electronics Copyright © Texas Education Agency, All rights reserved.
Number Systems & Binary How to count. How do we represent numbers? Early systems: – Actual count : ||||| = 5 – Roman numers : XI = 11 Hard to do math:
Software Design and Development Storing Data Computing Science.
Numeral Systems Rubel Biswas.
Number systems Visualizing Decimal and Binary. We count in base 10 because people started by counting on their fingers Base 10 is a number system that.
Decimal Numbers.
Counting in Different Bases
Consider this number: , Ones (7 ones) Tens (no tens)
Discrete Mathematics Numbering System.
Chapter 4 Numeration Systems 2012 Pearson Education, Inc.
Number Systems & Binary
Binary Lesson 1 Nybbles.
COUNTING IN BINARY Binary weightings 0 x x x x 8
Visualizing Decimal and Binary
Comparing Numbers.
Binary Lesson 1 Nybbles.
Binary Lesson 1 Nybbles.
CS101 Learning Binary Learning Binary.
Binary Lesson 3 Hexadecimal
Binary Lesson 2 Bytes.
Lesson 2 – Number Systems
Everything that goes on under the hood of a computer is done in binary -- the language of 0s and 1s. If we have only two numbers, it's very easy to represent.
Binary Numbers? Foley SED 514 Section /2/2019.
Binary Lesson 2 Bytes.
Binary Lesson 3 Hexadecimal
Data Binary Conversion.
Binary Lesson 2 Bytes.
Binary Lesson 3 Hexadecimal
Binary Numbers The Binary number system is derived from Base 2. In base 2 there are only 2 numerical options 0 and 1. The computer sees these as Off.
Binary Lesson 4 Hexadecimal and Binary Practice
The basics of any electronic device means either electricity is flowing or it is not i.e. a switch is either on or off Computers are electronic devices.
COUNTING IN BINARY Binary weightings 0 x x x x 8
ID1050– Quantitative & Qualitative Reasoning
Binary Lesson 4 Hexadecimal and Binary Practice
Binary Lesson 1 Nybbles.
Comparing Numbers.
Counting
Our Number System.
Binary Lesson 1 Nybbles.
Presentation transcript:

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Binary Numbers Zeros and Ones

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Decimal or Base Can you see a good reason for developing a counting system based on the number 10?

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE In the decimal system, when you look at the number 1234, the numeral 4 is in the ONES place, 3 is in the TENS place, 2 is in the HUNDREDS place, and 1 is in the THOUSANDS place. Each place is 10 times bigger than the place to its right. 1000s 100s 10s 1s

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Babylonian number system The ancient Babylonians used a number system based on the number 60. This is called sexigesimal or base 60. Instead of places for 1, 10, 100, 1000, etc., the Babylonians had places for 1, 60, 360, 21600, etc. They used a reed stylus to make marks on clay tablets. The numerals we use now hadn’t been invented yet.

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Babylonian numbers

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Binary or Base 2 Computers use a system based on electrical switches which have two states, either on or off. This system is called binary or base 2

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Binary only uses two numerals, 0 and 1. In computer terms, these are called bits. This is what binary counting looks like next to decimal counting: Binary Decimal

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE In binary, when you look at the number 1011, the first numeral 1 on the right is in the ONES place, the second numeral 1is in the TWOS place, the 0 is in the FOURS place, and third 1 is in the EIGHTS place. Each place is 2 times bigger than the place to its right. 8s 4s 2s 1s

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Converting Larger Binary Numbers to Decimal: 128s 64s 32s 16s 8s 4s 2s 1s = = = = = = 200

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Binary joke There are only 10 types of people in the world: Those who understand binary, and those who don't.