wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 10 Term 1 Roundup

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.
What logic gate is this?
a)
AND
b)
OR 
c)
NOT
d)
TO
2.
What logic gate is this?
a)
AND 
b)
OR 
c)
NOT 
d)
THE
3.
What gate is this table for?
a)
AND
b)
OR
c)
NOT
d)
NOR
4.

How many bits make a byte?

a)

2

b)

4

c)

8

d)

16

5.
Which number system are these examples of?
1011      001011      10110101
a)
Binary
b)
Denary
c)
Hexadecimal
6.
Which of these is the correct sequence for the place values for binary numbers?
a)
1, 2, 4, 8, 16, 32, 64, 128
b)
1, 2, 4, 6, 8, 10, 12, 14, 16
c)
1, 2, 3, 4, 5, 6, 7, 8
d)
0, 1
7.

What in the name of the variable in this Python code?

a)

name

b)

input

c)

print

d)

("What is your name")

8.

Why is it important that was use comments in our code?

a)

They help the program run smoothly

b)

So that when we come back to the code we can understand what it is doing

c)

To help other people understand what is going on in our code

d)

To add more colours into our code

9.

In Python coding what does the instruction PRINT do?

a)

Instruct a printer to work

b)

Add together two numbers

c)

Print a statement on the screen

d)

Input a number

10.
Python is an example of a....
a)
Text-based programming language
b)
Object orientated programming language
c)
language written in java script
d)
Visual-based programming language
11.

What kind of 'base' system is binary known as?

a)

Base 12

b)

Base 8

c)

Base 2

d)

Base 10

12.
A gigabyte consists of 1024:
a)
megabytes
b)
terabytes
c)
kilobytes
d)
nibbles
13.
The following is a correct order of units of storage from lowest to highest:
a)
a bit, a nibble, a byte, a kilobyte, a megabyte, a gigabyte, a terabyte
b)
a bit, a byte, a nibble, a kilobyte, a megabyte, a gigabyte, a terabyte
c)
a bit, a nibble, a byte, a megabyte, a kilobyte, a gigabyte, a terabyte
d)
a byte, a bit, a nibble, a megabyte, a kilobyte, a gigabyte, a terabyte
14.
What is the denary number system?
a)
It counts the number of dens
b)
Our usual base 10 number system
c)
A special number system for computers
d)
Den Ary's number system
15.

An algorithm can be represented in words and images. What is this called?

a)

pseudo-code and a flow diagram.

b)

alphanumeric.

c)

string and integer.

d)

txt and jpg.