HEXIDECIMAL Flashcards

(15 cards)

1
Q

What character represents the decimal number 11?

A

B

In hexadecimal, the character for 11 is B.

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

What is the character for the decimal number 13?

A

D

In hexadecimal, the character for 13 is D.

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

What is the highest number that can be represented in two columns of hexadecimal?

A

255

Two columns of hexadecimal can represent values from 00 to FF, which equals 255 in decimal.

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

What is the highest number that can be represented in eight columns of binary?

A

255

Eight columns of binary can represent values from 00000000 to 11111111, which equals 255 in decimal.

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

Convert the hex number AA to denary.

A

170

AA in hexadecimal converts to 170 in decimal.

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

Convert the denary number 102 to hex.

A

66

102 in decimal converts to 66 in hexadecimal.

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

Convert the base 16 number AD to binary.

A

1 0 1 0 1 1 0 1

AD in hexadecimal converts to 10101101 in binary.

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

Convert the binary number 1 0 1 0 1 1 0 0 to base 16.

A

AC

The binary 10101100 converts to AC in hexadecimal.

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

Computers understand hexadecimal. True or False?

A

True

Hexadecimal is commonly used in computing as a shorthand representation of binary.

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

What is the correct binary representation of the denary number 46?

A

0 0 0 1 0 1 1 0

Denary 46 in binary is calculated by repeatedly dividing by 2 and recording the remainders.

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

What is the correct binary representation of the denary number 102?

A

0 1 1 0 0 1 1 0

Denary 102 in binary is calculated by converting the number from base 10 to base 2.

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

What is the correct binary representation of the denary number 240?

A

1 1 1 1 0 0 0 0

Denary 240 is represented in binary by converting the number and obtaining the binary digits.

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

What is the correct denary representation of the binary number 1 0 1 0 1 1 1 0?

A

174

To convert binary to denary, multiply each bit by 2 raised to the power of its position.

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

What is the correct denary representation of the binary number 1 1 0 1 1 0 1 1?

A

219

The denary conversion process involves summing the values of the binary digits based on their positional values.

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

What is the correct denary representation of the binary number 0 0 0 0 1 1 0 0?

A

12

Each binary digit corresponds to a power of 2, which is summed to find the denary equivalent.

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