Font size
WorksheetsArduino
Total questions: 25
Worksheet time: 13mins
what is the name of this chip ?
Break
Embedded
Twix
Arduino
all the devices around us contains arduino ?
yes
no
Arduino needs an expert programmer ?
yes
no
we can program an input without out put for arduino
yes
no
arduino helped developing the AI world
yes
no
arduino is a closed source platform
yes
no
choose the right order
output - process - input
input - process - output
process - output - input
input - output - process
what is the main role of this chip
to heat the board
being the brain of the Arduino
save the programmed input only
there is no role at all
arduino has a USB port
yes
no
Which if the following consider as input sensor?
Button
LED
Ultrasonic Distance
Temperature
How many analog pin on Arduino board?
5
13
6
14
The following line of code, means ________
pinMode(12, OUTPUT);
Make the device in pin 13 set to ON state.
Set the device in pin 12 as output.
Set the device in pin 12 as input.
Make the device in pin 12 set to Off state.
How many digital pin on Arduino board?
5
13
6
14
Which of the following consider as output devices?
Button
Humidity
LED
Motor
The result of the following line Code is______
print(7%3);
0
1
2
3
To pause a system for 2 seconds in Arduino, we use ________ line code.
delay(2);
delay(200);
delay(20);
delay(2000);
How many pin in RGB Led ?
2
3
4
5
Which one is the fastest Led blincking ?
delay(500);
delay(1500);
delay(1000);
delay(2000);
How to define a Led connected to pin 13 in Arduino?
Pinmode(13,INPUT);
Pinmode(13,OUTPUT);
pinMode(13,INPUT);
pinMode(13,OUTPUT);
Which function runs only one time?
loop();
calculate();
setup();
random();
What printed when you run the following code?
Serial.print(5>3);
True
0
False
1
What is the output for the following code?
int x=5;
int y=3;
x+=y;
Serial.print(x+y);
6
8
10
11
A device that can measure the distance to objects
Ultrasonic Sensor
Potintiometer
RGB LED
Temperature Sensor
All of these are input devices Except ______________
Ultrasonic Sensor
Potentiometer
Temp Sensor
LED
3jebkom l quiz ?
yes
no
