Font size
WorksheetsCoding & Robotics Mock
Total questions: 50
Worksheet time: 20mins
What does IDE stand for?
In Deep Environment
Integrated Development Environment
Internal Deep Escape
IDE
A function is a series of programming statements that can be called by name. Which command is called once when the program starts:
loop()
setup()
output()
input()
Arduino IDE consists of 2 functions. What are they?
build() and loop()
setup() and build()
setup() and loop()
Loop() and build()
Upload
Verify
Coding
Which command is called repetitively over and over again as long as the Arduino has power?
loop ( )
output ( )
setup ( )
input ( )
What does this button represents?
A. Right Column
B. Upload
C. Render
D. Upright
What does this button represents?
A. Open File
B. Upload
C. Save File
D. Upright
Sends your code to the Maker UNO. When you click it, you should see the lights on your board blink rapidly.
Verify
Upload
New Sketch
Which of the following is the Serial Monitor icon?
Which of the following is the Verify icon?
Which of the following is the New Sketch icon?
Which of the following is the Open icon?
arduino has a USB port
yes
no
is called?
How do robots make decisions?
They consult with the mother board
They think and think until they come up with a decision
They follow directions written in a computer program
These are components of a robot...
Robotics arms, legs and body
Sensors-Input, Control system-decision making, Effectors-Output
Computational thinking and problem solving
Where were robots first used?
Automotive Industry
In a lab
In the space
What year was the first robot launched?
270BC
1977
1830
Identify this component
Uno Cards
Raspberry Pi
Arduino Duo board
Arduino Uno board
Identify this component
Arduino Uno board
Raspberry Pi
Breadboard / Protoboard
White Plastic Board
A program written with the IDE for Arduino is called
Editor
Console
Sketch
IDE error
Why does a single ultrasonic sensor have 2 "eyes" on it?
So the ultrasonic waves can hit more objects
So the bot can see differences in color
One eye sends a signal and one receives it
In case one eye stops working the other eye is a backup
Ultrasonic waves are a form of _______ waves
sound
ocean
radio
seismic
What is the main difference between data types "int" and "float"?
Data types int is real and float is made up
Data types int can be in decimals and float must be whole numbers
There is no difference
Data types int must be whole numbers and float can be in decimals
How many volts do the ultrasonic sensors need to operate?
5v
12v
3v
10v
An ultrasonic sensor is a device that can measure the ________ to an object by sending out _________ waves.
density / echo
path / seismic
elevation / sonic
distance / sound
The original(transmitting) wave in Ultrasonic sensors is called the _____ wave
trigger
outbound
echo
re-curve
The reflected wave is called the _____ wave
return
trig
re-curve
echo
What is finding and fixing errors in programs?
Debugging
Program
Loop
Code
Which part do we write code?
1
2
3
4
To reverse the direction of motor movement
You can not reverse motor direction.
Type a negative before speed or change polarity
Move the motor arrangement on your robot.
Use the switch on the Motor or use a resistor to reverse it
Which of the following part converts the electrical energy to other energies like Motion?
Sensor
Actuator
Ultrasonic Sensor
Motor
What is the name of the device which detects or measures a physical property and generates electrical signals?
Sensor
Motor
Actuator
CPU
What is a Chassis?
A wire
Another term for bot
A robot frame
A type of wire
What is the full form of IR?
Inferior Rays
Infra Red Rays
Intermediate Rays
Infer Red Rays
Which among these are sensors?
Lidar
Gyroscope
Bulb
Servo Motor
Ultrasonic sensors
