wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Y8 start of year quiz

Total questions: 20

Worksheet time: 13mins

Name
Class
Date
1.
Draws straight and curved lines to create objects. (P)
a)
Delete Anchor Point tool
b)
Line Segment tool
c)
Add Anchor Point tool
d)
Pen tool
2.

This icon means?

a)

The color of the stroke is red.

b)

The color of the stroke is none.

c)

The color of the stroke is white.

d)

The color of the stroke is red and white.

3.
What is a pixel?
a)
Picture element - the small dots that make up an image.
b)
How an image is stored on the computer.
c)
A type of image
d)
A special type of photograph
4.

The binary number system uses___numbers

a)

one

b)

two

c)

three

d)

four

5.

What numbers are used in the binary number system?

a)

0-10

b)

0-15

c)

0-1

d)

0-5

6.

What is the size or length of this sequence of binary digits: 101?

a)

2 bits

b)

3 bits

c)

5

d)

101

7.
In the following expression which element is a comparison operator?
if a > b:
           print(a)
a)
a
b)
>
c)
b
d)
if
8.
IF and ELSE are used when a program needs to make a what?
a)
Repeat
b)
Decision
c)
Change
d)
Output
9.
a)
You can buy some chocolate
b)
You are rich
c)
You almost have enough
d)
Get a job!
10.
What does cell A1 contain?
a)
Sweet
b)
Mars
c)
A1
d)
Cost
11.

What symbol do all formula start with in Excel?

a)

+

b)

-

c)

=

d)

*

e)

/

12.
SUM, AVERAGE, MAX and VLOOKUP are examples of what?
a)
Functions
b)
Tables
c)
Formulae
d)
Statistical tools
13.

Which option allows you to change the color of the inside of a shape?

a)

fill

b)

stroke

c)

color

d)

shape

14.

Which graphic is a better option for scaling images without loss of quality

a)

Raster

b)

Vector

15.

When sending an email you must always give the email context by filling in the

(a)  

16.
What does BCC mean?
a)
Blind Carbon Copy
b)
Be Cool Copy
c)
Broome Community College
d)
Bring Color Copies
17.
Which command in Python allows you to type information in?
a)
print
b)
variable
c)
read
d)
input
18.
What is the output from the following code:
name = "Fred"
print("Hello " + name)
a)
Hello Fred
b)
Hello name
c)
Name error
d)
HelloFred
19.
What will the output be from the following code?
print("3*4+5")
a)
SyntaxErrror
b)
17
c)
3*4+5
d)
12
20.

What symbols are used for Concatenation

a)

-

b)

*

c)

,

d)

!

e)

+