wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 10 - Nearpod lesson

Total questions: 12

Worksheet time: 8mins

Name
Class
Date
1.

What is the decimal representation of this binary number?

00111011

a)

58

b)

102

c)

59

d)

220

2.

Which of the following character sets holds the most characters?

a)

Unicode

b)

ASCII

c)

Extended ASCII

3.

On the following list, which algorithm would find a specific number the quickest?


[1, 2, 4, 5, 7, 8, 10, 12, 20, 56]

a)

Bubble Sort

b)

Linear and Binary search would be about the same

c)

Linear Search

d)

Binary Search

4.

Which of the following fits correctly into the 'Boolean' data type?

a)

Yes

b)

No

c)

True

d)

False

5.

Which of the following are TRUE?

a)

5 < 10

b)

5 >= 10

c)

(10 * 2) > (3 * 3)

d)

(10 DIV 2) == 5

6.

Which of the following has the correct syntax for an IF statement?

a)
b)
c)
d)
7.

Which of the following is an AND gate?

a)
b)
c)
8.

Which is the correct formula to work out the number of bytes if I have 80000 bits?

a)

80000 / 1000

b)

80000 / 8

c)

80000 * 8

d)

80000 * 1000

9.

How many Kilobytes would be in 240000 bits?

a)

3

b)

300

c)

80

d)

30

10.

What would be the result of shifting a binary number 2 places to the right?

a)

The number would be multiplied by 4

b)

The number would be divided by 4

c)

The number would be increased by 4

d)

The number would be divided by 16

11.

Which of these is the correct definition of a pixel?

a)

The smallest addressable element of an image

b)

The smallest part of the screen that can be coloured

c)

A square part of an image

d)

One of the 'lights' on the computer screen

12.

Fred has taken an image from his 10 megapixel camera, which also records 256 colours every time it takes an image.


Which of the following is the correct file size in megabytes?

a)

100MB

b)

10MB

c)

16MB

d)

1.6MB