WorksheetsErgobot Quiz
Total questions: 10
Worksheet time: 11mins
Name
Class
Date
1.
Which is the front of the ergobot?
a)
Blue lights
b)
Red lights
c)
Blue on the left red on the right
d)
red on the left, blue on the right
2.
Which section of a program makes the ergobot move in a triangle?
a)
do
drive (.3)
left (60)
loop
drive (.3)
left (60)
loop
b)
do
drive (.2)
turn (60)
loop 3
drive (.2)
turn (60)
loop 3
c)
do
drive (.2)
left(30)
loop 3
drive (.2)
left(30)
loop 3
d)
do
drive (.3)
left (120)
loop 3
drive (.3)
left (120)
loop 3
3.
Which of the following is not a use of the comment // function in a program?
a)
Temporarily taking out a line of code we do not want to use to test the robot.
b)
Putting a title on our program that tells what it does.
c)
Telling the robot what to do.
d)
Explaining what different parts of the program do.
4.
Which of the following is not true.
a)
High level programming languages are easiest to learn.
b)
Low level programming languages are easiest to learn.
c)
High level programming languages are closest to human language.
d)
Low level programing languages are closest to machine language.
5.
How does one make the robot beep 4 times?
a)
Beep4
b)
beep(4)
c)
beep()
beep()
beep()
beep()
beep()
beep()
beep()
d)
beep beep beep beep
6.
At this point which of the following can we make the robot do?
a)
Avoid things it sees by itself.
b)
Go through a maze on the floor.
c)
Fllow a line on the floor.
d)
Go in circles.
7.
Which of the following best describes a robot?
a)
It is a programmable machine which can do tasks that we program it to do.
b)
It is a machine that looks like a human.
c)
It is just another word for machine.
d)
It is a machine that can do things a human can do.
8.
Computers and robots run lines of code code.....
a)
...simultaneously. (all at the same time)
b)
...sequentially.
(one line at a time)
(one line at a time)
9.
The ergobot connects and gets message from the computer by
a)
Wifi
b)
Bluetooth
c)
A wire
d)
Radiowaves
10.
Computer programming is so hard only experst with yers of college can do it.
a)
True
b)
False
100 %
