GCSE Revision Deck 1 Flashcards

1
Q

What is the ASCII value for “A”?

A

“A”=65

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

What is the ASCII value for “a”?

A

“a”=97

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

How many characters can ASCII represent?

A

ASCII can represent 128 characters.

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

How many bits are in a byte?

A

8 bits in a byte.

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

How many bits are in a nibble?

A

4 bits in a nibble.

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

How many bytes are in a kilobyte?

A

1000 bytes in a kilobyte.

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

What is the order of size? Bit→Nibble→Byte→..?

A

Bit→Nibble→Byte→Kilobyte→Megabyte→Gigabyte→Terabyte.

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

What base is Hexadecimal?

A

Base-16.

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

How many bits is a single Hexadecimal number equal to?

A

4 bits, a nibble.

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

10 in Decimal is equal to … in Hexadecimal.

A

10 is Decimal is equal to “A” in Hexadecimal.

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

What is the binary value of the Hexadecimal value “D”?

A

“D” in Hexadecimal is equal to “1101” in Binary.

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

What are three advantages of using Hexadecimal?

A

It is simpler to remember large numbers in Hexadecimal - they’re far shorter than Binary numbers.
Due to Hex numbers being shorter there’s less chance of input errors.
Its easier to convert Binary and Hex than Binary and Decimal.

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

Do computers use Hexadecimal?

A

No, computers do not use Hex, they still have to convert everything to Binary to process it.

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

What is 10011010 in Hexadecimal?

A

“10011010” in Binary is “9A” in Hexadecimal.

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