wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Section-1

Total questions: 15

Worksheet time: 3mins

Name
Class
Date
1.

Find the resistance of the resistor

a)

1k ∓ 10% OHM

b)

680 ∓ 10% OHM

c)

680 ∓ 5% OHM

d)

1k ∓ 5% OHM

2.

Which of the following is a passive component?

a)

Transistor

b)

Capacitor

c)

Op-amp

d)

Integrated Circuit

3.

What does the fourth color band on a resistor indicate?

a)

Temperature coefficient

b)

Voltage rating

c)

Power rating

d)

Tolerance

4.

Abbreviate I2C

a)

Inter-Integrated Circuit

b)

Internal Interfacing Connector

c)

Integrated Interconnect Controller

d)

None of the above

5.

What is the purpose of the loop() function in Arduino sketches?

a)

It initializes the board and libraries

b)

It handles input/output operations

c)

It defines the main loop of the program

d)

It executes specific tasks only once

6.

Which of the following sensors is commonly used for detecting distance in Arduino projects?

a)

Thermistor

b)

LDR

c)

Ultrasonic Sensor

d)

Tilt Sensor

7.

Which language is primarily used for programming Arduino boards?

a)

Python

b)

C++/C

c)

Java

d)

R

8.

How many crystals does the Arduino Uno board have on it?

a)

One

b)

Four

c)

Three

d)

Two

9.

Which Arduino function is used to set the mode of a pin?

a)

digitalWrite()

b)

analogWrite()

c)

pinMode()

d)

digitalRead()

10.

Full form of PWM(in arduino)What type of signal does the analogWrite() function output?

a)

Pulse Code Modulated Signal

b)

Frequency Modulated Signal

c)

Pulse Width Modulated Signal

d)

Pulse Amplitude Modulated Signal

11.

What is the function of the analogWrite() function in Arduino?

a)

Reads analog data from a sensor

b)

Writes analog data to a PWM pin

c)

Sets the digital output pin to HIGH

d)

None of the above

12.

Which function is used to read data from a specific digital pin in Arduino?

a)

digitalRead()

b)

analogRead()

c)

pinMode()

d)

pinRead()

13.

Expand IDE

a)

Integrated Development Environment

b)

Interactive Development Engine

c)

Interface Deployment Environment

d)

None of the above

14.

What is the frequency of clock crystal used in Real Time clock like your watches.

a)

16.529 kHz

b)

32kHz

c)

60kHz

d)

32.768 kHz

15.

What is the full form of EEPROM?

a)

Electrically Encoded Programmable Read Only Memory

b)

Encrypted Electronic Programmable Read Only Memory

c)

Electrically Erasable Programmable Read Only Memory

d)

Electronic Embedded Programmable Read Only Memory