wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

iGCSE Computer Science: ASCII and Unicode

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

ASCII is an encoding system for text. What does ASCII stand for?

a)

American Standard Code for Information Interchange

b)

All System Code In Internet

c)

American Simple Code for Interesting Information

d)

Alpha Super Code Input Information

2.

How many bits was used to encode the original ASCII character set?

a)

7

b)

8

c)

16

d)

4

3.

What type of data is stored in the first 32 ASCII codes?

a)

Control codes

b)

Letters A-Z

c)

Numbers

d)

Punctuation symbols

4.

The Extended ASCII system uses 8 bits per character instead of 7 bits. How many different characters can be represented in 8 bits?

a)

1024

b)

8

c)

128

d)

256

5.

If 01000001 (65) is the ASCII code for the letter 'A' what is the binary code for 'E'?

a)

01000011

b)

01000101

c)

01000110

d)

01000111

6.

If 065 is the ASCII code for 'A' and 097 is 'a', what text is encoded by: 085 110 105 099 111 100 101 032 097 110 100 032 065 083 067 073 073

a)

Compute the codes

b)

Unicode and ASCII

c)

ASCII is for text

d)

Computing is cool

7.

If 097 is the ASCII code for lower case 'a', which is the correct encoding of the text "The quick brown fox"

a)

084 104 101 032 113 117 105 099 107 032 098 114 111 119 110 032 102 111 120

b)

067 117 114 105 111 117 115 032 103 114 101 101 110 032 105 100 101 097 115

c)

067 111 109 112 117 116 105 110 103 032 105 115 032 099 111 111 108 033 033

d)

084 104 101 032 115 108 111 119 032 111 108 100 032 104 111 114 115 101 032

8.

How many characters are currently represented (in 2021) by the Unicode system?

a)

21,977

b)

1,250,569

c)

75,004

d)

144,697

9.

UTF-8 is the most common encoding system on the web for Unicode. What does UTF stand for?

a)

Universal Text Format

b)

Unicode Transformation Format

c)

Unicode Text Free

d)

Use The Force

10.

What version is the latest and most current version of Unicode (as of 2021)?

a)

8.0

b)

10.0

c)

12.0

d)

14.0