Random 1
Random 2
100

digitalWrite(?,?)

(pin, HIGH/LOW)

100

Mode

OUTPUT or INPUT

200

delay(?,?)

(ms)

200

Value

HIGH or LOW

300

digital read(?)

(pin)

300

what is the main programming language of Arduino?

C/C++
400

pinMode(?,?)

(pin,mode)

400

What is the purpose of the setup() and loop() functions in Arduino programming?

The setup() function in Arduino programming is used for initialization tasks, setting up pins, and configuring parameters, while the loop() function contains the main code that runs repeatedly in a continuous loop during the execution of the program.



500

three essential components of a robot?

the controller- brain (run by a computer program)

mechanical parts- motors...

sensors- to tell the robot about its surroundings

500

Name one main component on an Arduino board.


Microcontroller