Explore topic-wise MCQs in Arduino.

This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Arduino knowledge and support exam preparation. Choose a topic below to get started.

1.

Which of the following boards does the WifiNINA Library work on?

A. Arduino MKR 1010
B. Arduino Due
C. Arduino MKR VIDOR 3000
D. Arduino Micro
Answer» B. Arduino Due
2.

What is the purpose of the MKRNB Library?

A. Connecting to the internet over GSM
B. Connecting to the internet over Ethernet
C. Connecting to the internet over Wi-Fi
D. Connecting to the internet over LAN
Answer» B. Connecting to the internet over Ethernet
3.

What purpose does the Bridge Library serve on the Arduino Yun?

A. Connecting the Linux processor and the microcontroller onboard the Yun
B. Disconnecting the Linux processor and the microcontroller onboard the Yun
C. Making the Linux Processor the master device and the microcontroller, the slave device
D. Making the Linux Processor the slave device and the microcontroller, the master device
Answer» B. Disconnecting the Linux processor and the microcontroller onboard the Yun
4.

What is the use of the code given below?

A. Read Potentiometer Value
B. Read Resistor Value
C. Read Transistor Voltage Value
D. Read Power Supply VoltageView Answer
Answer» B. Read Resistor Value
5.

Which Arduino Board does the SigFox Library work with?

A. Arduino MKR1000
B. Arduino MKRFOX1200
C. Arduino MKRZero
D. Arduino MKRFOX1230
Answer» C. Arduino MKRZero
6.

Which library allows for manipulating the real time clock of an Arduino?

A. RTC Library
B. RT Library
C. Clock Library
D. Time Library
Answer» B. RT Library
7.

Which Arduino Board Architectures can the Audio Frequency Meter Library work on?

A. SAM Architecture
B. Intel Architecture
C. SAMD Architecture
D. ARM Architecture
Answer» D. ARM Architecture
8.

What is the function of the Scheduler Library?

A. To allow queueing of functions
B. To allow for cancelling of functions
C. To allow for parallel execution of functions
D. To allow for serial initialization of functions
Answer» D. To allow for serial initialization of functions
9.

Which of the following Arduino Boards does the USBHost Library work on?

A. Arduino Nano
B. Arduino Due
C. Arduino Uno
D. Arduino Micro
Answer» C. Arduino Uno
10.

What library is to be required for manipulating audio on the Arduino Due?

A. AudioMan.h
B. PulseAudio.h
C. Audio.h
D. Sound.h
Answer» D. Sound.h