Your browser does not support Javascript!
H E L P D I C E



MCQ Problems / Explanations

CATEGORIES


Note* : We need your help, to provide better service of MCQ's, So please have a minute and type the question on which you want MCQ's to be filled in our MCQ Bank
How many types of arduinos do we have?
S Arduino
A
B
C
Explanation
There are 4 Arduino boards and 4 Arduino shields that fit on top of Arduino compatible boards to provide additional capability like connecting to the internet, motor controller, LCD screen controlling etc
D
Show Answer
What is the microcontroller used in Arduino UNO?
S Arduino
A
Explanation
ATmega328p is a microcontroller which is 32KB of flash ROM and 8-bit microcontroller.
B
C
D
Show Answer
What does p refer to in ATmega328p?
S Arduino
A
B
Explanation
Picopower technology employs advanced features like multiple clock domains, DMA and event systems to minimize power consumption.
C
D
Show Answer
Arduino shields are also called as _________
S Arduino
A
B
Explanation
The Arduino boards can connect with add- on modules termed as shields. Multiple, and possibly stacked shields may be individually addressable via an I2C serial bus.
C
D
Show Answer
What is the default bootloader of the Arduino UNO?
S Arduino
A
Explanation
The optiboot bootloader will take 512 bytes, leaving 32256 bytes for application code. Due to its small size larger up-loadable sketch size is achieved.
B
C
D
Show Answer
Does the level shifter converts the voltage levels between RS-232 and transistor-transistor logic.
S Arduino
A
Explanation
Level shifters are used in multi-design, different blocks work on different voltage levels. So when a signal passes from one voltage domain to another voltage this is needed particularly when a signal passes from low level to high level.
B
Show Answer
Which is the software or a programming language used for controlling of Arduino?
S Arduino
A
B
C
D
Explanation
A program for Arduino can be written in any programming language for a compiler that produces binary machine code for the target processor.
Show Answer
Do Arduino provides IDE Environment?
S Arduino
A
Explanation
It includes a code editor with features as texti cutting and pasting, searching and replacing text, automatic indenting, brace matching, syntax highlighting, and provides simple one-click mechanism to compile and uplaod programs to an Arduino board.
B
Show Answer
A program written with the IDE for Arduino is called _________
S Arduino
A
B
Explanation
Sketches are saved on the development computer as text files with the file extension .ino. Arduino software (IDE) pre-1.0 saved sketches with the extension file .pde.
C
D
Show Answer
Arduino IDE consists of 2 functions. What are they?
S Arduino
A
B
C
Explanation
Setup() is called once in the program when a sketch starts after power-up. It is used to initialixe variables, input and output pin modes, and other libraries needed in the sketch.
Loop() is used after setup() been called, function loop() is executed repeatedly in the main program. It controls the board until the board is powered off or is reset.
D
Show Answer
How many digital pins are there on the UNO board?
S Arduino
A
Explanation
It has 14 digital pins input/output pins of which 6 can be used as PWM output, 6 analog inputs, a USB connection, a power jack, a reset button and more.
B
C
D
Show Answer
_________ board allows sewn into clothing.
S Arduino
A
B
C
Explanation
LilyPad was creatively designed with large connecting pads and a flat back to allow them to be sewn into clothing with conductive thread.
D
Show Answer
How many analog pins are used in Arduino Mega board?
S Arduino
A
Explanation
It has lots of digital input/output pins, 14 can be used as PWM output 16 analog inputs, a USB connection, a power jack, and a reset button.
B
C
D
Show Answer
Which board is first to use microcontroller within build USB?
S Arduino
A
B
C
D
Explanation
The Leonard is Arduinos first development board to use one microcontroller with built-in USB. This means that it can be cheaper and simple, And also, code libraries are available which allow the board to emulate a computer keyboard etc.
Show Answer
___________ are pre built circuit boards that fit on top of Android.
S Arduino
A
B
C
D
Explanation
Shields are pre- built circuit boards that fit on top of board and provide additional capabilities like controlling motors, connecting to internet, providing cellular etc.
Show Answer

Tags:
MCQ Bank, Important MCQs, MCQs Helpdice, Questions and answers, Topic wize mcqs