10/9/21, 2:54 PM Arduino Test
You are logged in as RUTHRA DEVI A (Logout)
Arduino Test
Home ► ARD-TST-001 ► General ► Arduino Test
Started on Saturday, 9 October 2021, 2:37 PM
Quiz navigation
State Finished
1 2 3 4 5 6 7 Completed on Saturday, 9 October 2021, 2:54 PM
Time taken 17 mins 18 secs
8 9 10 11 12 13 14
Marks 40.00/40.00
15 16 17 18 19 20 21 Grade 100.00 out of a maximum of 100.00
22 23 24 25 26 27 28
Question 1 In Arduino board, the Analog pins (Anolog In in the below image) which are marked
29 30 31 32 Complete from A0 to A5 are used _______________.
Show all questions on one page Mark 1.00 out of
1.00
Finish review
Flag question
Select one:
Only for outputs
Only for inputs
Ground pins
None of them
Question 2 What does this picture show?
Complete
Mark 1.00 out of
1.00
Flag question
Select one:
None of them
Printed circuit boards
Breadboard
Arduino board
Question 3 In the common anode seven-segment display, pins a, b, c, d, e, f, g and dot must
Complete be connected to __________
Mark 1.00 out of
1.00 Select one:
Flag question 5 volts
None of them
https://onlinetest.spoken-tutorial.org/mod/quiz/review.php?attempt=1466156 1/6
10/9/21, 2:54 PM Arduino Test
Ground
10 volts
Question 4 In the below connection, the LED doesn’t glow. What is the mistake?
Complete
Quiz navigation
Mark 1.00 out of
1.00
1 2 3 4 5 6 7
Flag question
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 32 Select one:
The middle row holes in the breadboard are connected row-wise
Show all questions on one page
Finish review Resistor is not required in this connection
There is no connection between the anode of the LED and resistor lead
Battery is not connected properly to the LED
Question 5 Which of the below command sets the cursor position in the LCD?
Complete
Mark 1.00 out of Select one:
1.00 lcd.oncursor(0,0);
Flag question
lcd.getcursor(0,0);
lcd.setcursor(0,0);
lcd.putcursor(0,0);
Question 6 What are the two default empty functions that you can see when you open a new file in
Complete Arduino IDE?
Mark 1.00 out of
1.00 Select one:
Flag question void start and void end
void new and void end
void input and void output
void setup and void loop
Question 7 What is the usage of potentiometer in interfacing Arduino with LCD?
Complete
Mark 1.00 out of Select one:
1.00 To place the command to be displayed in the LCD
Flag question
To place the data in the LCD
To send data and commands to the LCD
To allow a variable voltage to control the contrast of the LCD
Question 8 In the common cathode seven-segment display, pins a, b, c, d, e, f, g and dot must
Complete be connected to __________
Mark 1.00 out of
1.00 Select one:
Flag question 50 volts
https://onlinetest.spoken-tutorial.org/mod/quiz/review.php?attempt=1466156 2/6
10/9/21, 2:54 PM Arduino Test
Ground
5 volts
None of them
Question 9 Pushbutton usually has __________
Quiz navigation
Complete
1 2 3 4 5 6 7 Mark 1.00 out of Select one:
1.00 6 legs
8 9 10 11 12 13 14
Flag question
1 leg
15 16 17 18 19 20 21
3 legs
22 23 24 25 26 27 28
4 legs
29 30 31 32
Show all questions on one page
Question 10 In Arduino IDE, by default each program is saved as __________
Finish review
Complete
Mark 1.00 out of
1.00
Select one:
Flag question
Draw_filename
IDE_filename
Sketch_filename
new_filename
Question 11 What does pin 0-RX marked in red color below the picture, stands for ?
Complete
Mark 1.00 out of
1.00
Flag question
Select one:
Resetting
Troubleshooting
Transmitting
Receiving
Question 12 What does pin 1-TX marked in red color below the picture, stands for ?
Complete
Mark 1.00 out of
1.00
Flag question
Select one:
https://onlinetest.spoken-tutorial.org/mod/quiz/review.php?attempt=1466156 3/6
10/9/21, 2:54 PM Arduino Test
Receiving
Resetting
Transmitting
Ground
Quiz navigation
Question 13 Which device helps to hold the components of a circuit?
1 2 3 4 5 6 7 Complete
8 9 10 11 12 13 14 Mark 1.00 out of Select one:
1.00 LED
15 16 17 18 19 20 21 Flag question
Seven segment display
22 23 24 25 26 27 28
Breadboard
29 30 31 32 Pushbutton
Show all questions on one page
Finish review
Question 14 Why do we need resistors in the electronic circuits ?
Complete
Mark 1.00 out of Select one:
1.00 Close the circuit
Flag question
Reduce the current flow or voltage
Interconnect the components in a breadboard
To store the electrical energy
Question 15 The important component of Arduino is marked in red color. Name the component.
Complete
Mark 1.00 out of
1.00
Flag question
Select one:
ATMEGA 328 microcontroller chip
None of them
Analog pins
Digital pins
Question 16 Which library allows an Arduino board to control LCD?
Complete
Mark 1.00 out of Select one:
1.00 Wifi library
Flag question
Liquid crystal library
I/O library
SD library
Question 17 Which command prints the message “button pressed” on the LCD?
Complete
https://onlinetest.spoken-tutorial.org/mod/quiz/review.php?attempt=1466156 4/6
10/9/21, 2:54 PM Arduino Test
Mark 1.00 out of Select one:
1.00
lcd.write (“button pressed”);
Flag question
lcd.read (“button pressed”);
lcd.goto (“button pressed”);
lcd.print (“button pressed”);
Quiz navigation
1 2 3 4 5 6 7 Question 18 What is the function of digitalwrite()?
8 9 10 11 12 13 14 Complete
Mark 1.00 out of Select one:
15 16 17 18 19 20 21 1.00 Write to a digital pin
Flag question
22 23 24 25 26 27 28 None of them
29 30 31 32 Display the digit
Show all questions on one page Read from a digital pin
Finish review
Question 19 What are the two types of seven segment display ?
Complete
Mark 1.00 out of Select one:
1.00 Open and Close
Flag question
Common anode, Common cathode
Parallel and Serial
Positive and Negative
Question 20 What is the function of delay built-in function?
Complete
Mark 1.00 out of Select one:
1.00 Stop the execution of the program
Flag question
Compile the program
Upload the program
Pauses the program for certain amount of time
Question 21 LED stands for ____________
Complete
Mark 1.00 out of Select one:
1.00 Light Electrons Diode
Flag question
Light End Diode
Light Electronics Diode
Light Emitting Diode
Question 22 The seven-segment display has seven________ arranged in the shape of number
Complete eight.
Mark 1.00 out of
1.00 Select one:
Flag question Cathode
LEDs
Bulbs
Anode
https://onlinetest.spoken-tutorial.org/mod/quiz/review.php?attempt=1466156 5/6
10/9/21, 2:54 PM Arduino Test
Question 23 Which LEDs should be high and low to display digit 2 on the seven segment display?
Complete
Mark 1.00 out of
1.00
Flag question
Quiz navigation
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21 Select one:
22 23 24 25 26 27 28 LEDs of segment 'g' should be low and all other LED segments should be high
LEDs of segment a,b,d,e,g should be high and the other LEDS should be low
29 30 31 32
Show all questions on one page LEDs of segment a,b,c,d,g should be high and the other LEDS should be low
Finish review LEDs of segment a,b,f,e,g should be high and the other LEDS should be low
Question 24 Which function is used to to configure the pin to output mode?
Complete
Mark 1.00 out of Select one:
1.00 digitalWrite(13,HIGH)
Flag question
pinMode(13, OUTPUT)
digital Read(13)
analogwrite(13, 10)
Next ►
You are logged in as RUTHRA DEVI A (Logout)
ARD-TST-001
https://onlinetest.spoken-tutorial.org/mod/quiz/review.php?attempt=1466156 6/6