Recall & Review
beginner Click to reveal answer
What is a sketch in Arduino?
A sketch is a program written in the Arduino programming language that you upload to the Arduino board to make it do tasks.
beginner Click to reveal answer
What is the first step before uploading a sketch to an Arduino board?
You need to connect the Arduino board to your computer using a USB cable.
beginner Click to reveal answer
Which button in the Arduino IDE do you press to upload your sketch to the board?
You press the 'Upload' button, which looks like a right arrow, to send your sketch to the Arduino board.
intermediate Click to reveal answer
What does the Arduino IDE do after you click 'Upload'?
It compiles your sketch into machine code and then sends it to the Arduino board to run.
beginner Click to reveal answer
How can you tell if your sketch uploaded successfully?
The Arduino IDE will show a message 'Done uploading' and the board's LED may blink to show it is running the sketch.
What must you do before uploading a sketch to an Arduino board?
✗ Incorrect
You need to connect the Arduino board to your computer with a USB cable to upload the sketch.
Which button in the Arduino IDE uploads your sketch to the board?
✗ Incorrect
The Upload button sends your sketch to the Arduino board to run.
What happens after you click 'Upload' in the Arduino IDE?
✗ Incorrect
The IDE compiles your sketch and uploads it to the Arduino board.
How do you know the sketch uploaded successfully?
✗ Incorrect
The IDE shows 'Done uploading' to confirm success.
What is a sketch in Arduino?
✗ Incorrect
A sketch is the program you write and upload to the Arduino board.
Explain the steps to upload and run a sketch on an Arduino board.
Think about what you do from connecting the board to seeing the program run.
You got /7 concepts.
What feedback does the Arduino IDE give to show your sketch uploaded successfully?
Focus on messages and board behavior after upload.
You got /3 concepts.
