wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer programming skills.ch1

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Humans use :

a)

Base-2 numbering system

b)

Base-10 numbring system

c)

Octal

d)

Base-8 numbring system

2.

Binary system take advantage by dealing with ON and OFF

a)

False

b)

True

3.

(3655)10 Contain ...elements

and derived from ......

a)

4elements, base-10

b)

4 elements , base -2

c)

3 elements, base -10

d)

3 elements, base -2

4.

Base 8 contains 8 elements :(1,2,3,4,5,6,7,8)

a)

False

b)

True

5.

In hexadecimal numbers A =

a)

9

b)

10

c)

5

d)

1

6.

(16BA)16 Contains :

a)

2 elements

b)

4 elements

c)

3 elements

7.

Base-10 and base-2 is used as shorthand

a)

False

b)

True

8.

(1100)2 In decimal equal:

a)

12

b)

4

c)

3

9.

To convert Decimal to Binary we divide by 2

a)

True

b)

False

c)

Of course true

10.

(174)10 in binary =

a)

(10101110)2

b)

(1010110)2

c)

(01110101)2

d)

(10101110)10

11.

To convert Decimal to hexadecimal we divide by 16

a)

False , multiple

b)

True

12.

(111001)2 = in decimal

a)

(57)10

b)

(25)10

c)

(56)10

13.

(E7A9)16 = in decimal

a)

(59286)10

b)

(59305)10

c)

(59155)10