WorksheetsIgnite Your Ideas with Arduino
Total questions: 20
Worksheet time: 7mins
What is the official name of the Facebook page for the Project Club?
UAP Project Club Of EEE
Project Club EEE
UAP EEE Project Club
Project Club UAP EEE
What is the microcontroller used in Arduino UNO?
ATmega328p
AT91SAM3x8E
ATmega32114
ATmega2560
What is the function of the digital pin 13 on the Arduino Uno?
Built-in LED connection
PWM output only
Reset pin
Analog input only
What does the RTC module help the Arduino to do?
Measure distance
Store large data
Control motor speed
Keep real-time clock and date
What does the delay(1000); command do in Arduino code?
Stops program for 1 second
Stops program indefinitely
Stops program for 10 seconds
Stops program for 100 milliseconds
What are the two modes that the pinMode() method sets for a particular pin?
INPUT and OUTPUT
READ and WRITE
DIGITAL and ANALOG
TX and RX
Which function in Arduino programming executes only once ?
loop()
setup()
delay()
pinMode()
Which voltage is logic voltage of Arduino Uno?
5V
3.3V
12V
9V
What programming language is primarily used for Arduino development?
Python
C Programing
JavaScript
Java
What type of LED is used in the image shown?
neon led strip
5v led
blue 3.3v Leds
strip led
A program written with the IDE for Arduino is called:
IDE error
Sketch
Editor
Console
Which command is called repetitively over and over again as long as the Arduino has power?
(output)
loop ( )
(input)
setup ( )
Which of the following is a communication protocol used by Arduino for Lcd Display?
I2C
FTP
HTTP
SMTP
What is the name given to a file containing Arduino code?
Console
Sketch
Editor
Error
Which of the following best describes a "sketch" in Arduino?
A hardware component
A program written for Arduino
A type of sensor
A communication protocol
What is the first function that runs when an Arduino board is powered on?
loop()
setup()
build()
main()
If you want to make an LED blink using Arduino, which function would you use to repeat the blinking action?
setup()
build()
loop()
main()
What is the main advantage of using the loop() function in Arduino?
It allows code to run only once
It allows code to run repeatedly
It uploads code to the board
It initializes hardware
Which programming language used for programming Arduino?
a) Assembly Language
b) C Languages
c) JAVA
d) Any Language
In which year did the journey of the UAP EEE Project Club officially commence?
2012
2007
2010
2009
