1.2.4 Data storage (Characters) Flashcards
1
Q
Describe the use of binary codes to represent characters
A
Computers can only process binary numbers 1s and 0s. But this is hard for us to write words and letters in 1s and 0s so a system is developed that allows you to use the full set of alphabetical character, upper and lower case, numbers and symbols. The system uses code to represent each number, letter and symbol.
2
Q
What does the term character set mean?
A
A character set is the possible characters that can be represented in a computer system. A character set converts a binary number/code into written language character.