ROM CPU CMOS HARD DRIVERAM. POWER on off 1 bit 8 bits = 1 byte.

Slides:



Advertisements
Similar presentations
Concept Questions #1. Which of these is an input device? CPU Mouse Processor Linux Keyboard Safari RAM.
Advertisements

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.
4 th Grade Fernway Use place value structure of the base-ten number system to read, write, represent and compare whole numbers through millions.
Data storage Charles McAnany. What are the ones and zeroes? Hard drive Computer "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
Binary “There are 10 types of people in the world… those that understand binary and those that don’t.”
Binary Conversions Number systems Binary to decimal Decimal to binary.
Counting in The Binary System Base Two © RAM 2008.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Bit Patterns – Day 2 Scott Baranick & Daniel Velasquez.
4x + 2y = 18 a. (1,8) = 18 a. 4(1) + 2(8) = 18 b. (3,3)20 = 18 b. 4(3) + 2(3) = = = 18 15x + 5y = 5 a. (-2,7) NoYes b. (-1,4) a.
Math Flash Place Value By Monica Yuskaitis. What is the standard form of? 4,367.
©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Binary Numbers Zeros and Ones
PLACE VALUE.  Standard form: 804,932,008  *Each group of three digits is called a period and is separated by a comma  Word form: eight hundred four.
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.
Place Value Understanding numerals to hundred thousand.
Place Value and Number Forms Review. Create a place value chart TThTh,HTO.
Programming Logic Controllers Number Systems and Codes - Chapter 3.
Visualizing Decimal and Binary
1 1 7-Dec-15 Binary Converting to and from decimal.
Computer Science and Software Engineering© 2014 Project Lead The Way, Inc. Bits and Bytes.
OFF = 0 ON = 1 = 63 BINARY system
57,008,911 fifty-seven million, eight thousand, nine hundred eleven.
Type your name and send: Next Slide. 1. a. What is 20% of 80? 4 b. Why is four wrong? % Is this answer correct? Next Slide.
By M Hennessy. 1. a. What is 20% of 80? 4 b. Why is four wrong? %
UNDERSTANDING NUMERALS TO HUNDRED MILLION. The third period in our number system is MILLIONS ONES __ __ __, THOUSANDS ___ ___ ___, MILLIONS ___ ___ __,,
By D. Fisher. 1. a. What is 20% of 80? 4 b. Why is four wrong? %
Number Systems – Definitions page 214 The radix or base 밑 refers to the number b in an expression of the form b n. The number n is called the exponent.
Binary Lesson 1 Nybbles. Base Ten Normal Numbers Normal Numbers Each place has one of these values: Each place has one of these values:
Standard Form: Uses Digits and Place Value to express numbers Example: 2,623,684,608,000 Uses commas to separate values Expanded Form: A sum that.
Chapter 2: Binary Values and Number Systems Chapter 2 Binary Values and Number Systems Page 14 Information may be reduced to its fundamental state by.
Activity 1 Research / Revise how RAM stores DATA 5 minutes 1 0.
Number Systems & Binary How to count. How do we represent numbers? Early systems: – Actual count : ||||| = 5 – Roman numers : XI = 11 Hard to do math:
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.
Numeration.
Consider this number: , Ones (7 ones) Tens (no tens)
÷ 10 Millions Thousands Ones Hundred Millions Ten Millions Hundred Thousands Ten Thousands Hundreds Tens.
Discrete Mathematics Numbering System.
4,135,652 Place Value Hundred Thousands Ten Thousands Hundreds
Objective - To round whole numbers.
Number Systems & Binary
Binary Lesson 1 Nybbles.
L l l l l l l l l l l 783.
Place Value.
Comparing Numbers.
Place Value © Ashley Lee, 2013.
Binary Lesson 1 Nybbles.
Binary Lesson 1 Nybbles.
Place Value.
4,135,652 Place Value Hundred Thousands Ten Thousands Hundreds
Binary Lesson 3 Hexadecimal
Binary Lesson 2 Bytes.
Binary Lesson 2 Bytes.
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Binary Lesson 2 Bytes.
Binary Lesson 3 Hexadecimal
A B A B C D C D A B B A B C D D C D A B A B C D C D A B A B C D C D
Binary Lesson 4 Hexadecimal and Binary Practice
Place Value.
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.
Storage.
Binary Lesson 4 Hexadecimal and Binary Practice
Binary Lesson 1 Nybbles.
5th Grade Place Value I ,.
Comparing Numbers.
Binary Lesson 7 Review of Binary and Hexadecimal
Binary Lesson 1 Nybbles.
Presentation transcript:

ROM CPU CMOS HARD DRIVERAM

POWER on off 1 bit 8 bits = 1 byte

POWER RAM on off

Binary Numbers!

294,901,632$.00 Decimal System: How we express numbers Base Ten 2 ones 3 tens 6 hundreds 1 thousands 0 ten thousands 9 hundred thousands 4 millions 9 ten millions 2 hundred million 294,901,632

100,000,00010,000,0001,000,000100,00010,0001, ,000,000 * 2200,000,000 10,000,000 * 990,000,000 1,000,000 * 44,000, ,000 * 9900,000 10,000 * 00 1,000 * 11, * *330 1*22

Binary Numbers – same concept, base two Decimal Numbers – base ten 100,000,00010,000,0001,000,000100,00010,0001, *10,000,00010*1,000,00010*100,00010*10,000 10* 1,000 10*10010*10 10* *1282*642*322*162*82*42*22*11

=1 10=2 11=3 100=4 101=5 110=6 111=7 1000=8 1001= *1282*642*322*162*82*42*22*11

twos 0 ones 0 fours 0 eights 1 sixteen 1 thirty-two 1 sixty-four 64 Plus 32 Plus 16 Plus 2 = 114 CPT Room:

* * * * * 00 4 * 00 2 * 12 1 *

is what?

There are only 10 (base2) types of people in the world: those who understand binary and those who don’t. Decimal to Binary: What is the largest power of two that will go into our number? no yes 5 -4 = 1 noyes no yes = = = 22-2 = = 114

19 Decimal to Binary: What is the largest power of two that will go into our number?

Binary Addition: 0 plus 0 = 0, 1 plus 0 = 1, 1 plus 1 = 10 (two)

Binary Addition Remember: = = = = 11