2.3 Flashcards

1
Q

How is the ASCIl character set used to represent text in a computer ?

A

Each character is assigned a unique character code

Each letter is converted to its character code (which is a binary number)

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

Why is ASCII not suitable for representing text in all the languages of the world ?

A

ASCII uses only 7 bits…

So can only represent 128 distinct characters

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

How many bits does ASCII use

A

7

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

What is a character set ?

A

The characters a computer uses

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

Why is data stored in binary in computers ?

A

Circuit only needs to check for two states

1 and 0

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

Compare the use of ASCII and Extended ASCII to represent characters ?

A

Extended ASCII uses more bits

Extended ASCII can represent more characters

For example, Extended ASCII can represent other languages (eg European languages)

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

How many bits does Extended ASCII use ?

A

8

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

How many unique characters does Extended ASCII represent in total ?

A

256

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

How many bits does Unicode use ?

A

16

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

How many characters does Unicode represent ?

A

2^16

65,536 unique characters

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