wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Technology examination revision

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the main purpose of the fulcrum in a trebuchet?

a)

To stop the motion

b)

To launch the projectile

c)

To act as the pivot point

d)

To store energy

2.

In the design process cycle, what is the primary benefit of producing a prototype and testing each stage incrementally?

a)

To reduce the need for documentation and planning

b)

To identify and rectify potential design flaws or issues early on

c)

To speed up development by skipping intermediate steps

d)

To focus only on the final product without exploring intermediate stages

3.

Which option best describes a current trend in the Asia–Pacific region for plant-based foods?

a)

Few consumers have tried plant-based alternatives and launches are declining

b)

Fast growth in plant-based food launches; consumers increasingly choose dairy substitutes and meat-alternatives

c)

Plant-based food market is shrinking because consumers prefer traditional meat and dairy

d)

Only imported plant-based products are adopted; local versions are not growing

4.

Which industry is a major earner in Australian agriculture?

a)

Wool

b)

Tea

c)

Coffee

d)

Pine nuts

5.

Cross-contamination occurs when:

a)

Food is overcooked

b)

Bacteria transfers between surfaces

c)

Ingredients are not chopped

d)

Food is stored in sealed containers

6.

The temperature danger zone for food is:

a)

0–5°C

b)

60–100°C

c)

5–60°C

d)

100–120°C

7.

The ingredients list on a food label is arranged in order of:

a)

Alphabetical order

b)

Most to least by weight

c)

Nutritional value

d)

Date of purchase

8.

Which energy transformation best describes what happens as a trebuchet’s counterweight falls?

a)

Kinetic to thermal

b)

Gravitational potential to kinetic

c)

Elastic potential to chemical

d)

Electrical to kinetic

9.

If a catapult launches with the same speed but at different angles, which angle generally maximizes horizontal range on level ground?

a)

30 degrees

b)

45 degrees

c)

60 degrees

d)

75 degrees

10.

Which scenario best illustrates cross-contamination?

a)

Using the same cutting board for raw chicken and salad without washing

b)

Boiling pasta in salted water

c)

Storing rice in an airtight container

d)

Baking bread at high heat

11.

A deli uses the same knife to slice raw beef and then tomatoes without cleaning. What risk does this create?

a)

Overcooking the tomatoes

b)

Cross-contamination by transferring bacteria

c)

Loss of nutritional value in the beef

d)

Reduced food miles for the meal

12.

Buying strawberries from a nearby farm instead of flying them in reduces:

a)

Cross-contamination risk

b)

Food miles

c)

Danger zone temperatures

d)

Ingredient weights

13.

In trebuchet testing, which factor most directly reduces random variation and makes results comparable across trials?

a)

Changing the projectile type each time

b)

Standardising the pull-back angle before release

c)

Moving the trebuchet to different ground surfaces

d)

Adding more decorations to the frame

14.

When measuring the performance of a trebuchet, why is recording launch angle as well as distance useful?

a)

It helps compare shots fairly by accounting for trajectory shape

b)

It makes the projectile heavier

c)

It prevents the sling from tangling

d)

It ensures the counterweight doesn’t drop too far

15.

In the habit-tracking app diagram, what is the role of the API in relation to the database and mobile app?

a)

It provides the user interface for entering habits

b)

It acts as a bridge that receives requests from the app and queries the database

c)

It stores all user records locally on the phone

d)

It secures data by encrypting only the images

16.

A course requires the robot to slow down when it sees blue, speed up for yellow, and stop at black. Which combination of logic blocks would best structure these decisions?

a)

forever + start moving

b)

if/else + C is colour ? + and/or

c)

wait 1 seconds + move right 30 for rotations

d)

set movement motors to A+B + stop moving

17.

What is the main advantage of reading sensor values inside a loop rather than once at startup?

a)

The robot continually adapts to changing conditions.

b)

It permanently disables the motors.

c)

It guarantees faster battery charging.

d)

It prevents the code from using variables.

18.

Which technique helps a robot smoothly decelerate before stopping?

a)

Gradually reduce motor power over successive steps.

b)

Suddenly reverse the motor direction at full power.

c)

Increase power until the robot hits an obstacle.

d)

Ignore speed and rely on a hard brake only.

19.

To avoid overshooting a target distance, what control strategy is most appropriate?

a)

Use sensor feedback to slow down as the robot approaches the target.

b)

Run at maximum speed until the target is reached.

c)

Disable sensors to reduce processing time.

d)

Stop the robot only after a fixed delay, regardless of position.

20.

Which coding construct best fits reacting to an obstacle detected by a distance sensor?

a)

An if/else decision that changes motor behavior based on sensor values.

b)

A constant that never changes during runtime.

c)

A comment describing the robot’s color.

d)

A print statement that logs battery level only.