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

Flashcards about Binary, Decimal, and Hexadecimal

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

What is a decimal numbering system also referred to as?

Base 10

2
New cards

In base 10, how many possible values can each digit have?

Ten (0 through 9)

3
New cards

How many values can a digit have in binary?

Two (0 or 1)

4
New cards

What is another name for an 8-bit value?

Byte or octet

5
New cards

What base is hexadecimal?

Base 16

6
New cards

What numerals and characters represent the values of each digit in hex?

Numerals 0 through 9 and the characters A, B, C, D, E, and F

7
New cards

How many binary digits does every hex digit line up with?

Four binary digits (a nibble)

8
New cards

How many hex digits can each byte or octet be expressed as?

Two hex digits

9
New cards

What is the hex value for the number 10?

A

10
New cards

What is the hex value for the number 15?

F