1.7a - Binary Math (Prof. Messer)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

Vocabulary and core concepts for binary-to-decimal and decimal-to-binary conversion as applied to IP subnetting.

Last updated 3:54 AM on 7/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Binary

A type of numbering that uses two different numbers, either a 0 or a 1.

2
New cards

Bit

Each individual 0 or 1 used in binary numbering.

3
New cards

Byte

A combination of eight bits.

4
New cards

Octet

A term used to refer to a byte to ensure it is understood as containing 8 bits.

5
New cards

Binary-to-Decimal Conversion Chart

A chart created by starting with 1 on the right and doubling the number as you move to the left: 1, 2, 4, 8, 16, 32, 64, 128.

6
New cards

Binary 00000010

The binary value equivalent to 2 in decimal.

7
New cards

Binary 10000010

The binary value equivalent to 130 in decimal (128+2128 + 2).

8
New cards

Binary 11111111

The binary value equivalent to 255 in decimal (128+64+32+16+8+4+2+1128 + 64 + 32 + 16 + 8 + 4 + 2 + 1).

9
New cards

Decimal 154 in Binary

The decimal value 154 is equivalent to 10011010 in binary.

10
New cards

2 bits

A binary length that provides four possible outcomes: 00, 01, 10, and 11 (decimal 0, 1, 2, and 3).

11
New cards

3 bits

A binary length that provides eight possible outcomes.

12
New cards

4 bits

A binary length that provides 16 different options.

13
New cards

5 bits

A binary length that provides 32 possible outcomes.

14
New cards

6 bits

A binary length that provides 64 possible outcomes.

15
New cards

7 bits

A binary length that provides 128 possible options.

16
New cards

Powers of 2

The mathematical basis for binary placeholders where 20=12^0 = 1, 21=22^1 = 2, 22=42^2 = 4, 23=82^3 = 8, and so on.