wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Arduino/Node MCU

Total questions: 15

Worksheet time: 11mins

Name
Class
Date
1.

Identify this component

a)

Uno Cards

b)

Raspberry Pi

c)

Arduino Uno board

d)

Arduino Duo board

2.

How many digital pins are there on the uno board

a)

11

b)

12

c)

16

d)

14

3.

What is the maximum output voltage of an Arduino?

a)

5V

b)

9V

c)

12V

d)

3.3V

4.

How many pwm pin does arduino have?

a)

2

b)

6

c)

4

d)

8

5.

Which synatax used to configured as OUTPUT /INPUT pin

a)

PinMode()

b)

pinMode()

c)

pinmode()

d)

Pinmode()

6.

A program written with the IDE for Arduino is called as

a)

Console

b)

Editor

c)

Sketch

d)

IDE error

7.

Which command is called repetatively over and over again as long as the Arduino has power.

a)

Loop ( )

b)

(output)

c)

setup ( )

d)

(input)

8.

 

digitalWrite (LED1,HIGH);

What does it means by HIGH?

a)

Sequence

b)

Blinking

c)

Switch ON

d)

Switch OFF

9.

 

IdigitalWrite(13, LOW); turns the light 

a)

ON

b)

OFF

c)

No Effect

d)

Dim

10.

Nodemcu is_______Bit Microcontroller

a)

8

b)

16

c)

32

d)

64

11.

If you're using an external button, what kind of port is suitable to be used with NodeMCU ?

a)

Analog

b)

Digital Input

c)

Wifi

d)

All the Above

12.

THE SIZE OF FLASH PROGRAM MEMORY AVAILABLE IN NODE MCU8266 IS___.

a)

20MB

b)

4MB

c)

8MB

d)

12MB

13.

HOW MANY ANALOG PIN PRESENT IN ESP8266?

a)

3

b)

2

c)

1

d)

4

14.

What does GPIO stand for?

a)

General Purpose Input Output Processor

b)

General Purpose Inner Outer Propeller

c)

General Purpose Input Output Pins

d)

General Purpose Interested Old People

15.

If we start by writing HIGH out on the pin connected to the LED. What will it make the LED do? (HIGH means putting 5V out on the pin)

a)

Turn on the LED

b)

Turn Off the LED