Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

2 - Basic Code Structure and Errors

star
star
star
star
star
Posljednje ažuriranje over 4 years ago
13

The questions in this section come from the information presented in this presentation.

1
1
1
1
1
1

The next set of questions are from the information from this slide show.

1
1
1
1
1
1
1
Pitanje 1
1.

Which function’s body is executed ONCE and FIRST?

Pitanje 2
2.

Which function’s body is executed over and over again until power goes off?

Pitanje 3
3.

Refer to the block of code for the prompt below.

LEDpin is an example of a _______________

Pitanje 4
4.

What number should x be if you want your program to pause for 5 seconds when using the delay(x) function?

Pitanje 5
5.

Semicolons (;) should be on every line of code in a program.

Pitanje 6
6.

Enter the symbols you would use to turn a LINE of text into a comment.

Pitanje 7
7.

_____________ are caused when programmers write bad code.

Pitanje 8
8.

If your code is uploaded successfully but your project doesn’t work as expected you can suspect that you have _______________ in your program.

Pitanje 9
9.

Wiring ________________ can happen even when your code is perfect if your wiring is incorrect.

Pitanje 10
10.

Missing semicolons is an example of ____________________.

Pitanje 11
11.

Not having your Arduino plugged in is an example of ________________.

Pitanje 12
12.

When your system is supposed to count up but you programmed it to count down, you are experiencing ___________.

Pitanje 13
13.

What is the first step towards creating a solution?