Binary Lesson 10 Powers of 2. Base Ten The number 147 means The number 147 means 1 x 100 + 4 x 10 + 7 1 x 100 + 4 x 10 + 7.

Slides:



Advertisements
Similar presentations
Scientific Notations - Operations Addition and Subtraction 1 st Convert one of the numbers so the exponents match 2 nd Add or subtract the decimal numbers.
Advertisements

IP Addresses: Classful Addressing IP Addresses. CONTENTS INTRODUCTION CLASSFUL ADDRESSING Different Network Classes Subnetting Classless Addressing Supernetting.
Introduction to Networking (Yarnfield) Classful subnetting.
Laws of Exponents. Exponential Notation Base Exponent Base raised to an exponent.
Information & Communication Technology
 To add numbers in scientific notation: 1) Add the constants 2) Keep the exponent the same  Example: (2.1 x 10 5 ) + (3.2 x 10 5 ) = ( ) x 10.
Bell Quiz. Objectives Review how to write large and small numbers in scientific notation. Multiply and divide numbers written in scientific notation by.
Chapter 2.2 Scientific Notation. Expresses numbers in two parts: A number between 1 and 10 Ten raised to a power Examples: 2.32 x x
Binary Lesson 5 Usable Addresses Class A, B, and C.
Binary Lesson 5.5 Usable Addresses Class A, B, and C.
1 Exercise: IPv4 subnetting. 2 Task 1 Given is an IP network with address : Divide this network into 8 subnets.
Binary Lesson 6.1 Classful Subnetting 2
Chapter 8 – Exponents and Exponential Functions 8.1/8.3 – Multiplication and Division Properties of Exponents.
Exponents base exponent means 3 factors of 5 or 5 x 5 x 5.
PROPERTIES OF EXPONENTS
Exponents Power base exponent means 3 factors of 5 or 5 x 5 x 5.

Operations with Scientific Notation. Warm Up To add or subtract, rewrite the numbers to the same power of 10, add or subtract the multipliers, and rewrite.
Multiplying With Scientific Notation (3.8  102)  (5  104) = 1.) Change the order of the factors. 2.) Multiply and use the rules for exponents 3.) Make.
 Exponents MUST BE THE SAME before you can add/subtract 2 numbers written in scientific notation.  Example 1: 7.35 x 10 2 m x 10 2 m = ? › Are.
Scientific notation. What is scientific notation?  Numbers are written in the form M × 10 ^n, Where the factor M is a number greater than or equal to.
8.4 Scientific Notation Scientific notation is used to write very large and very small numbers in powers of 10.
Binary Lesson 9 Supernetting
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.
Hour 5 Subnetting 1. you will be able to Explain how subnets and supernets are used Explain the benefits of subnetting Develop a subnet mask that meets.
Scientific Notation. Scientific (Exponential) Notation A number is written as the product of two numbers, a coefficient and 10 raised to a power 36,000.
I’m Thinking of a Number
Scientific Notation and Multiplication Property of Exponents.
Binary Lesson 1 Nybbles. Base Ten Normal Numbers Normal Numbers Each place has one of these values: Each place has one of these values:
Combining Functions MCC9-12.F.BF.1b Combine standard function types using arithmetic operations.
Properties of Exponents. If a number is in exponential form, the exponent represents how many times the base is to be used as a factor. A number produced.
After 6.1. What is 69 in binary? A B C D E of 6.
Binary Lesson 4a Hexadecimal and Binary Practice2.
Lesson Objectives Perform mathematical operations in scientific notation.
Lesson 5-1 Properties of Exponents
Binary Lesson 1 Nybbles.
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Binary Lesson 5 Classful IP Addresses
Multiplying and Dividing Powers
Binary Lesson 1 Nybbles.
Binary Lesson 1 Nybbles.
EXPONENTIAL EXPRESSIONS
Binary Lesson 2 Bytes.
EXPONENTIAL EXPRESSIONS
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Binary Lesson 8a IPv6 Addresses: Hexadecimal
Binary Lesson 6 Classful Subnetting
Binary Lesson 2 Bytes.
Binary Lesson 7 Supernetting
Lesson 8.1 How do you use properties of exponents involving products?
Binary Lesson 2 Bytes.
The Laws of Exponents.
Binary Lesson 8 Review of Classful Addressing and Subnetting
Divide the number in C by 10.
Binary Lesson 6 Classful Subnetting /24, /25, and /26
Binary Lesson 6 Classful Subnetting
Binary Lesson 8 IPv6 Addresses: Hexadecimal
Multiply & Divide with Scientific Notation
Binary Lesson 4 Hexadecimal and Binary Practice
Multiplying and Dividing in Scientific Notation
10.7 Add, Subtract, Multiply, or Divide in Sc. Notation
The Laws of Exponents.
PROPERTIES Of Exponents
The Laws of Exponents.
Binary Lesson 1 Nybbles.
Learn to apply the properties of exponents.
Chapter Ten Exponents and Scientific Notation
EXPONENTIAL EXPRESSIONS
Binary Lesson 1 Nybbles.
Presentation transcript:

