All Coursera Quiz Answers

The Arduino Platform and C Programming Week 1 Quiz Answer

In this article i am gone to share Coursera Course The Arduino Platform and C Programming Week 1 Quiz Answer

The Arduino Platform and C Programming Week 1 Quiz Answer


Also visit this link:ย  The Arduino Platform and C Programming Week 4 Quiz Answer


 

Module 1 Quiz Answer

Question 1) What type of connector does an Arduino UNO not contain?

  • ICSP header
  • HDMI connector
  • Power connector
  • USB connector

Question 2) How many microcontrollers are available for user programming on the Arduino UNO?

  • 1
  • 2
  • 3
  • none

Question 3) The Arduino UNO contains a user-controllable LED connected to which pin?

  • Analog pin A0
  • Digital pin 0
  • Digital pin 1
  • Digital pin 13

Question 4) True or False: Analog pin A0 can be used as an analog output.

  • True
  • False

Question 5) Through what interface is the bootloader typically reprogrammed?

  • ICSP
  • USB
  • Analog I/O pins
  • Digital I/O pins

Question 6) True or False: The schematic shows the connections between components and their placement on the board.

  • True
  • False

Question 7) What operation in the IDE triggers code to be written into the memory of the Arduino?

  • Save
  • Verify
  • Upload
  • Transfer

Question 8) Which statement about the serial monitor is NOT true?

  • The serial monitor is useful for debugging.
  • The serial monitor allows data to be sent from the Arduino to the host computer.
  • The serial monitor is a program that executes on the Arduino.
  • The serial monitor allows data to be sent from the host computer to the Arduino.

ย