

MCQOPTIONS
Saved Bookmarks
This section includes 7 Mcqs, each offering curated multiple-choice questions to sharpen your Arduino knowledge and support exam preparation. Choose a topic below to get started.
1. |
What is the recipe for compiling Assembly Source Code in the Arduino IDE? |
A. | recipe.S.o.pattern |
B. | recipe.A.n.pattern |
C. | recipe.S.b.pattern |
D. | recipe.S.i.pattern |
Answer» B. recipe.A.n.pattern | |
2. |
Select the correct name for the SPI master-slave configuration. |
A. | Dependent Slave Configuration |
B. | Independent Master Configuration |
C. | Independent Slave Configuration |
D. | Chained Master and Slave Configuration |
Answer» D. Chained Master and Slave Configuration | |
3. |
Fill in the correct pattern of words for the following statement. (Here, M->Master & S-> Slave)
|
A. | MSS |
B. | SMM |
C. | MSM |
D. | SMS |
Answer» B. SMM | |
4. |
What is the use of the MOSI and MISO pins? |
A. | To download code from the microcontroller to the computer |
B. | To verify the program that the computer uploads to the microcontroller |
C. | To erase the SRAM of the microcontroller |
D. | To dump or transfer programs from the computer to the microcontroller |
Answer» E. | |
5. |
What is USBasp? |
A. | It is a compiler for microcontroller code |
B. | It is a software for debugging any code preexisting in microcontrollers |
C. | It is a programmer for a specific microcontroller family |
D. | It is a microcontroller that is produced by Atmel |
Answer» D. It is a microcontroller that is produced by Atmel | |
6. |
What is the use of the dmesg command? |
A. | Sending messages to the device connected |
B. | Reading messages generated from avrdude |
C. | Receiving messages from the gcc compiler |
D. | Receiving messages from the particular device |
Answer» E. | |
7. |
Which software is used to upload the Arduino Sketches to the board? |
A. | avrdude |
B. | avrgcc |
C. | g++ |
D. | cpython for windows |
Answer» B. avrgcc | |