GCSE A451 - Binary and Hex Flashcards

1
Q

Calculate the denary value of the 8-bit binary number 10010111. Explain working out. (2)

A
  • 128 + 16 + 4 + 2 + 1

- 151

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

Add the following two 8-bit binary numbers and explain the result.

1 0 0 1 0 1 1 1
+
1 1 0 1 1 0 0 0

A

1 0 0 1 0 1 1 1
1 1 0 1 1 0 0 0
0 1 1 0 1 1 1 1
1 (extra bit/overflow) 1

  • There is an overflow
  • The answer cannot be represented in 8-bits
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Convert hexadecimal number 6A to denary. Explain your working out (2)

A
  • 6 * 16 (= 96) / 10 (for A)

- 106

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

Convert hexadecimal number 6A to binary. Explain your working out (2)

A

0110 1010

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

Convert binary number 0 01 1 1 1 0 1 to hexadecimal. Explain your working out (2)

A

3D

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

Explain why hexadecimal numbers are often used to represent binary numbers (2)

A

Hex numbers are shorter
… and can easily be converted to and from binary…
… as each hex digit corresponds to 4 binary digits

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

Convert the denary value 55 into an 8-bit binary number. Explain working out. (2)

A

0011 0111

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

Convert the denary value 55 into hexadecimal (2)

A

37

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

Explain why computers use binary (2)

A

So that computers can be based on logic circuits.
… ( each part of the circuit) can be in one of two states
… 0 and 1/true or false

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

Explain how instructions are stored in binary (2)

A

-The instruction consists of an op code (instruction)

… and an operand (address of data)

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