Binary Lesson 1 Nybbles.

Slides:



Advertisements
Similar presentations
Place Value Ones, Tens, and Hundreds.
Advertisements

Binary Lesson 3 Hexadecimal. Counting to 15 Base Base Base 16 Base Base Base 16 Two Ten (Hex) Two Ten (Hex)
Lesson 2-1 Example Example 2 Write seven hundred fourteen in standard form. 1.There are 7 hundreds in the number.
Lesson 2-2 Example Example 3 Use to compare 382 and 365. You can graph the numbers on a number line. The greater number is farther right
Lesson 4-8 Example Find the product of 231 and 7. Estimate first. Step 1 Estimate. 200 × 7 = 1,400.
2-4 Round 3,531 to the nearest hundred.
Counting in The Binary System Base Two © RAM 2008.
Revision Introductory Lesson
Lesson 2-6 Example Round 673,088 to the nearest hundred thousand. Step 1Underline the digit in the hundred thousands place. What digit did you underline?
Numbering Systems. CSCE 1062 Outline What is a Numbering System Review of decimal numbering system Binary representation range Hexadecimal numbering system.

Partitioning four digit numbers
Counting and Number Patterns to 120
©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Binary Numbers Zeros and Ones
How do you write the expanded form of a number? t e n s + = ?
Lesson 3-6 Example Example 2 Find the difference 572 and 286. Use expanded form. 1.Write the first number in expanded form
Binary Lesson 10 Powers of 2. Base Ten The number 147 means The number 147 means 1 x x x x
IClicker Questions CNIT 201E Last revised
Grade 5 Module 1 Lesson 2.
Binary Lesson 5 Counting. Powers of 2 One bit has 2 possible values (2^1) One bit has 2 possible values (2^1) 0 or 1 0 or 1 Two bits have 4 possible values.
Teaching Subnetting Sam Bowne City College San Francisco Web: samsclass.info
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.
Lesson 10-1: Adding Groups of 10
Adding Two and Three Digit Numbers
Binary Lesson 4 Hexadecimal and Binary Practice Modified for IPv6.
IClicker Questions CNIT 201E. After 3.2 What OSI Model Layer performs encryption? A.Application B.Presentation C.Session D.Transport E.Some other layer.
Binary Lesson 4a Hexadecimal and Binary Practice2.
Today we will be learning: to recognise and use patterns in subtraction to use patterns to solve further problems.
Decimal Numbers.
Place Value/ Rounding Lesson #1.
Consider this number: , Ones (7 ones) Tens (no tens)
Binary numbers: Week 7 Lesson 1
Counting by 10s, 100s, 1000s Five-digit
Counting in 7s
Binary Lesson 1 Nybbles.
COUNTING IN BINARY Binary weightings 0 x x x x 8
L l l l l l l l l l l 783.
Comparing Numbers.
PLACE VALUE.
Year 2 Autumn Term Week 2 Lesson 4
Place Value © Ashley Lee, 2013.
Binary Lesson 1 Nybbles.
Binary Lesson 1 Nybbles.
Binary Lesson 3 Hexadecimal
Binary Lesson 2 Bytes.
Binary Lesson 8a IPv6 Addresses: Hexadecimal
Binary Lesson 2 Bytes.
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Binary Lesson 2 Bytes.
Counting
Binary Lesson 8 IPv6 Addresses: Hexadecimal
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
Year 2 Autumn Term Week 2 Lesson 4
Counting
Binary Lesson 4 Hexadecimal and Binary Practice
Place Value.
Thousands Hundreds Tens Ones l l l l l l l l l
COUNTING IN BINARY Binary weightings 0 x x x x 8
Binary Lesson 4 Hexadecimal and Binary Practice
Thousands Hundreds Tens Ones l l l l l l l l l
Binary Lesson 1 Nybbles.
Counting to 100 Counting by ones
Comparing Numbers.
Number Systems Today, I’ll be giving an introduction to:
Counting
Binary Lesson 7 Review of Binary and Hexadecimal
Presentation transcript:

Binary Lesson 1 Nybbles

Base Ten Normal Numbers Each place has one of these values: 0 1 2 3 4 5 6 7 8 9 147 = 1*100 + 4*10 + 7 Or 1*10^2 + 4*10^1 + 7*10^0

Base Ten 1 4 7 Hundreds place Number of hundreds 10^2 Ones place Number of ones 10^0 Tens place Number of tens 10^1

Base Two Binary Numbers Each place has one of these values: 0 1 11 = 1 * 2 + 1 = 3 Or 1*2^1 + 2^0

Base Two 1 0 1 Fours place Number of fours 2^2 Ones place Number of ones 2^0 Twos place Number of twos 2^1

Counting to 7 Base Two Base Ten 0 0 1 1 10 2 11 3 100 4 101 5 110 6 0 0 1 1 10 2 11 3 100 4 101 5 110 6 111 7

Four Bits Make a Nybble 1 0 0 1 8s 4s 2s 1s

Counting to 15 Base Two Base Ten Base Two Base Ten 0 0 1000 8 0 0 1000 8 1 1 1001 9 10 2 1010 10 11 3 1011 11 100 4 1100 12 101 5 1101 13 110 6 1110 14 111 7 1111 15