wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Summer Year 9 Technology

Total questions: 76

Worksheet time: 1hrs 14mins

Name
Class
Date
1.

What is a 3D printer?

a)

A weather oracle

b)

A DJ for robots

c)

A digital chef

d)

A machine that brings digital dreams into the real world

2.

Coding is to computers what...

a)

Cracking secret messages

b)

Talking in binary

c)

Instructions to make the machine whip up magic

d)

Lego for grown-ups (well... kinda)

3.

What’s the duet in software land?

a)

Basic + Complex

b)

System + Application

c)

Operating + Programming

d)

Hardware + Software (but one is a wallflower)

4.

Why is cybersecurity important?

a)

Meh, unnecessary

b)

Only for megacorps

c)

For safety, continuity & trust

d)

Has nothing to do with trust (wrong timeline, buddy)

5.

AI is like a wizard but...

a)

It learns, automates, and personalizes

b)

Has no real use

c)

Just entertains us with bad deepfakes

d)

omplicates your life on purpose (like printers)

6.

Renewable energy is to Earth as...

a)

Expensive vibes

b)

Zero jobs

c)

Green, job-creating, fossil-reducing goodness

d)

Air fresheners gone wrong

7.

What is the importance of cybersecurity in technology?

a)

Cybersecurity has no impact on customer trust

b)

Cybersecurity is only important for large companies

c)

Cybersecurity is crucial for protecting data, preventing unauthorized access, ensuring business continuity, and maintaining customer trust.

d)

Cybersecurity is not necessary for preventing unauthorized access

8.

Discuss the impact of social media on society.

a)

Social media only affects a small portion of society.

b)

Social media has had no impact on society.

c)

Social media has decreased communication in society.

d)

Social media has revolutionized communication, information sharing, and social interactions in society.

9.

Explain the role of artificial intelligence in technology.

a)

Artificial intelligence has no role in technology

b)

Artificial intelligence enhances automation, personalization, efficiency, and accuracy in various applications.

c)

Artificial intelligence only complicates technology

d)

Artificial intelligence is only used for entertainment purposes

10.

What are the benefits of using renewable energy sources?

a)

Limited job opportunities

b)

Benefits of using renewable energy sources include sustainability, reduced greenhouse gas emissions, job creation, and decreased dependence on fossil fuels.

c)

Higher energy costs

d)

Increased pollution

11.

How does virtual reality technology work?

a)

Virtual reality technology creates a simulated environment for users to interact with through specialized equipment.

b)

Virtual reality technology is powered by dreams to generate immersive experiences.

c)

Virtual reality technology relies on telepathy to transport users to a different world.

d)

Virtual reality technology uses magic to create a simulated environment.

12.

For duplication in Tinkercad, which of the following commands is used?

a)

Ctrl+v

b)

Ctrl+d

c)

Ctrl+c

d)

Ctrl+x then Ctrl+d

13.

In Tinkercad, when bring an object to vertical alignment from the current state of horizontal alignment, which of the following is most appropriate turning angle?

a)

360 degrees

b)

100 degrees

c)

180 degrees

d)

90 degrees

14.

 

The reason for using CAD in place of a "pencil" drawing is ______

a)

To reduce time, overall appearance readability, and make editing easier.

b)

CAD is easier than "pencil" Drawings

c)

CAD does the drawing for you.

d)

There is no difference between CAD drawings and "pencil" drawings

15.

In Tinkercad the handle that appears above the shape when you select it (the little black triangle) allow you to adjust the shape’s _______

a)

Length

b)

Width

c)

Height from the plane

d)

It doesn’t do anything

16.

Stimulation of human intelligence which is processed by machines is called ______________

a)

Artificial Intelligence

b)

Vision Systems

c)

Natural Language

17.

How does an AI device learn and think?

a)

It hacks our computer

b)

It accepts data and trains itself, then creates a model

c)

It hacks our brain

d)

None of the above

18.

Which one of these is not an area of AI?

a)

Computer Vision

b)

Voice Recognition

c)

Web Design

d)

Robotics

19.
a)
Speed Square
b)
Try Square
c)
Carpenter-Framing Square
d)
Combination Square
20.

Name the tool shown.

a)

Tenon Saw

b)

Coping Saw

c)

Mitre Saw

