Font size
S
M
L
XL
WorksheetsIntroduction of Arduino
Total questions: 12
Worksheet time: 17mins
Name
Class
Date
1.
Identify this component
a)
Uno Cards
b)
Arduino Duo board
c)
Maker Uno board
d)
Arduino Uno board
2.
What do we call the chip used to control external systems?
a)
Brain
b)
Integrated Circuit (IC)
c)
LED
d)
Microcontroller
3.
What is the software for programming Arduino called?
a)
Arduino IDE
b)
System Programmer
c)
Arduino Coder
d)
Arduino Developer
4.
Arduino is made of two part
a)
hardware and software
b)
input and output
5.
Maker UNo has a USB port
a)
yes
b)
no
6.
Identify the electronic component shown.
a)
Integrated Circuit
b)
Microcontroller
c)
Light Emitting Diode
d)
Pushbutton
7.
Before your program “code” can be sent to the board, it needs to be converted into instructions that the board understands. This process is called...
4 lines
8.
What is the maximum power supply the board can use?
(a)
9.
What is the code you should write if you want to turn on LED no 7?
a)
pinMode(7,OUTPUT);
digitalWrite(7,HIGH);
b)
pinMode(7,OUTPUT):
digitalWrite(7,HIGH):
c)
LedMode(7,OUTPUT);
LedWrite(7,HIGH);
d)
pinMode(7,OUTPUT);
digitalMode(7,LOW);
10.
List all the 6 basic syntax in Arduino (just the symbol)
4 lines
11.
Type the coding to "Turn on LED 2,4,6,8,and 10"
4 lines
12.
Create a code to Blink the led 3,5,7,9,& 11 at longer duration 0.2s and short interval 2s
4 lines
Reset
