Numbering System

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

1/15

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.

16 Terms

1
New cards

What digits does the Base-N number system use?

1, 2, 3, 4, ..., N-1

2
New cards

Define least significant digit (LSD).

The rightmost digit in a number that holds the smallest value.

3
New cards

Define most significant digit (MSD).

The leftmost digit in a number that holds the largest value.

4
New cards

What is the decimal number system base and its digits?

Base 10 with digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.

5
New cards

What is a byte in terms of bits?

A byte equals 8 bits.

6
New cards

What is 1K in terms of bytes?

1K (kilo or 'kibi') = 1,024.

7
New cards

What is the Hexadecimal Number System base and its digits?

Base 16 with digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F.

8
New cards

What is the binary equivalent of the hexadecimal digit 'A'?

1010

9
New cards

What is the result of binary addition 1 + 1?

0010

10
New cards

Convert the decimal number 10 to hexadecimal.

A.

11
New cards

What is a nybble in terms of bits?

A nybble equals 4 bits.

12
New cards

How many bytes are in a double word?

4 bytes.

13
New cards

What is the binary representation of the decimal number 5?

0101

14
New cards

What is the hexadecimal equivalent of the decimal number 12?

C.

15
New cards

What does 1M represent in bytes?

1M (mega or 'mebi') = 1,048,576.

16
New cards

What is the binary representation of the decimal number 6?

0110