Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CS#4 Number Systems

Total questions: 10

Worksheet time: 19mins

Name
Class
Date
1.

Which of the following number systems do we tend to use in computing?

a)

Decimal

b)

Binary

c)

Hexadecimal

d)

Quinary

2.

When viewing data if a 0b comes up we know the next value is represented as ​ ​​ (a)   .

Choose from the below words
binary
decimal
hexadecimal
octal
3.

When viewing data if a 0x comes up we know the next value is represented as ​ ​ (a)  

Choose from the below words
hexadecimal
decimal
binary
octal
4.

Which of the following is the prefix for 1,000,000,000,000 bytes?

a)

KB (kilobyte)

b)

MB (megabyte)

c)

GB (gigabyte)

d)

TB (terabyte)

5.

Which of the following is the prefix for 1,000,000 bytes?

a)

KB (kilobyte)

b)

MB (megabyte)

c)

GB (gigabyte)

d)

TB (terabyte)

6.

What is 0b110 represented as a decimal?

a)

6

b)

8

c)

110

d)

42

7.

What is 0x110 represented as a decimal?

a)

272

b)

25616

c)

110

d)

284

8.

What does the following binary values translate to using ASCII?

0b1000111

0b1010010

0b1001001

0b1000110

0b1000110

0b1001001

0b1001110

(a)  

9.

What does ASCII stand for?

a)

American Standard Code for Information Interchange

b)

American Scientific Calculation for Information Interchange

c)

American Standard Code for Interlacing Interlopes

d)

Armenian Standard Code for Information Interchange

10.

What does the following hex values translate to using ASCII?

0x38 0x36 0x37 0x2D 0x35 0x33 0x30 0x39

(a)