ASCII / UNICODE Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a character set?

Give examples

A

A collection of characters and the binary code used to represent them
ASCII, Unicode

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

How many bits does standard ASCII use to represent a character?

A

7 bits are used to represent a character

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

How many characters can be represented in standard ASCII?

A

2^7 = 128 different characters

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

What is the range of characters that can be represented in standard ASCII?

A

0 - 127

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

When is an 8th bit sometimes added to standard ASCII ?

A

It’s sometimes used as a parity bit for error checking during transmission

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

How many bits does extended ASCII use to represent a character?

A

8 bits are used to represent a character

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

How many characters can be represented in extended ASCII?

A

2^8 = 256 different characters

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

What is the range of characters that can be represented in extended ASCII?

A

0-255

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

How many coding standards does Unicode support?

Name them.

A

Unicode supports 3 standards

UTF-8 , UTF-16, UTF-32

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

What advantage is gained from using Unicode as the character set over ASCII?

A

ASCII can only represent a fixed amount of characters due to how many bits it uses so it limits how many characters it can represent whereas Unicode uses more bits so can represent a greater amount of characters, such as characters used in different languages/alphabets

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

What is a character code?

A

A binary pattern equivalent of a character

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

What is a disadvantage of using Unicode?

A

It uses more bytes per character so uses more storage space per character

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

What’s an advantage of using the stored program concept?

A

It allows one computer to run several different programs

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