Binary Lesson 4 Hexadecimal and Binary Practice Modified 2-10-11 for IPv6.

Slides:



Advertisements
Similar presentations
Binary Lesson 4 Hexadecimal and Binary Practice. Counting to 15 Base Base Base 16 Base Base Base 16 Two Ten (Hex) Two Ten (Hex)
Advertisements

Binary Lesson 3 Hexadecimal. Counting to 15 Base Base Base 16 Base Base Base 16 Two Ten (Hex) Two Ten (Hex)
NUMBER SYSTEM. How to convert hexadecimal numbers to decimal numbers? 230 Working from right to left, MULTIPLY each position with 8 raised to the power.
1 3 Computing System Fundamentals 3.5 Data Representation.
DATA REPRESENTATION CONVERSION.
IClicker Questions CNIT 201E Modified After 4.1.
Number Systems Discussion D4.1 Appendix C. Number Systems Counting in Binary Positional Notation Hexadecimal Numbers Negative Numbers.
CISCO NETWORKING ACADEMY Chabot College ELEC 74A Hexadecimal Introduction.
Number Systems.
Binary Lesson 5.5 Usable Addresses Class A, B, and C.
1 Pertemuan 2 Network Math. Discussion Topics Binary presentation of data Bits and bytes Base 10 number system Base 2 number system Converting decimal.
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
Converting From decimal to Binary & Hexadecimal to Binary
1 Press Ctrl-A ©G Dear 2010 – Not to be sold/Free to use Converting Bits and Bytes Stage 6 - Year 11 Applied Mathematic (Preliminary General 1)
Conversions Denary to Binary Method 1
Hexadecimal. Overview Hexadecimal (hex) ~ base 16 number system Use 0 through 9 and... A = 10 B = 11 C = 12 D = 13 E = 14 F = 15.
Octal to Decimal Hexadecimal DecimalOctal Binary.
Chapter 2 Bits, Data Types, and Operations. 2-2 Hexadecimal Notation It is often convenient to write binary (base-2) numbers as hexadecimal (base-16)
Working with 8-bit bytes and hexadecimal
Hexadecimal Data Representation. Objectives  Know how the Hexadecimal counting system works  Be able to convert between denary, binary & hexadecimal.
Binary Lesson 6.1 Classful Subnetting 2
Binary Lesson 10 Powers of 2. Base Ten The number 147 means The number 147 means 1 x x x x
Binary01.ppt Decimal Decimal: Base 10 means 10 Unique numerical digits ,00010,000 Weight Positions 3,
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:
Arithmetic Chapter 4 Subject: Digital System Year: 2009.
Cis303a_chapt03_exam1_answer.ppt CIS303A: System Architecture Exam 1: Chapter 3 Answer List the characters (digits) for the following bases. 1) Decimal:
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.
After 6.1. What is 69 in binary? A B C D E of 6.
CMSC 1041 Binary / Hex Binary and Hex The number systems of Computer Science.
1 Bits, Bytes, Binary & Hex CIS TAG ▪ Byte Bit.
Conversions 1)Binary to Denary Method 1 Work out the position values of the binary bits and add those values together So above would be
Base 16 (hexadecimal) Uses the decimal digits and the first letters of the alphabet to encode 4 binary bits (16=2 4 ) abcdef or ABCDEF.
First Foray into Programming (the hard way). A reminder from last lesson: A machine code instruction has two parts:  Op-code  Operand An instruction.
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.
Decimal Numbers.
Consider this number: , Ones (7 ones) Tens (no tens)
Octal to Decimal Decimal Octal Binary Hexadecimal.
Discrete Mathematics Numbering System.
Unit 18: Computational Thinking
2.0 COMPUTER SYSTEM 2.2 Number System and Representation
Binary Lesson 1 Nybbles.
Combinations COURSE 3 LESSON 11-3
Binary Lesson 5 Classful IP Addresses
Binary Quiz UIN: ____________________
Binary Lesson 1 Nybbles.
Help! Tell me about Computer Data!
Number Systems Base 2, 10, 16.
Binary Lesson 1 Nybbles.
Binary Lesson 3 Hexadecimal
Binary Lesson 2 Bytes.
Data Hexadecimal.
Binary Lesson 8a IPv6 Addresses: Hexadecimal
Binary, Octal and Hex Numbers Copyright Thaddeus Konar
Binary Lesson 2 Bytes.
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Binary Lesson 2 Bytes.
Binary Lesson 8 IPv6 Addresses: Hexadecimal
Binary Lesson 3 Hexadecimal
Binary Lesson 4 Hexadecimal and Binary Practice
Numeral systems (radix)
Binary Lesson 4 Hexadecimal and Binary Practice
GCSE COMPUTER SCIENCE Topic 3 - Data 3.4 Hexadecimal Conversion.
Binary Lesson 1 Nybbles.
Binary Lesson 7 Review of Binary and Hexadecimal
Binary Lesson 1 Nybbles.
Presentation transcript:

Binary Lesson 4 Hexadecimal and Binary Practice Modified for IPv6

Counting to 15 Base Base Base 16 Base Base Base 16 Two Ten (Hex) Two Ten (Hex) A A B B C C D D E E F F

Four Bits Make a Nybble A nybble can be represented by one hexadecimal digit Values from 0 to 15, or 0 to F 8s 4s2s1s

Eight Bits Make a Byte So this number is = 153 8s4s2s1s8s4s2s8s4s1s2s8s4s 16s32s 128s 64s16s32s64s16s32s One nybble: 0 through F One nybble: 0 through F

Two hexadecimal digits make a byte So this number is $99 = 9* = = 153 One nybble: 0 through F # of 16s One nybble: 0 through F # of 1s

Binary iClicker Questions

What is 16 in hexadecimal? A.$0A B.$A6 C.$0F D.$10 E.$16

What is $A0 in decimal? A.160 B.100 C.10 D.255 E.90

What is 64 in hexadecimal? A.$20 B.$30 C.$34 D.$40 E.$44

What is 252 in hexadecimal? A.$F0 B.$F8 C.$FA D.$FC E.$FE

Convert this binary number to hexadecimal: A.$23 B.$69 C.$6B D.$6C E.$6D

Convert this binary word to hexadecimal: A.FE80 B.BEEF C.C5EF D.D5EF E.Something else

Convert this binary word to hexadecimal: A.FE80 B.FF00 C.FE00 D.FD00 E.Something else

Convert this hexadecimal word to binary: FE80 A B C D E.Something else

Convert this hexadecimal word to binary: 0DB8 A B C D E.Something else

What is the highlighted IP Address? A B C D E.Something else

Convert this IP address to hexadecimal: A B C D.7F E.7D