How many arguments does the function pinMode need to have? -
ANSWER Two
True/False: Arduino is composed of two different parts-- the board and
the IDE software on the computer - ANSWER True
What is the purpose of {} in Arduino - ANSWER To provide a beginning
and end to block of code. Multiple commands can be enclosed.
True/False: 2 functions are expected in Arduino, those being setup() and
loop() - ANSWER True
Does spelling in the comments matter? - ANSWER No
Do Capital letters matter when writing code? - ANSWER Yes
What's the point of rewriting codes from a book or the internet -
ANSWER To practice and learn what pieces of the code mean, and to
practice writing correct code syntax
True/False: Any text Beginning with // mean it will NOT be ignored -
ANSWER False
What does the command void setup() do once the code on the inside of
it is finishes - ANSWER Tells the code to move to the loop() fuction.
What is the command void loop() do once the code on the inside of it is
finishes - ANSWER Tells the code to repeat itself Infinitely
To end a line of code you use - ANSWER A semicolon
ANSWER Two
True/False: Arduino is composed of two different parts-- the board and
the IDE software on the computer - ANSWER True
What is the purpose of {} in Arduino - ANSWER To provide a beginning
and end to block of code. Multiple commands can be enclosed.
True/False: 2 functions are expected in Arduino, those being setup() and
loop() - ANSWER True
Does spelling in the comments matter? - ANSWER No
Do Capital letters matter when writing code? - ANSWER Yes
What's the point of rewriting codes from a book or the internet -
ANSWER To practice and learn what pieces of the code mean, and to
practice writing correct code syntax
True/False: Any text Beginning with // mean it will NOT be ignored -
ANSWER False
What does the command void setup() do once the code on the inside of
it is finishes - ANSWER Tells the code to move to the loop() fuction.
What is the command void loop() do once the code on the inside of it is
finishes - ANSWER Tells the code to repeat itself Infinitely
To end a line of code you use - ANSWER A semicolon