Characters: Computer Science OCR: GCSE (9:1)

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

ASCII

Character set using 7 bits to represent each character, giving 128 unique characters

2
New cards

Character Set

A code that pairs each character from the alphabet with a unique binary number so we can store text in a computer, examples are ASCII and Unicode

3
New cards

Encoding

The process of converting data into a binary code so that a computer can process it

4
New cards

Unicode

Versatile character set using up to 32 bits so it can represent many more characters. The first 128 are the same as ASCII.

5
New cards

7

Number of bits in an ASCII code

6
New cards

32

Maximum number of bits in a Unicode representation

7
New cards

128

Total number of possible values in the ASCII character set

8
New cards

4

Number of bytes in a 32-bit Unicode value

9
New cards

File size

Using Unicode makes this bigger, because each character takes up more space

10
New cards

B

"A" has the ASCII code 65. What letter has the code 66?

11
New cards

Chinese

There are thousands of characters in the ___________ alphabet. ASCII is not a suitable character set for the language because it has too few bits to represent all the possible values.

12
New cards

English

ASCII is suitable for encoding the ___________ language because after counting all upper and lower case letters and punctuation, there are fewer than 128 characters

13
New cards

101 0001

The letter "P" has the ASCII code 101 0000. What is the binary code for "Q" in the ASCII character set?

14
New cards

116

Lower case letters have an ASCII value 32 places higher than their upper case equivalent. "T" is 84, so what is "t"?

15
New cards

010 0000

The space symbol is stored as decimal value 32 in the ASCII character set. What is this in binary?

16
New cards

011 0101

The number zero, when stored as a character using the ASCII character set, is given the code 48. The numbers 1 to 9 follow consecutively. So what is the binary code for "5"?