All of the following are ways to change how far your Boebot
All of the following are ways to change how far your Boe-bot will travel in a given time except: In PBASIC the purpose of GOSUB is to:
Solution
Q.13)
Answer:
Change the number of counter cycles.
The PULSOUT command’s Duration argument controls the speed and direction the servo turns. The same amount of time, the EndValue argument also controls the time the servo runs.
Q. 14)
Answer: Cal up a subroutine listed after the main program
GOSUB is a command in many versions of the BASIC computer programming language. A GOSUB statement jumps to a line elsewhere in the program. That line and the following lines up to a RETURN are used as a simple kind of a subroutine without (sometimes with) parameters or local ((variable))