d)

Fret Saw

21.

Name the tool shown.

a)

Bevel edged chisel

b)

Mortise Chisel

c)

Flat File

d)

half rounded file

e)

Rasp

22.

Name the tool shown.

a)

Sanding Block

b)

Sawing Board/bench hook

c)

G-Clamp/Cramp

d)

Sash Clamp/Cramp

23.
Which type of wood is pine?
a)
hardwood
b)
softwood
24.
Which type of wood is oak?
a)
hardwood
b)
softwood
25.
What is the difference between the grain of Softwoods and Hardwoods?
a)
Softwoods have straight, hard to see grain.
b)
Softwoods have very visible grain and often have knots.
c)
Hardwoods have easy to see grain and growth rings
d)
Hardwoods have knots
26.
What are the main types of Manufactured timbers?
a)
MDF, Plywood and Canite
b)
MDF, Plywood and Chipboard
c)
LDF, Plywood and Chipboard
d)
LDF, Plywood and Canite
27.
What is a variable?
a)
A box(memory location) where you store values
b)
a type of graphics
c)
Data type
d)
a type of memory
28.
What symbol is used in python to assign values to a variable?
a)
equals =
b)
plus + 
c)
forward slash /
d)
asterisk *
29.

What will be the output?

name = "Dave"

print (name)

a)

Dave

b)

'Dave'

c)

name

d)

(name)

30.
When you have an error in your code what is the term to summarise finding and fixing that error?
a)
Error checking
b)
Debugging
c)
Syntax finder
d)
Error finder
31.
A syntax error means your code has a 'grammar' mistake or you used symbols/operations incorrectly
a)
True
b)
False
32.
Which statement correctly assigns the string "Tanner" to the variable name?
a)
name  = print( "Tanner")
b)
input("Tanner")
c)
name = "Tanner"
d)
name = input("Tanner")
33.
What does the term 'debug' mean?
a)
Identify errors and fix them.
b)
Making a calculation
c)
A set of instructions
d)
Looking at code
34.
What does the print function do in python?
a)
It's a variable.
b)
It can input data.
c)

It displays an output

d)
It loops the code.
35.
In the following code, "city" is an example of a what?
a)
List
b)
Loop
c)
Variable
d)
Array
36.

What is the output from the following code?

print ("hello world")

a)
Hello World
b)
hello world
c)
print hello world
37.

What is the Python built-in function used to display numbers and text on the screen?

a)

print

b)

input

c)

output

d)

command

38.

The punctuation requirements for printing a string in Python are:

a)

( ) , ! and " "

b)

( ) and !

c)

( ) and " "

d)

" " and !

39.

What will be the output?

name = "Dave"

print ("name")

a)

Dave

b)

"Dave"

c)

name

d)

"name"

40.

What is Softwood also referred to as?

a)

Coniferous

b)

Decidus

c)

Coniferus

d)

Deciduous

e)

Diciduous

41.

Which of the following properties are TRUE about Softwood trees?

PICK 3

a)

Softwoods have needles instead of leaves

b)

Trees grow tall and straight which makes it easier for the manufacturer to cut long straight planks of wood

c)

Softwoods are special because they don’t lose their needles

d)

Softwoods grow slower than hardwoods so they are more expensive.

e)

Softwoods are often made use of waste wood materials

42.

Which of the following statements best describes a Softwood timber/tree?

a)

A timber which grows tall and straight

b)

A timber which is glued together using saw dust and compressed

c)

A timber which can take hundreds of years to grow and has leaves

d)

A timber which is sandwiched together and has a real wood layer on the top

43.

What best describes the leaves on a softwood tree?

PICK 2

a)

They are green all year round

b)

They are broad and change colour during a certain time of the year

c)

They are needles and not leaves

d)

They don't have leaves or needles

44.

Is the following statement true? "Softwoods grow much faster than Hardwoods"

a)

True

b)

False

45.

Which of the following images is an image of a softwood tree?

a)

Image A

b)

Image B

c)

Image C

d)

Image D

46.

Which of the following are NOT softwood trees?

PICK 4

a)

MDF

b)

Plywood

c)

Blockboard

d)

Oak

e)

Spruce

47.

Read the following statement, which softwood is it describing: "... is a creamy-white softwood with small hard knots. Not very durable."

