1.4.1 Data Types Flashcards

1
Q

Define character

A

Single symbol used by a computer

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

Define string

A

Collection of characters

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

What denary numbers do A, B, C, D, E, F in hex represent?

A

10, 11, 12, 13, 14, 15

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

What does ASCII stand for?

A

American Standard Code for Information Interchange

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

How does ASCII represent characters?

A

Using 7 bits to represent 2^7=128 different characters.

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

Define the character set of a computer.

A

A published collection of codes and corresponding characters which can be understood and used by computers for representing text.

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

How are codes used to represent a character set?

A

Each character has a unique binary code.
Each character uses 1 byte.
ASCII is an example.

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

How does Unicode solve ASCII’s problem of limited characters?

A

It uses a varying number of bits allowing for over 1 million different characters, many of which have yet to be allocated.

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

What else can we afford to represent with Unicode’s vast capacity?

A

Different languages, symbols, emojis

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