MCQOPTIONS
Saved Bookmarks
This section includes 9 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)During data transfer from ______ to _____ the clock is synchronized according to the _____ |
| A. | MSS |
| B. | SMM |
| C. | MSM |
| D. | SMS |
| E. | During data transfer from ______ to _____ the clock is synchronized according to the _____a) MSSb) SMMc) MSMd) 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 are the missing labels in the diagram given below? |
| A. | A=MOSI, B=VCC, C=GND, D=RESET, E=SCK, F=MISO |
| B. | A=VCC, B=MOSI, C=SCK, D=GND, E=MISO, F=RESET |
| C. | A=SCK, B=MISO, C=RESET, D=GND, E=VCC, F=MOSI |
| D. | A=MISO, B=MOSI, C=RESET, D=VCC, E=GND, F=SCKView Answer |
| Answer» B. A=VCC, B=MOSI, C=SCK, D=GND, E=MISO, F=RESET | |
| 6. |
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 | |
| 7. |
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. | |
| 8. |
What is the name for the characters ‘-p’ given in the command below? |
| A. | Compile |
| B. | Error |
| C. | Flag |
| D. | BooleanView Answer |
| Answer» D. BooleanView Answer | |
| 9. |
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 | |