Q-1-: A _____________ is a collection of header files which is exposed for the use of external programs.
Correct
Incorrect
Question 2 of 5
2. Question
Q-2-: Servo have _____________ pins.
Correct
Incorrect
Question 3 of 5
3. Question
Q-3-: W can add libraries in the Arduino IDE software
Correct
Incorrect
Question 4 of 5
4. Question
Q-4-: The output pin of servo motor will be connected to _______________ of Arduino Uno.
Correct
Incorrect
Question 5 of 5
5. Question
Q-5-: What will be the output of the below given code:
void loop()
{
for(pos=0;pos<=180;
pos++)
{
Myservo.write(pos);
delay(15);
}}
Correct
Incorrect
Report Content
Block Member?
Please confirm you want to block this member.
You will no longer be able to:
See blocked member's posts
Mention this member in posts
Invite this member to groups
Message this member
Add this member as a connection
Please note: This action will also remove this member from your connections and send a report to the site admin. Please allow a few minutes for this process to complete.