Which function’s body is executed ONCE and FIRST?
Which function’s body is executed over and over again until power goes off?
Refer to the block of code for the prompt below.
LEDpin is an example of a _______________
What number should x be if you want your program to pause for 5 seconds when using the delay(x) function?
Semicolons (;) should be on every line of code in a program.
Enter the symbols you would use to turn a LINE of text into a comment.
_____________ are caused when programmers write bad code.
If your code is uploaded successfully but your project doesn’t work as expected you can suspect that you have _______________ in your program.
Wiring ________________ can happen even when your code is perfect if your wiring is incorrect.
Missing semicolons is an example of ____________________.
Not having your Arduino plugged in is an example of ________________.
When your system is supposed to count up but you programmed it to count down, you are experiencing ___________.
What is the first step towards creating a solution?