Characters Flashcards

1
Q

What are alphanumeric characters used for?

A

To make words and strings (includes uppercase and lowercase letters, digits 0-9 and symbols (?,£,+)

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

What are character sets?

A

Collections of characters that computer recognises from binary representation. They also contain special characters

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

What are character sets used for?

A

Used as a way of converting characters to binary code and (vise versa) as computers are unable to process characters, only binary code. They use character sets to translate binary code into a particular character.

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

What does pressing a button on your keyboard do?

A

It sends a binary signal to your computer telling it what key you pressed

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

What is the number of bits you need based on?

A

The character set. Different character set have different amount of characters. The number of characters in the character set determines how many bits you need.

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

What is ASCII?

A

ASCII is the most commonly used character set in the English speaking World.
Each ASCII character given 7 bit binary code to represent 128 characters (including all letters, numbers, symbols and commands
An extra bit (0) added to each ASCII character, so ASCII fits nicely into one byte.

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

What is Unicode?

A

Coming in different forms, Unicode try’s to cover every possible letter or symbol that might be written. Unlike ASCII, Unicode used multiple bytes for each character
The first 128 codes are the same as ASCII

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

What is the best thing about Unicode?

A

It covers all major languages, even those that use a completely different alphabet (Greek, Russian, Chinese).

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

How is the size of text file calculated?

A

File size (in bits) = Number of bits per character x number of characters

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