Font size
WorksheetsSTARFIELD MID-TERM 2
Total questions: 15
Worksheet time: 8mins
Which of the following can be considered as the brain of a robot?
Microcontrollers
LED lights
Wires
Sensors
A (a) is a machine designed to execute one or more tasks automatically with speed and precision.
What is the definition of a Robot?
A machine which resembles a human being
A machine capable of carrying out a complex series of actions automatically, especially one programmable by a computer.
Any machine which can follow instructions
A machine which can think for itself, especially if the thought processes are logical
Which Robotics Term best matches this definition: performs behaviors or tasks self sufficiently
Teleoperated
Robot
Boyd
Autonomous
_________________ involves the design, construction, and operation of a robot.
Robotics
Automation
Assembly line
Manufacturing
Robots can be used for...
Precision work
Exploration
Repetitive or dangerous work
All of the above
Operating without pre-programmed behaviors and without supervision from humans.
Artificial Intelligence
Robot
Operator
Autonomous
In Arduino IDE, IDE stands for?
Integrated Digital Environment
Integrated Development Environment
Instruction Development Environment
Integrated Development Embedded
How many digital pins are there on the UNO board?
13
14
16
12
Arduino IDE consists of two functions. What are they?
Build() and Loop()
Setup() and Build()
Setup() and Loop()
Pinmode() and Output()
Which command is called repetitively over and over again as long as the Arduino has power.
loop ( )
delay( )
setup ( )
input( )
Which command is called when a sketch starts. Use it to initialize variables, pin modes, start using libraries, etc. It will only run once, after each power up or reset of the Arduino board.
loop ( )
delay( )
setup ( )
input( )
