wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Principles of Robotics Final Exam

Total questions: 40

Worksheet time: 23mins

Name
Class
Date
1.
What is robotics?
a)
the machine
b)
movement
c)
the design, construction and operation of a robot
d)
imitating human actions
2.
What is a robot?
a)
A machine that does the work of a human
b)
A machine that can carry out a complex series of actions programmed by a computer
c)
A scary machine that is trying to take over the world
3.

What best describes a Robot?

a)

System that contains sensors, control systems, manipulators, power supplies and software all working together to perform a task.

b)

The study of mathematics, calculations, science and technology that applies laws created by Asimov.

c)

the branch of technology that deals with the design, construction, operation, and application of robots.

d)

System that contains really awesome stuff that makes really cool things that are super sweet.

4.
What are the only two numbers you can use in binary?
a)
0 and 1
b)
1 and 2
c)
1, 2, 3, 4, 5, 6, 7, 8, 9, 10
d)
1, 2, 4, 8, 16
5.
A bit is 
a)
a numerical label assigned to each device.
b)
the smallest unit of data in a computer.
c)
a keyboarding term for typing.
d)
is a numeral system made up of 16 symbols.
6.
These are robots that are designed to perform series of tasks in the same sequence.
a)
Manual
b)
Smart
c)
Sequential
d)
Sensate
7.
These are robots that will not function unless controlled by humans.
a)
Manual
b)
Sensate
c)
Smart
d)
Sequential
8.
These are robots that are triggered by sensors.
a)
Manual
b)
Sequential
c)
Smart
d)
Sensate
9.

Robots can do different types of jobs including work that is

a)

Dull

b)

Dirty

c)

Dangerous

d)

All of these

10.

What is an example of input?

a)

Data entered via the keyboard

b)

Data entered via touch

c)

Data entered via the mouse

d)

all of the above

11.

What is an example of output?

a)

A sound

b)

A smell

c)

A picture

d)

Smoke

12.

What do robots use to understand their environment?

a)

Feelings and emotion

b)

Motion, sound, light & temperature

c)

Time and space

d)

Logic and common sense

13.
allows the robot to perform desired tasks without human guidance.
a)
Autonomous
b)
robot
c)
subsystem
d)
manipilators
14.
What is the correct term for the use of software to create repeatable instructions and processes to replace human interation?
a)
Automation
b)
Security
c)
Asynchronous
d)
Robotics
15.

Robots can act. Which component do they use? 2 answers.

a)

Actuators

b)

Micro controller

c)

Sensor

d)

Servomotor

16.

Roll, pitch, or yaw? (the plane in the image is seen from above, and is turning left and right)

a)

roll

b)

pitch

c)

yaw

17.

Roll, pitch, or yaw? (the plane in the image is seen from above, and is turning left and right)

a)

roll

b)

pitch

c)

yaw

18.

Roll, pitch, or yaw?

a)

roll

b)

pitch

c)

yaw

19.

Roll, pitch and yaw movement of a robot actuator will require 3 . . .

a)

linear joints

b)

rotary joints

20.

This is a . . .

a)

cylindrical robot

b)

cartesian robot

21.

This is a . . .

a)

cylindrical robot

b)

cartesian robot

22.

How are robots programmed to perform specific tasks?

a)

Using a combination of coding, algorithms, and specific instructions

b)

Through singing and dancing

c)

By feeding them with food and water

d)

Using telepathy and mind control

23.

What are the advantages of using robots in various industries?

a)

Decreased efficiency and accuracy

b)

Increased efficiency, improved accuracy, ability to work in hazardous environments, and increased productivity.

c)

Inability to work in hazardous environments

d)

Decreased productivity

24.

What are the safety precautions to be taken while working with robots?

a)

Dance around the robots while they are in operation

b)

Follow safety guidelines and wear appropriate protective gear

c)

Leave the robots unattended and unsupervised

d)

Ignore safety guidelines and wear no protective gear

25.

Describe the impact of robots on society and the future.

a)

The impact of robots on society and the future is minimal, with no significant changes expected

b)

Robots will only have a positive impact on society and the future, with no negative consequences

c)

The impact of robots on society and the future is limited to a few specific industries and will not have widespread implications

d)

The impact of robots on society and the future is significant, affecting areas such as employment, economy, and ethics, and leading to potential advancements in robotics with wide-ranging implications.

26.
What is finding and fixing errors in programs?
a)
Debugging
b)
Program
c)
Bug
d)
Code
27.
What is an error in a program that prevents the program from running as expected?
a)
Algorithm
b)
Program
c)
Bug
d)
Code
28.
What do we call the person who writes the instructions for the computer to complete a task?
a)
architect
b)
programmer
c)
Bob
d)
composer
29.

What is HTML?

a)

HyperText Markup Language

b)

HighTower Makeup Language

c)

Plain Text on Documents

d)

Expensive Types of Candy

30.

What language is used to define the structure of a webpage?

a)

HTML

b)

CSS

c)

JavaScript

d)

French

31.

What language is used to add style to a webpage?

a)

HTML

b)

CSS

c)

JavaScript

d)

French

32.

Which is correct CSS syntax?

a)

{body; colour = black;}

b)

body: colour = black

c)

body {

colour : black;}

d)

{body colour is black}

33.

Select the rule to make all the text in your web page blue and centered.

a)

p {

colour: blue; }

b)

body {

text-align: left;

colour: blue; }

c)

p {

text-align: center

colour: blue; }

d)

body {

text-align: center

colour: blue; }

34.

What symbols go around the properties for each CSS selector?

a)

< >

b)

[ ]

c)

{ }

d)

( )

35.

What does CSS stand for?

a)

Cascading style sheets

b)

Certain Sumer stand

c)

Color selctor stand

d)

Cascading style selctor

36.
Where in the HTML document is the correct location to insert code to link to your external CSS? 
a)
In the <head> section
b)
In the <body> section
c)
At the very end of the document
d)
At the very beginning of the document
37.
Which is correct CSS syntax? 
a)
{ body; color=black;}
b)
body: color= black
c)
body {color:black;}
d)
(body color is black) 
38.
If you want to have more than one property for a CSS selector, what character separates them?
a)
comma (,)
b)
semi-colon (;)
c)
colon (:)
d)
dash (-)
39.

<img>

a)

add an image

b)

make text italic

c)

 link to Internet<

40.

The correct syntax to connect an external style sheet to a Web page

a)

<style rel="stylesheet" type="text/css" href="file.css" />

b)

<link rel="stylesheet" type="text/css" href="file.css" />

c)

<attach rel="stylesheet" type="text/css" href="file.css" />

d)

<a rel="stylesheet" type="text/css" href="file.css" />