Number Systems Today, I’ll be giving an introduction to:

Slides:



Advertisements
Similar presentations
EE1A2 Microprocessor Systems & Digital Logic Part I Digital Electronic System Design Dr. T. Collins.
Advertisements

Binary & Decimal numbers = 3* * *10 + 5*1 = 3* * * *10 0 Decimal system: Ten digits: 0,1,2,3,…,9 Example:
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,
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,
Introduction to Computing CPSC 203 January 24, 2006 Heejin Lim Chapter 1 Chapter 2 (part of)
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.
Multiplying Decimals. Multiplying Decimals Notes Multiply as usual, ignoring the decimal points. Count how many total digits are to the right of the decimal.
Counting in The Binary System Base Two © RAM 2008.
Revision Introductory Lesson
1 Number SystemsLecture 8. 2 BINARY (BASE 2) numbers.
A little bit of exercise.. ;). Exercise Given to you are some binary to decimal examples : Given to you are some binary to decimal examples : Tens Units.
Number System Chapter 3 Subject: Digital System Year: 2009.
Place Value.
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Date: Session III Topic: Number Systems Faculty: Anita Kanavalli Department of CSE M S Ramaiah.
NUMBER SYSTEM Decimal System Binary System. We use two digits in this system (0,1) just like the existing system of computers.. And write the number in.
©Contrinex JDC PPT_XF_BinHexDecASCII Encoding information J.-D. Chatelain.
Bits and Bytes. Decimal Numbers 6,357 has four digits -base-10 (6 * 1000) + (3 * 100) + (5 * 10) + (7 * 1) = = 6357 (6 * 10^3) + (3.
How do you write the expanded form of a number? t e n s + = ?
Coming up Get the point?!. 2 Decimals You see them all around For instance in money!... Can you think of any more examples? In pairs: List as many.
Basic Electricity and Electronics Module Two Basic Electronics Copyright © Texas Education Agency, All rights reserved.
Visualizing Decimal and Binary
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:
The Hexadecimal System is base 16. It is a shorthand method for representing the 8-bit bytes that are stored in the computer system. This system was chosen.
CMSC 1041 Binary / Hex Binary and Hex The number systems of Computer Science.
Numbering Systems and Conversion Understand How Computing Devices Work 1.
Basic Electricity and Electronics Module Two Basic Electronics Copyright © Texas Education Agency, All rights reserved.
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.
Number Systems Decimal Can you write 12,045 in expanded form? Base? Allowable digits for each place?
Binary & Decimal numbers
Decimal Numbers.
Topic: Binary Encoding – Part 1
Consider this number: , Ones (7 ones) Tens (no tens)
Discrete Mathematics Numbering System.
Unit 18: Computational Thinking
physics-chemistry-interactive-flash-animation
Digital Electronics INTRODUCTION ANALOG VS DIGITAL NUMBER SYSTEMS.
BINARY CODE.
RFID - EN Encoding information Encoding information J.-D. Chatelain.
Binary Lesson 1 Nybbles.
COUNTING IN BINARY Binary weightings 0 x x x x 8
Binary Lesson 1 Nybbles.
Computers & Programming Languages
Binary Lesson 1 Nybbles.
Remember hundreds, tens and units!
Binary Lesson 3 Hexadecimal
Binary Numbers Press any key to begin..
Binary Lesson 2 Bytes.
Introduction to Binary
Introduction to Basic Digital Logic
Binary Lesson 2 Bytes.
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Binary Lesson 2 Bytes.
Counting
Starter Using the fingers on only one hand, what is the highest number you can count to? Rules: You must start at 1 You must count sequentially (i.e.
Binary Lesson 3 Hexadecimal
Counting
Counting
The Binary System.
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
Multiplying decimal number by 10,100,1000
Binary Lesson 4 Hexadecimal and Binary Practice
Binary Lesson 1 Nybbles.
Tenths and Hundredths.
Counting
Binary Lesson 7 Review of Binary and Hexadecimal
Counter Fundamentals Presented by :
Binary Lesson 1 Nybbles.
Presentation transcript:

Number Systems Today, I’ll be giving an introduction to: The Binary Number System …as compared to Decimal …counting in binary …in a hardware context …number base systems 7/15/2019

Decimal Number System 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 values Day-to-day use Used by people, e.g. Pounds and Pence 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 values Hundreds Tens Units (Base 10 system) 7/15/2019

Binary Number System 0 and 1 values only (base two system) Used by computer hardware and software 0 and 1 values only (base two system) 128 64 32 16 8 4 2 1 Binary Count… 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 0 0 0 1 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 0 0 1 0 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 0 0 1 1 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 0 1 0 0 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 0 1 0 1 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 0 1 1 0 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 0 1 1 1 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 1 0 0 0 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 1 0 0 1 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 1 0 1 0 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 1 0 1 1 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 1 1 0 0 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 1 1 0 1 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 1 1 1 0 7/15/2019

Binary Count (Up to Fifteen). 128 64 32 16 8 4 2 1 0 0 0 0 1 1 1 1 = 15 7/15/2019

Computer Hardware Binary DigiTs (BITs) can be represented electronically: … 0 (no signal) … 1 (signal) 7/15/2019

In Summary… Decimal number system is used day-to-day, e.g. metric system Binary is used by computer hardware and software Binary is very simple… … easy as 1 or 0! … so easy, a kettle could do it! 7/15/2019