Font size
WorksheetsIntroduction to Electronics Quiz - 1
Total questions: 23
Worksheet time: 12mins
What is a microcontroller ?
Central processing unit
Specialized integrated circuit
Memory device
Input/output peripheral
What is the main function of a microcontroller?
Storage of data
Execution of instructions
Display of graphics
Audio processing
In what type of systems are microcontrollers typically used?
Desktop computers
Servers
Embedded systems
Laptops
Which branch of electronics involves the study of circuits processing continuous signals?
Digital Electronics
Optoelectronics
Analog Electronics
Communication Electronics
What does PLC stand for in industrial automation?
Power Line Converter
Programmable Logic Controller
Programmatic Logic Circuit
Power Load Controller
What is the equation representing voltage in an electrical circuit?
I = ΔV
V = ΔV = IR
V = IR
ΔQ / Δt = V
What type of circuits involve elements of both analog and digital circuits?
Analog Circuits
Digital Circuits
Mixed-Signal Circuits
Optoelectronic Circuits
What is the study of electronic devices interacting with light called?
Digital Electronics
Analog Electronics
Optoelectronics
Communication Electronics
What does the acronym ADC stand for?
Analog-to-Digital Converter
Analog Data Converter
Active Digital Circuit
Automated Data Control
Which electronic component is known for its property of gain or directionality?
Analog Component
Passive Component
Mixed-Signal Component
Active Component
What function does the "Verify" feature serve in the Arduino IDE?
Checks hardware connectivity
Uploads the program to the Arduino board
Compiles the program for syntax errors
Checks for runtime errors
What does "Upload" do in the Arduino IDE?
Checks program syntax
Saves the program
C) Compiles the program
Transfers the program to the Arduino board
How do you declare a variable in Arduino programming?
variableName = dataType;
dataType variableName;
dataType = variableName;
variableName;
In Arduino programming, what does "dataType" represent when declaring a variable?
The memory address of the variable.
The name of the variable.
The value assigned to the variable.
The type of data the variable can hold.
What is the purpose of "Instantiating a Variable" in Arduino programming?
Assigning a value to a variable
Declaring the data type of a variable
Creating a new variable
Checking the scope of a variable.
How do you instantiate a variable in Arduino programming?
dataType variableName;
variableName = value;
dataType variableName = value;
variableName;
What function does the "Save" feature serve in the Arduino IDE?
Compiles the program
Transfers the program to the Arduino board
Saves the current program to a file
Checks for syntax errors
Which industry has seen advancements in environmental monitoring through electronic sensing applications?
Environmental Monitoring
Industrial Automation
Healthcare
Entertainment
What Does C P U Stand For ?
(a)
What is the potential difference between two points in an electrical circuit measured in?
Watts
Amperes
Ohms
Volts
What is the primary function of a capacitor in an electronic circuit?
Store electrical charge
Amplify signals
Control current flow
Generate heat
Which type of electronic component is commonly used to regulate voltage in a circuit?
Resistor
Transistor
Diode
Regulator
What is the purpose of a pull-up resistor in digital electronics?
To increase resistance
To decrease voltage
To provide a default high logic level
To prevent short circuits
