Worksheet # 2 Answering Key
Worksheet # 2 Answering Key
Prep Section
Grade 8
Q 1 For each question below there are four options A, B, C and D. Circle the best option.
V. Which parameter does pulse width modulation (PWM) control in a servo motor system?
a. Voltage
b. Current
c. Frequency
d. Duty cycle
VI. What happens if the load on a servo motor exceeds its torque rating?
a. The motor will stop working.
b. The motor will continue to operate, but with reduced precision.
c. The motor will overheat and potentially burn out.
d. The motor will automatically adjust to accommodate the load.
Worksheet # 2
XI. What is the GPIO (General Purpose Input/Output) used for on Raspberry Pi?
a. Displaying graphics
b. Connecting external storage devices
c. Communicating with sensors and other peripherals
d. Playing audio files
XIII. Which programming language is often used for programming Raspberry Pi?
a. Python
b. Java
c. C#
d. Swift
II. In python _____ Function__________is a group of related statements that perform a specific task.
III. ___Python___________is one of the official programming languages at Google and YouTube.
IV. List is just an ordered collection of items which can be of any data type.
print(thislist[3]) _orange___________
VIII. print command is used for the ___output / display result ____________in python.
Q4. Raspberry Pi is a single board computer. State advantages of using Raspberry Pi?
Does Many Things: You can use Raspberry Pi for lots of different stuff like making a computer, learning,
controlling your home, watching movies, and more.
Small and Light: Raspberry Pi is tiny and doesn't weigh much, so it's easy to carry around.
Connects to Other Stuff: You can plug in different things like cameras, screens, and gadgets to make it do
even more.
Relevant answers will be accepted
Q8. You want to use Raspberry Pie to connect a home security system that monitors your house and alerts
you if there is any suspicious activity. What hardware do you need to detect and report suspicious activity?
Sonar Sensor
Camera
Relevant answers will be accepted
Q9. What types of components can you interface with using GPIO pins, and what are some common
examples?
Sensors
LEDs
Servo Motors
Relevant answers will be accepted
Q10. You have a robotic arm that needs to move precisely to a specific position. which type of
component you are going to use?
Servo Motor because it rotates for 0 to 180 Degrees.
Relevant answers will be accepted
Q11.Group of students made a smart robotic car, but they want to make it run without LED, mouse and
keyboard. Explain why do they need a bootloader?
A bootloader is a small program that initializes the system hardware and loads the main operating system
(OS) or another program into memory for execution. It is typically the first piece of software that runs
when a computer or microcontroller system is powered on or reset.