1.3.7 - Binary and Hexadecimal

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover the key terminology and concepts related to binary and hexadecimal systems, as noted in the lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Hexadecimal

A base 16 numbering system using digits 0-9 and letters A-F.

2
New cards

Binary

A base 2 numbering system where each digit is a 0 or a 1.

3
New cards

Byte

An 8-bit value, which can represent decimal values from 0 to 255.

4
New cards

IPv4 address

An address expressed as four decimal octets, e.g., 203.0.113.1.

5
New cards

Octet

A group of eight bits, commonly used to represent a byte.

6
New cards

Nibble

Four binary digits, equivalent to one hexadecimal digit.

7
New cards

Decimal

A base 10 numbering system using digits 0-9.

8
New cards

MAC address

A hardware address expressed in hexadecimal notation.

9
New cards

Conversion of 255

In hexadecimal it is expressed as FF (or 0xFF for clarity).

10
New cards

Value of 2 in Binary Positioning

In binary, each position represents the next power of 2, e.g., 1, 2, 4, 8, 16, etc.