top of page

Quiz 2
-
You end each statement line of code with a ___.
-
You define variables before the void ___()
-
The void loop() function runs through ____ times per second
-
A binary variable with only true or false values is called a ____
-
To insert a comment into your code, begin the line with ___
-
Write the full line of code you need to have a 2 second delay before the next line of code is executed
-
Your code must be ___ before it can be used by the board
-
Fill in the blank to print the word "on": _____("On");
-
Question 9
-
Question 10
bottom of page