Characters Flashcards

1
Q

What are alphanumeric characters?

A
  • used to make words and strings

- include upper and lower case letters, digits and symbols

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

How can computers convert characters to binary code and vice versa?

A

Character sets

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

What are character sets?

A

Collections of characters that a computer recognises from their binary representation.

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

Character also contains what was well as alphanumerics?

A

Special characters which do certain commands like space, enter and delete.

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

How does the computer use character sets to translate the binary code into a particular character?

A

When you press a button on your keyboard it sends a binary signal to the computer telling it which key you pressed, then the computer translates it using character sets.

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

The number of bits you’ll need is based on what?

A

The character set

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

What is an example of a standard character set?

A

ASCII, extended ASCII and unicode

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

What is ASCII?

A
  • most commonly used character set in the English speaking world
  • each ASCII character is given a 7-bit binary code so can represent a total of 128 different characters.
  • an extra 0 is added to the start of the binary code for each ASCII character, so each character can fit nicely into 1 byte.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is extended ASCII?

A
  • character set which gives each character an 8-bit binary code, so a total of 256 different characters can be represented.
  • The first 128 are in the exact same order as ASCII
  • particularly useful for european languages like French and German which include accents on some of their vowels.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is unicode?

A
  • comes in several different forms and tries to cover every possible character that might be written.
  • most common forms is 16-bit and 32-bit binary codes.
  • best thing is it covers all major languages even those who use a completely different alphabet like Greek, Russian and Chinese.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly