Module 5: Number Systems

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 26

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

27 Terms

1

Binary Number System

Calculate numbers between decimal and binary systems

New cards
2

Hexadecimal Number System

Calculate numbers between decimal and hexadecimal systems

New cards
3

bits

Binary numbering system consists of 1s and 0s, called ?

New cards
4

0-9

Decimal numbering system consists of digits __ through __

New cards
5

  • Hosts

  • servers

  • network equipment

what uses binary addressing to identify each other?

New cards
6

octets

Each address is made up of a string of 32 bits, divided into four sections called

New cards
7

32 bits

Each address is made up of a string of __ bits

New cards
8

dot

Each octet contains 8 bits (or 1 byte) separated by a ?

New cards
9

8 bits (or 1 byte)

Each octet contains _________ separated by a dot

New cards
10

dotted decimal

For ease of use by people, this dotted notation is converted to ?

New cards
11

Binary Positional Notation

means that a digit represents different values depending on the “position” the digit occupies in the sequence of numbers.

New cards
12

binary positional value table

is useful in converting a dotted decimal IPv4 address to binary.

New cards
13

128

Start in the ___ position (the most significant bit).

New cards
14

0, 64

If the position doesn’t starts in 128, record a binary __ in the 128 positional value and move to the __ positional value

New cards
15

1

If the position starts in 128, record a binary __ in the 128 positional value, subtract 128 from the decimal number, and move to the 64 positional value

New cards
16

1 0 1 0 1 0 0 0

what is the output?

Convert decimal 168 to binary

New cards
17

sabotable

Convert decimal 168 to binary (ANALYZE FLS)

  • Is 168 > 128?

    • Yes, enter 1 in 128 position and subtract 128 (168-128=40)

  • Is 40 > 64?

    • No, enter 0 in 64 position and move on

  • Is 40 > 32?

    • Yes, enter 1 in 32 position and subtract 32 (40-32=8)

  • Is 8 > 16?

    • No, enter 0 in 16 position and move on

  • Is 8 > 8?

    • Equal. Enter 1 in 8 position and subtract 8 (8-8=0) No values left. Enter 0 in remaining binary positions

New cards
18

binary

Routers and computers only understand ?

New cards
19

decimal

humans work in ?

New cards
20

128, 64, 32, 16, 8, 4, 2, 1

what are the positional value?

New cards
21

Binary to Decimal

steps (to convert ____ to ______):

  1. multiply the binary and the positional value

  2. add the result

New cards
22

Decimal to Binary

steps (to convert ____ to ______):

  1. compare the decimal to the positional value

  2. if greater than, enter 1 and subtract from the positional value

  3. if less than, enter 0 and move on to the next positional value

  4. repeat until no values left

New cards
23

Hexadecimal

is a base sixteen numbering system, using the digits 0 through 9 and letters A to F.

New cards
24

Hexadecimal

is used to represent IPv6 addresses and MAC addresses.

New cards
25

32 hexadecimal values

IPv6 addresses are 128 bits in length. Every 4 bits is represented by a single hexadecimal digit. That makes the IPv6 address a total of ?

New cards
26

Decimal to Hexadecimal

steps (to convert ____ to ______):

  1. Convert the decimal number to 8-bit binary strings.

  2. Divide the binary strings in groups of four starting from the rightmost position.

  3. Convert each four binary numbers into their equivalent hexadecimal digit. (to convert multiply each binary to 2 ex.(1×2^3)+(1×2^2)+(0×2^1)+(0×2^0))

New cards
27

Hexadecimal to Decimal

steps (to convert ____ to ______):

  1. Convert the hexadecimal number to 4-bit binary strings.

  2. Create 8-bit binary grouping starting from the rightmost position.

  3. Convert each 8-bit binary grouping into their equivalent decimal digit.

New cards
robot