wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Arduin-KNOW Recap

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.

What is the full form of IDE in Arduino IDE?

a)

Integrated Development Environment

b)

Interactive Development Environment

c)

Intelligent Development Environment

d)

Interconnected Development Environment

2.

What is the purpose of the pinMode() function?

a)

To initialize the input and output pins of digital pins

b)

To begin the serial communication

c)

To initialize the input and output pins of analog  pins

d)

To initialize the PWM output pins

3.

Which of the following is not a valid analog input pin in Arduino Uno?

a)

A0

b)

A1

c)

A5

d)

A8

4.

What is a buzzer?

a)

Digital Sensor

b)

Digital Actuator

c)

Analog Sensor

d)

Analog Actuator

5.

A program written with the IDE for Arduino is called ___ 

a)

IDE source

b)

source code

c)

crypt

d)

sketch

6.

What is the principle of operation of ultrasonic sensors?

a)

Reflection of sound waves

b)

Refraction of sound waves

c)

Interference of sound waves

d)

Absorption of sound waves

7.

 In which of the following types of piezoelectric buzzers can you control the frequency?

a)

Magnetic buzzers

b)

Active buzzers

c)

External-driven buzzers

d)

Passive buzzers

8.

Which of the following statements about piezoelectric buzzers is true?

a)

They can only generate sound at a fixed frequency

b)

They can generate sound at a range of frequencies

c)

They can only generate sound at a variable frequency

d)

They cannot generate sound at all

9.

Which of the following statements is TRUE about ultrasonic sensors operating in air?

a)

The speed of sound in air is constant, independent of temperature and pressure.

b)

Ultrasonic sensors can operate over long distances without any loss of accuracy.

c)

Ultrasonic sensors are not affected by background noise in air.

d)

Ultrasonic sensors have a maximum operating range in air.

10.

Which function is used to read analog signals in Arduino IDE?

a)

analogWrite()

b)

digitalRead()

c)

analogRead()

d)

digitalWrite()

11.

How many digital input pins are there in Arduino Uno?

a)

10

b)

14

c)

6

d)

4

12.

 Which of the following factors affects the accuracy of ultrasonic sensors?

a)

Distance between the sensor and the object

b)

Temperature of the environment

c)

Reflectivity of the object's surface

d)

All of the above

13.

Which function is used to send data over the serial port in Arduino IDE?

a)

Serial.begin()

b)

Serial.print()

c)

Serial.read()

d)

Serial.write()

14.

Which of the following statements is true regarding the delay() function in Arduino programming?

a)

It waits for a specified number of seconds

b)

It waits for a specified number of milliseconds

c)

It waits for a specified number of microseconds

d)

It waits for an external interrupt

15.

Arduino IDE consists of some basic functions. What are they? 

a)

Build() and loop() 

b)

Setup() and build() 

c)

Setup() and loop()

d)

 Loop() and build() and setup()