wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

NEXT ROBOTICS LEGEND 2.0

Total questions: 31

Worksheet time: 18mins

Name
Class
Date
1.

Write Your Name In Full

4 lines
2.

A set of instructions given to a computer to complete a task is called a/an _______

a)

Program

b)

Language

c)

Algorithm

d)

Robotic

3.

The following are types of robots except ___________

a)

Teleoperated

b)

Arduino

c)

Augmenting

d)

Humanoids

4.

In what order does a robot act out the instructions given to it?

a)

Alphabetical order (from A to Z)

b)

In order of importance

c)

In the order in which they appear or attached

d)

Randomly

5.

______ help us repeat sequences of code blocks without having to rewrite them

a)

Variables

b)

Loops

c)

Events

d)

Conditions

6.

Which of the following blocks of code cannot be categorized as a loop?

a)

“forever” block

b)

“if...then” block

c)

“repeat until” block

d)

“repeat…. times” block

7.

What category of code blocks tell your robot when to run its code and which one to run if we have more than one sequence of code blocks?

a)

Variables

b)

Loops

c)

Events

d)

Conditions

8.

Which of these is correct about events?

a)

You cannot have more than one event in your program

b)

An event block cannot be stacked under another event block

c)

You need a minimum of two events to write a complete program

d)

Event blocks will not function without motion blocks

9.

What category of code blocks helps the robot to decide what to do based on what is happening?

a)

Variables

b)

Loops

c)

Events

d)

Conditions

10.

A value that can only be true or false is called a __________

a)

Value

b)

Integer

c)

String

d)

Boolean

11.

The code in an else block will only run when _______

a)

The condition in the if block is true

b)

The condition in the if block is false

c)

The instructions in the if blocks are impossible

d)

We run the program

12.

________ are used to store values

a)

Variables

b)

Loops

c)

Events

d)

Conditions

13.

Which of the following is not correct about variables?

a)

Variables are used to store values

b)

When creating a variable, the type of value it will store must be set at the declaration

c)

You can change the type of value a variable can store

d)

You can override a value set in a variable by simply setting it to another value

14.

A loop inside another loop is called _______

a)

Double loop

b)

Inside loop

c)

Subject loop

d)

Nested loop

15.

When you put a loop B inside a loop A, in what order does the robot execute the loops?

a)

The robot executes loop A completely, and then executes loop B

b)

The robot executes both loops simultaneously

c)

The robot executes loop B completely and then executes the loop A

d)

The robot executes only the inner loop

16.

Once a loop or condition starts to run, there is no way to break the code.

a)

True

b)

False

17.

3D printing is also referred to as _____________

a)

Machine Learning

b)

Additive Manufacturing

c)

Material Simulation

d)

Mass Manufacturing

18.

1. In robot design, the brains and senses of the robot consist of _____________

a)

Actuators and sensors

b)

Power and sensors

c)

Controllers and sensors

d)

Locomotors and sensors

19.

Sophia robot is the first robot citizen of which country?

a)

Japan

b)

Saudi Arabia

c)

Russia

d)

United States of America

20.

__________ is not a 3D printing technique

a)

Material Extrusion

b)

Material Jetting

c)

Material Lamination

d)

Sheet Lamination

21.

___________ converts or translates codes written in programming languages to binary codes

a)

Compiler

b)

Boolean

c)

Variable

d)

Algorithm

22.

Which of these is not a valid variable name?

a)

2020Class

b)

Class2020

c)

CLAss2020

d)

Cla2020ss

23.

1. The data type used to save decimal numbers is called ___________

a)

String

b)

Integer

c)

Float

d)

Character

24.

______________ is defined as the pressure from a power source that pushes charged particles through a conductor.

a)

Current

b)

Voltage

c)

Resistance

d)

Inductor

25.

Robots are not yet prominent in the __________ industry

a)

Education

b)

Manufacturing

c)

Music

d)

Logistics

26.

Which of these is not a 3D printing material?

a)

Food

b)

Ceramics

c)

Resins

d)

Tourmaline

27.

The following are examples of 3D printing software except __________

a)

Creo

b)

CorelDRAW

c)

CATIA

d)

Solidworks

28.

__________ statements are used to specify another condition to be checked if the first condition is false

a)

Else-If

b)

If-Else

c)

Nested-If

d)

If-Then

29.

In robot design, the bulk of the decision is made during which step?

a)

Prototype Building

b)

Researching And Brainstorming

c)

Robot Building

d)

Robot Testing

30.

1. The part of the robot that mimics the actions of a human muscle to move parts of the robot’s body is called ___________

a)

Controller

b)

Actuators

c)

Sensors

d)

Locomotors

31.

3D objects can be printed without prior design or modelling of the objects

a)

True

b)

False