a)

Spruce

b)

Yew

c)

Yew

d)

Parana Pine

48.

Read the following statement, which softwood is it describing: "... is a pale yellow-coloured softwood with a fine even texture. Light in weight but stiff and stable."

a)

Yellow Cedar

b)

Scots Pine

c)

Parana Pine

d)

Parana Pine

49.
Which of these nets will make a cube?
a)
A
b)
B
c)
C
d)
D
50.
Which net will make a square pyramid?
a)
Net A
b)
Net B
c)
Net C
51.

Find the solid that matches this front elevation, side elevation and plan view...

a)
b)
c)
d)
52.

Find the solid that matches this front elevation, side elevation and plan view...

a)
b)
c)
d)
53.

Find the solid that matches this front elevation, side elevation and plan view...

a)
b)
c)
d)
54.

Find the plan view for the solid shown...

a)
b)
c)
d)
55.

Find the front elevation for the solid shown...

a)
b)
c)
d)
56.

Find the front elevation for the solid shown...

a)
b)
c)
d)
57.

Find the side elevation for the solid shown...

a)
b)
c)
d)
58.

Recognize the view for the given isometric figure.

a)

Top view

b)

Right side view

c)

Left side view

59.

Which drawing below shows the Top View?

a)
b)
c)
d)
60.

Which is the correct right side view of the figure provided?

a)
b)
c)
d)
61.
If the Green is the top view and Red is the front, then what view is the Blue?
a)
Left Side
b)
Front
c)
Back
d)
Right Side
62.
Which view shows the block from the TOP
a)
2
b)
3
c)
4
d)
5
63.
What type of drawing is this?
a)
Planometric
b)
Isometric
c)
One-point perspective
d)
Two-point perspective
64.

Data cleaning is like:

a)

Mopping the dance floor

b)

Eating spicy chips

c)

Ignoring bad smells

d)

Painting over dirt

65.

Global data is like:

a)

Gossip that went viral

b)

A rumor in your backpack

c)

private diary

d)

A national treasure

66.

Good visualization is like:

a)

Turning boring numbers into comics

b)

Screaming at a spreadsheet

c)

Dancing in a graph

d)

Crying on a chart

67.

Changing things based on data is like:

a)

Building a freezer when your ice cream melts

b)

Ignoring the forecast

c)

unching the data

d)

Yelling at a thermometer

68.

Which rectangle was drawn LAST?

a)

Blue

b)

Red

c)

Green

d)

Yellow

69.

What is this shape's gradient?

a)

gradient('red','blue')

b)

gradient('blue','red')

c)

fill = 'red,blue'

d)

gradient('purple')

70.

Both circles in the following image have 'fill='black''. What's the opacity of the circle on the right?

a)

100

b)

90

c)

75

d)

25

71.

In https://academy.cs.cmu.edu/ide

Code this and copy and paste what your share code!

(If you can't get it all done in 5 minutes - get what you can done!)

4 lines
72.

You’re trying to make an NPC memorable. Which prompt gives the AI the best material to build a unique personality without being too on-the-nose?

a)

Wise old man gives quest.

b)

A bearded elder who speaks in poems and argues with his walking stick

c)

Make a helpful wizard NPC.

d)

A mysterious man in robes.

73.

Why is it usually better to give AI a more specific prompt when designing game content?

a)

It makes you look like a professional game dev.

b)

t helps AI generate content with texture, character, and purpose.

c)

It impresses your players

d)

It ensures you get a longer response.

74.

You’re creating an unusual goblin character. Which prompt offers just enough detail to avoid clichés, but leaves room for creative freedom?

a)

Goblin with weird personality.

b)

Funny goblin who’s not evil.

c)

Goblin who collects shiny spoons and insists each one has a name.

d)

Make goblin silly.

75.

You need a riddle for a door puzzle. Which prompt guides the AI toward a usable, in-world solution?

a)

Write a clever riddle.

b)

Riddle about time or something deep.

c)

A puzzle that can only be solved when the player listens instead of looks.

d)

Riddle with answer: silence

76.

I travel through walls but leave no trace,
Invisible footsteps at lightning pace.
I bring you voices, memes, and lore,
But if I’m weak, you’ll shout “No more!”

What am I?

(a)