Hexadecimal Flashcards

(27 cards)

1
Q

What is the hexadecimal system based on?

A

The hexadecimal system is based on the base-16 number system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How many digits are there in the hexadecimal system?

A

There are 16 digits in the hexadecimal system, ranging from 0 to 9 and A to F.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the binary equivalent of the hexadecimal digit ‘A’?

A

The binary equivalent of ‘A’ is 1010.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

True or False: The hexadecimal digit ‘F’ is equivalent to the decimal number 15.

A

True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Fill in the blank: Each hexadecimal digit can be represented by ____ binary digits.

A

4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the binary equivalent of the hexadecimal number ‘1C’?

A

0001 1100

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you convert the hexadecimal number ‘2F’ to binary?

A

Convert each digit: 2 = 0010 and F = 1111, so ‘2F’ = 0010 1111.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the hexadecimal representation of the binary number ‘11011010’?

A

DA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

True or False: The hexadecimal system is commonly used in computing for memory addresses.

A

True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the binary equivalent of the hexadecimal digit ‘9’?

A

1001

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What hexadecimal number corresponds to the binary ‘0000 1111’?

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Fill in the blank: To convert hexadecimal to binary, replace each hex digit with its ____ equivalent.

A

4-bit binary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the binary equivalent of the hexadecimal number ‘3E’?

A

0011 1110

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you convert the hexadecimal number ‘B2’ to binary?

A

Convert each digit: B = 1011 and 2 = 0010, so ‘B2’ = 1011 0010.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

True or False: Hexadecimal is a more compact way to represent binary data.

A

True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the hexadecimal equivalent of the binary number ‘1010 1010’?

17
Q

How many bits are used to represent a single hexadecimal digit?

18
Q

What is the binary equivalent of the hexadecimal digit ‘C’?

19
Q

Fill in the blank: The hexadecimal digits ‘0’ to ‘9’ represent the values ____ to ____ in decimal.

20
Q

What is the hexadecimal number for the binary ‘1111 0000’?

21
Q

True or False: The hexadecimal system is primarily used in mathematical calculations.

22
Q

What is the binary equivalent of the hexadecimal number ‘4D’?

23
Q

How do you convert the binary number ‘0110 1100’ to hexadecimal?

A

Group into 4 bits: 0110 = 6 and 1100 = C, so ‘6C’.

24
Q

What is the hexadecimal representation of the binary ‘0000 0001’?

25
Fill in the blank: The hexadecimal digit 'E' is equivalent to the decimal number ____.
14
26
What hexadecimal number corresponds to the binary '0010 0001'?
21
27
True or False: Each hexadecimal digit can represent a value from 0 to 15.
True.