Binary Lesson 10 Powers of 2

Base Ten The number 147 means The number 147 means 1 x x x x

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

Exponential Notation 10^1 = 10 10^2 = 10 x 10 = ^3 = 10 x 10 x 10 = 1,000 10^4 = 10 x 10 x 10 x 10 = 10,000 10^4 = 10^1 x 10^1 x 10^1 x 10^1 = 10^( ) ADD Exponents when multiplying

Exponential Notation 10^6 = 1,000,000 = 1,000 x 1,000 = 10^3 x 10^3 = 10^(3+3) = 10^(2+2+2) = 10^2 x 10^2 x 10^2 = 100 x 100 x 100

Dividing If I have 100 pennies and I divide them into 10 equal piles, how many are in each pile? 100 / 10 = 10 In exponential notation, this becomes 10^2 / 10^1 = 10^1 = 10^(2-1) SUBTRACT exponents when dividing

Binary s 2^3 4s 2^2 2s 2^1 1s 2^0

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

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

Exponential Notation 2^1 = 2 2^2 = 2 x 2 = 4 2^3 = 2 x 2 x 2 = 8 2^4 = 2 x 2 x 2 x 2 = 16 2^4 = 2^1 + 2^1 + 2^1 + 2^1 = 2^( ) ADD Exponents when multiplying

Exponential Notation 2^6 = 2 x 2 x 2 x 2 x 2 x 2 2^6 = 2^1 x 2^1 x 2^1 x 2^1 x 2^1 x 2^1 = 2^( ) = 2^(3+3) = 2^3 x 2^3 = 8 x 8 = 64 = 2^2 x 2^2 x 2^2

Powers of 2 2^8 = 256 2^7 = 128 2^6 = 64 2^5 = 32 2^4 = 16 2^3 = 8 2^2 = 4 2^1 = 2 2^0 = 1

Powers of 2 2^16 = 65,536 2^15 = 32,768 2^14 = 16,384 2^13 = 8,192 2^12 = 4,096 2^11 = 2,048 2^10 = 1,024 2^9 = 512 2^8 = 256

Dividing If I have 256 pennies and I divide them into 4 equal piles, how many are in each pile? 256 / 4 = 64 In exponential notation, this becomes 2^8 / 2^2 = 2^(8-2) = 2^6 SUBTRACT exponents when dividing

Network Sizes How many addresses are available in a /24 network? 32 bits in the IPv4 addresses 24 network bits = 8 host bits # of host addresses = 2^8 = 256 (Including network and broadcast)

Network Sizes How many addresses are available in a /16 network? 32 bits in the IPv4 addresses 16 network bits = 16 host bits # of host addresses = 2^16 = 65,536 (Including network and broadcast)

Network Sizes How many addresses are available in a /19 network? 32 bits in the IPv4 addresses 19 network bits = 13 host bits # of host addresses = 2^13 = 8,192 (Including network and broadcast)

Subnetting Start with the /24 network Subnet it into /25 subnets How many subnets are there? 2 ^ ( ) = 2^1 = 2 How many addresses in each subnet? # host bits = = 7 # addresses = 2^7 = 128 (including network and broadcast)

Subnetting Start with the /16 network Subnet it into /18 subnets How many subnets are there? 2 ^ ( ) = 2^2 = 4 How many addresses in each subnet? # host bits = = 14 # addresses = 2^14 = 16,384 (including network and broadcast)

Powers of 2 iClicker Questions

What is 100 x 1000 x 100? A.10^5 B.10^6 C.10^7 D.10^8 E.Something else

What is 100 x 1000 / 10? A.10^3 B.10^4 C.10^5 D.10^6 E.Something else

What is 2^5? A.8 B.16 C.32 D.64 E.Something else

What is 2^10? A.128 B.512 C.1024 D.4096 E.Something else

What is 2^15? A.1,024 B.8,192 C.16,384 D.65,536 E.Something else

The /24 network is divided into /28 subnets. How many subnets are there? A.2 B.4 C.8 D.16 E.Something else

The /16 network is divided into /24 subnets. How many subnets are there? A.16 B.64 C.256 D.1,024 E.Something else

The /16 network is divided into /30 subnets. How many subnets are there? A.1,024 B.8,192 C.16,384 D.32,768 E.Something else

The /13 supernet combines several /16 classful subnets. How many subnets does it contain? A.2 B.4 C.8 D.16 E.Something else

How many addresses are in the /24 subnet? A.64 B.256 C.2,048 D.32,768 E.Something else

How many addresses are in the /20 subnet? A.1,024 B.2,048 C.4,096 D.8,192 E.Something else

How many addresses are in the /18 subnet? A.1,024 B.2,048 C.4,096 D.8,192 E.Something else