0% found this document useful (0 votes)
30 views

Coding Conclusion Questions

The document discusses coding conclusion questions about using motors and sensors in applications. It describes challenges encountered like keeping track of active motors and learning how sensors work with motor outputs. Potential applications mentioned include running a car to transport items and using sensors to determine if a vehicle is near a wall or following the right path.

Uploaded by

api-299000804
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Coding Conclusion Questions

The document discusses coding conclusion questions about using motors and sensors in applications. It describes challenges encountered like keeping track of active motors and learning how sensors work with motor outputs. Potential applications mentioned include running a car to transport items and using sensors to determine if a vehicle is near a wall or following the right path.

Uploaded by

api-299000804
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Coding Conclusion Questions

3.1.1
1. Describe how these motors and sensors may be used.
The motors and sensors can be used in many applications, you can
use sensor inputs to determine the behavior of the motors
2. Describe scenarios where the motors or sensors did not respond as you
would predict.
I did not expect the light sensor to output the values how it did, and I
believe the servo worked by outputting speed values, not positions
3.1.2
1. Describe any challenges that you encountered while developing
the program.
I had issue keeping track of whether or not a motor was
currently active at any given point.
2. Describe how these outputs might be used in an application.
These outputs could be used in application such as running a
car to transport items over a given path and time.
3.1.3
1. Describe any challenges that you encountered while developing
the program.
One challenge I encountered while developing the program was
learning how the sonar and line follower inputs worked with the motor
outputs.
2. Describe three applications for the use of sensors that you worked
with in this activity.
The sensors I used during this activity could be used to determine
if a vehicle is close to a wall, checking whether or not a vehicle is

following the right physical path or if a switch has been pressed by


the user.
3.1.4
1. Describe any challenges that you encountered while developing
the programs.
My main issue with developing this program was pushing back my
previous knowledge of Java, I attempted to create variables out of
muscle memory a few times.
2. Describe one application each for While loops and If-Else structures.
While loops and If-Else trees can be used to check if the user has
started the function with a physical switch or sensor, such as using a
button to start a winch.

You might also like