Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Bits, Pixels, Python

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

How many bits are in a byte?

a)

4

b)

8

c)

16

d)

32

2.

What is the letter represented by this binary code?

01000101

a)

G

b)

E

c)

X

d)

S

3.

How many bytes are in this name?

JULIE

a)

9

b)

1

c)

2

d)

5

4.

To store an image on a computer, the image is broken down into tiny elements called _______________.

a)

pixels

b)

picture boxes

c)

squares

5.

How does BINARY CODE help create PIXELS?

a)

Binary code tells pixels when to light up and what colour to be.

b)
  1. Binary code shapes pixels like clay.

c)

Pixels use binary code to make sounds.

d)
  1. Binary code makes pixels move around the screen.

6.

In programming a # is used for:

a)

A hyperlink to social media accounts

b)

A mistake in a line of code

c)

Coders to leave a message or comment in code

d)

To state that something is awesome

7.

What is the error in this code?

a)

Wrong question

b)

Not the right colour

c)

'feeling' is spelt incorrectly

d)

It should say 'print'

8.

Look at the image. Can you spot the error?

a)

the variable raining is spelt differently:

raning

b)

raining is

black

c)

there is only one

"

d)

the bracket is missing

(

9.

Look at the image. Can you spot the error?

a)

umbrella is spelt incorrectly

b)

umbrella is

red

c)

there is only one

"

d)

the bracket is missing

(

10.

Place the labels to explain what does each

python syntax do.