1.2 Binary Arithmetic and Hexadecimal Flashcards

(29 cards)

1
Q

Convert positive denary whole numbers into _______.

A

hexadecimal numbers

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

Convert between ______, denary and hexadecimal equivalents of the same number.

A

binary

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

What is 7 in binary?

A

111

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

What is 1001 in denary?

A

9

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

What is 1001 + 110 in binary?

A

1111

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

What is the denary equivalent of binary 0101 1001?

A

89

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

What is the denary equivalent of binary 1100 0010?

A

194

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

How can you quickly tell which is odd and even in any binary number?

A

Even binary numbers will have a 0 at the end, odd binary numbers will have a 1 at the end

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

Hexadecimal is a number system which uses ______.

A

base 16

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

Hexadecimal uses digits 0-9 and letters ______ to ______.

A

A to F

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

What is F in denary?

A

15

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

What is hex 27 in denary?

A

39

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

What is denary 18 in hex?

A

12

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

What is denary 27 in hex?

A

1B

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

What is denary 44 in hex?

A

2C

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

Convert binary 1110 0010 to hex.

17
Q

What is hex 21 in binary?

18
Q

What is hex A5 in binary?

19
Q

What is hex F27B in binary?

A

1111 0010 0111 1011

20
Q

What is the maximum number that can be stored in an 8-bit register?

21
Q

What happens if you try to add one to the maximum number in an 8-bit register?

A

An overflow error will occur

22
Q

In binary addition, what is 1 + 1?

23
Q

What is the rule for binary addition when both bits are 1?

A

0 with a carry of 1

24
Q

What is hex 2B in binary?

25
What is the result of adding binary 1001 0101 and 0010 0110?
1011 1011
26
What is hex 27 in denary using the multiplication method?
2x16 + 7 = 39
27
Hexadecimal values are easier for humans to understand because they are a ______ representation of binary.
shorter
28
What is the binary equivalent of hex 3B?
0011 1011
29
True or False: Hexadecimal is easier to remember and enter than binary.
True