3. Uses of Hexadecimal

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

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards
Q: What are the main uses of the hexadecimal system?
Error codes, MAC addresses, IP addresses, and HTML color codes.
2
New cards
Q: Why is hexadecimal easier for humans to use compared to binary?
It is shorter and simplifies representation, as one hex digit equals four binary digits.
3
New cards
Q: What is a MAC address?
A unique physical address that identifies a device connected to a network.
4
New cards
Q: How is a MAC address represented?
Using six groups of hexadecimal digits, such as NN:NN:NN:DD:DD:DD.
5
New cards
Q: What is the difference between IPv4 and IPv6?
IPv4 uses 32 bits, while IPv6 uses 128 bits and is written in hexadecimal format.
6
New cards
Q: How are HTML color codes represented?
Using six hexadecimal digits for red, green, and blue (e.g., #FF0000 for red).