Font size
WorksheetsProgramming reviewing quiz
Total questions: 30
Worksheet time: 19mins
Repeating a task multiple times in programming is known as ?
Iterators
Scope
Looping
Algorithm
What is this?
Algorithm
Flowchart
Program
Diagram
Why are loops important?
It simplifies the code instead of having duplicated steps
It allows multiple paths of possibilities through a program
It ensures the code works infinitely
What are the two types used to implement loops?
Which type of loop is iterated until a condition is true (or false)?
FOR loop
WHILE loop
FOR loops are
loops which run an unknown number of times
loops which run for a specific number of times
the same as if statements
not part of programming
What is symbol used for?
it is not used in flowcharts
to start a loop
begin the flowchart
as a button to run a game
WHILE loops are
loops which run an indefinitely as long as the condition is met
loops which run for a specific number of times
the same as if statements
loops that are iterated infinitely
A condition is
a statement that can be either True or False
a string
a while loop that was completed
a list
What symbol is this?
Question
Decision
If else
Condition
Which kind of loop would be used?
I need a program that will keep letting me add spare coins to a piggy bank (alcancia) until I get to $100.
FOR Loop
WHILE Loop
Which kind of loop would be used?
I need a supervision program that will check if the classroom is clean 4 times per day.
FOR Loop
WHILE Loop
(a) loop is used for executing statements while a given condition is true.
What does symbol mean?
Read
Flowchart
Input
Process
The component that uses the information given by a sensor and uses that information (thinks) to do the work or task that was it was made for.
Percolator
Tool
Motor
Resistor
Which law of Robotics is about the robot protecting itself?
1
2
3
4
Which robot system would be formed by the battery, wires and energy?
Mechanical
Intelligence
Programming
Electrical
Which Robotics characteristic matches this definition: performs its tasks self sufficiently and independently
Efficient
Robot
Smart
Automatic
It's key characteristic that a robot has in order to not be harmful to itself or other living things
Smart
Efficient
Responsive
Safe
Which law of Robotics is about keeping HUMANS SAFE from robot harm?
1
2
3
4
Which Robotics characteristic best matches this definition: performs its task in the best way possible and in less time than a person.
Efficient
Responsive
Smart
Autonomous
If a robot does not follow commands correctly from the program code you made, which law is it violating?
1
2
3
4
A device that detects or measures physical things (like obstacles, heat, light, sound, pressure, motion, etc.) and sends the data to the robot to operate.
Robot
Motor
Sensor
Tool
Which of the following is NOT a key characteristic of robots?
Automatic
Efficient
Responsive
Safe
It is the component that is used to turn energy into mechanical force or movement.
Sensors
Tools
Effectors
Motors
What is the arrow pointing toward?
Tool
Motor
Power Supply
Sensor
The set of rules that must be followed to write instructions for a programming language in order for it to understand your commands is called:
executing
programming
algorithm
syntax
A set of instructions that tells a computer what to do to accomplish a particular task or assignment is:
Software
Web application.
Program or algorithm.
Programming language.
What is the arrow pointing toward?
Motor
Tool
Sensor
Program
