| 1. |
To store a variable 8 bit data, it should be declared as
|
||||||||
|
Answer:
Option (b) |
| 2. |
How many minimum functions must be written in any arduino code?
|
||||||||
|
Answer:
Option (c) |
| 3. |
For writing infinite loop in Arduino, which function it uses?
|
||||||||
|
Answer:
Option (b) |
| 4. |
If a code is to be written single time it is written in which function?
|
||||||||
|
Answer:
Option (a) |
| 5. |
Normally, an LED is connected to ______ pin of Arduino.
|
||||||||
|
Answer:
Option (b) |
| 6. |
The output of following code will be:
|
||||||||
|
Answer:
Option (d) |
| 7. |
delay(200); Above line in arduino IDE generates the delay of _________
|
||||||||
|
Answer:
Option (a) |
| 8. |
A function to generate micro second delay in Arduino is
|
||||||||
|
Answer:
Option (d) |