wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction to Electronics Quiz - 1

Total questions: 23

Worksheet time: 12mins

Name
Class
Date
1.

What is a microcontroller ?

a)

Central processing unit

b)

Specialized integrated circuit

c)

Memory device

d)

Input/output peripheral

2.

What is the main function of a microcontroller?

a)

Storage of data

b)

Execution of instructions

c)

Display of graphics

d)

Audio processing

3.

In what type of systems are microcontrollers typically used?

a)

Desktop computers

b)

Servers

c)

Embedded systems

d)

Laptops

4.

Which branch of electronics involves the study of circuits processing continuous signals?

a)

Digital Electronics

b)

Optoelectronics

c)

Analog Electronics

d)

Communication Electronics

5.

What does PLC stand for in industrial automation?

a)

Power Line Converter

b)

Programmable Logic Controller

c)

Programmatic Logic Circuit

d)

Power Load Controller

6.

What is the equation representing voltage in an electrical circuit?

a)

I = ΔV

b)

V = ΔV = IR

c)

V = IR

d)

ΔQ / Δt = V

7.

What type of circuits involve elements of both analog and digital circuits?

a)

Analog Circuits

b)

Digital Circuits

c)

Mixed-Signal Circuits

d)

Optoelectronic Circuits

8.

What is the study of electronic devices interacting with light called?

a)

Digital Electronics

b)

Analog Electronics

c)

Optoelectronics

d)

Communication Electronics

9.

What does the acronym ADC stand for?

a)

Analog-to-Digital Converter

b)

Analog Data Converter

c)

Active Digital Circuit

d)

Automated Data Control

10.

Which electronic component is known for its property of gain or directionality?

a)

Analog Component

b)

Passive Component

c)

Mixed-Signal Component

d)

Active Component

11.

What function does the "Verify" feature serve in the Arduino IDE?

a)

Checks hardware connectivity

b)

Uploads the program to the Arduino board

c)

Compiles the program for syntax errors

d)

Checks for runtime errors

12.

What does "Upload" do in the Arduino IDE?

a)
  • Checks program syntax

b)
  • Saves the program

c)
  • C) Compiles the program

d)
  • Transfers the program to the Arduino board

13.

How do you declare a variable in Arduino programming?

a)

variableName = dataType;

b)

dataType variableName;

c)

dataType = variableName;

d)

variableName;

14.

In Arduino programming, what does "dataType" represent when declaring a variable?

a)

The memory address of the variable.

b)

The name of the variable.

c)

The value assigned to the variable.

d)

The type of data the variable can hold.

15.

What is the purpose of "Instantiating a Variable" in Arduino programming?

a)

Assigning a value to a variable

b)

Declaring the data type of a variable

c)

Creating a new variable

d)

Checking the scope of a variable.

16.

How do you instantiate a variable in Arduino programming?

a)

dataType variableName;

b)

variableName = value;

c)

dataType variableName = value;

d)

variableName;

17.

What function does the "Save" feature serve in the Arduino IDE?

a)

Compiles the program

b)

Transfers the program to the Arduino board

c)

Saves the current program to a file

d)

Checks for syntax errors

18.

Which industry has seen advancements in environmental monitoring through electronic sensing applications?

a)

Environmental Monitoring

b)

Industrial Automation

c)

Healthcare

d)

Entertainment

19.

What Does C P U Stand For ?

(a)  

20.

What is the potential difference between two points in an electrical circuit measured in?

a)

Watts

b)

Amperes

c)

Ohms

d)

Volts

21.

What is the primary function of a capacitor in an electronic circuit?

a)

Store electrical charge

b)

Amplify signals

c)

Control current flow

d)

Generate heat

22.

Which type of electronic component is commonly used to regulate voltage in a circuit?

a)

Resistor

b)

Transistor

c)

Diode

d)

Regulator

23.

What is the purpose of a pull-up resistor in digital electronics?

a)

To increase resistance

b)

To decrease voltage

c)

To provide a default high logic level

d)

To prevent short circuits