1Which of the following statements best describes an Analog Signal?
A.A signal used exclusively for USB communication
B.A discrete signal representing binary data
C.A signal that has only two states: HIGH and LOW
D.A continuous signal that represents physical measurements
Correct Answer: A continuous signal that represents physical measurements
Explanation:
An analog signal is continuous in both time and amplitude, usually representing physical quantities like temperature, sound, or light intensity.
Incorrect! Try again.
2What is the primary characteristic of a Digital Signal?
A.It takes on infinite values within a range
B.It represents data as a sequence of discrete values (0s and 1s)
C.It varies continuously over time
D.It is always a sine wave
Correct Answer: It represents data as a sequence of discrete values (0s and 1s)
Explanation:
Digital signals are discrete and typically represent data in binary form (logic 0 and logic 1).
Incorrect! Try again.
3Which microcontroller is used on the standard Arduino Uno R3 board?
A.ESP8266
B.ATmega328P
C.ATtiny85
D.ATmega2560
Correct Answer: ATmega328P
Explanation:
The Arduino Uno R3 is based on the ATmega328P microcontroller.
Incorrect! Try again.
4How many digital I/O pins are available on the Arduino Uno board?
A.20
B.14
C.6
D.10
Correct Answer: 14
Explanation:
The Arduino Uno has 14 digital input/output pins (numbered 0 to 13).
Incorrect! Try again.
5How many of the digital pins on the Arduino Uno provide PWM (Pulse Width Modulation) output?
A.8
B.14
C.2
D.6
Correct Answer: 6
Explanation:
6 of the 14 digital pins provide PWM output. They are usually marked with a tilde symbol (~): pins 3, 5, 6, 9, 10, and 11.
Incorrect! Try again.
6Which pins on the Arduino Uno are used for UART serial communication?
A.Pins 0 (RX) and 1 (TX)
B.Pins A0 and A1
C.Pins 11 and 12
D.Pins 3 and 5
Correct Answer: Pins 0 (RX) and 1 (TX)
Explanation:
Digital pins 0 (RX - Receive) and 1 (TX - Transmit) are used for serial communication.
Incorrect! Try again.
7What is the operating voltage of the ATmega328P on a standard Arduino Uno?
A.5V
B.12V
C.3.3V
D.9V
Correct Answer: 5V
Explanation:
The operating voltage of the ATmega328P on the Uno is 5V.
Incorrect! Try again.
8Which pin allows you to supply an external voltage to the Arduino board (typically 7-12V)?
A.5V
B.AREF
C.Vin
D.3.3V
Correct Answer: Vin
Explanation:
The 'Vin' pin allows you to power the Arduino using an external power source (like a battery or adapter) typically between 7V and 12V.
Incorrect! Try again.
9What is the function of the ADC (Analog-to-Digital Converter) in the Arduino?
A.To convert continuous analog voltage into a digital number
B.To reset the board
C.To convert digital code into analog voltage
D.To amplify the current
Correct Answer: To convert continuous analog voltage into a digital number
Explanation:
The ADC converts analog input voltage (0-5V) into a digital value (0-1023).
Incorrect! Try again.
10The Arduino Uno has a 10-bit ADC. What is the range of digital values it can produce?
A.0 to 255
B.0 to 511
C.0 to 1023
D.0 to 4095
Correct Answer: 0 to 1023
Explanation:
A 10-bit ADC produces values, which is 1024 distinct values ranging from 0 to 1023.
Incorrect! Try again.
11Which built-in LED is connected to digital pin 13 on the Arduino Uno?
A.Power LED
B.L (User LED)
C.RX LED
D.TX LED
Correct Answer: L (User LED)
Explanation:
The built-in LED labeled 'L' is internally connected to digital pin 13.
Incorrect! Try again.
12What does PWM stand for in the context of Arduino pins?
A.Power Wave Management
B.Pulse Width Modulation
C.Pin Wire Mode
D.Phase Width Measurement
Correct Answer: Pulse Width Modulation
Explanation:
PWM stands for Pulse Width Modulation, a technique used to simulate analog output using digital signals.
Incorrect! Try again.
13Which Arduino pin is used to set the reference voltage for analog inputs?
A.RESET
B.IOREF
C.GND
D.AREF
Correct Answer: AREF
Explanation:
AREF stands for Analog Reference. It is used to configure the reference voltage used for analog input (i.e., the value used as the top of the input range).
Incorrect! Try again.
14What is the recommended maximum DC current per I/O pin on the Arduino Uno?
A.100 mA
B.500 mA
C.20 mA
D.1 A
Correct Answer: 20 mA
Explanation:
The recommended continuous current is 20mA, with an absolute maximum of 40mA, to prevent damaging the microcontroller.
Incorrect! Try again.
15Which component on the Arduino board ensures the voltage does not exceed 5V when powered via the DC jack?
A.USB Controller
B.Reset Button
C.Crystal Oscillator
D.Voltage Regulator
Correct Answer: Voltage Regulator
Explanation:
The on-board voltage regulator steps down the external input voltage (7-12V) to a stable 5V.
Incorrect! Try again.
16What is the frequency of the crystal oscillator on the Arduino Uno?
A.8 MHz
B.1 GHz
C.16 MHz
D.20 MHz
Correct Answer: 16 MHz
Explanation:
The clock speed of the Arduino Uno is determined by its 16 MHz quartz crystal oscillator.
Incorrect! Try again.
17What is an IR Sensor primarily used to detect?
A.Obstacles or motion via infrared light
B.Magnetic fields
C.Humidity
D.Sound waves
Correct Answer: Obstacles or motion via infrared light
Explanation:
IR sensors use infrared light to detect obstacles, proximity, or line tracking by measuring reflection or interruption.
Incorrect! Try again.
18Which component acts as the transmitter in an IR sensor module?
A.Photodiode
B.Potentiometer
C.Op-Amp
D.IR LED
Correct Answer: IR LED
Explanation:
The IR LED (Infrared Light Emitting Diode) emits infrared radiation, acting as the transmitter.
Incorrect! Try again.
19Which component acts as the receiver in an active IR sensor module?
A.Photodiode
B.Capacitor
C.IR LED
D.Resistor
Correct Answer: Photodiode
Explanation:
A photodiode (or phototransistor) is used to detect the reflected infrared light.
Incorrect! Try again.
20What is the function of the potentiometer on a digital IR obstacle avoidance sensor module?
A.To adjust the detection distance/sensitivity
B.To regulate voltage to 3.3V
C.To turn the sensor on and off
D.To change the emitted light color
Correct Answer: To adjust the detection distance/sensitivity
Explanation:
The onboard potentiometer adjusts the reference voltage of the comparator, thereby changing the sensitivity and detection range.
Incorrect! Try again.
21Why can humans generally not see the light emitted by an IR sensor?
A.It is blocked by the air
B.It is too dim
C.It is too bright
D.Its wavelength is outside the visible spectrum
Correct Answer: Its wavelength is outside the visible spectrum
Explanation:
Infrared light has a longer wavelength than visible red light (typically >700nm), making it invisible to the human eye.
Incorrect! Try again.
22Which component is often used as a comparator in IR sensor modules to provide a digital output?
A.7805
B.ATmega328
C.LM358 or LM393
D.NE555
Correct Answer: LM358 or LM393
Explanation:
Op-amps like LM358 or comparators like LM393 are commonly used to compare the photodiode voltage against a threshold to output a digital HIGH/LOW.
Incorrect! Try again.
23What does LDR stand for?
A.Light Dependent Resistor
B.Low Density Resistance
C.Long Distance Resistor
D.Light Detecting Relay
Correct Answer: Light Dependent Resistor
Explanation:
LDR stands for Light Dependent Resistor.
Incorrect! Try again.
24What is the working principle of an LDR?
A.Hall effect
B.Photoconductivity
C.Photovoltaic effect
D.Piezoelectric effect
Correct Answer: Photoconductivity
Explanation:
LDRs work on the principle of photoconductivity, where conductivity increases when light falls on the material.
Incorrect! Try again.
25How does the resistance of an LDR change with light intensity?
A.Resistance remains constant
B.Resistance decreases as light intensity increases
C.Resistance increases as light intensity increases
D.Resistance becomes zero instantly
Correct Answer: Resistance decreases as light intensity increases
Explanation:
An LDR has an inverse relationship between light and resistance. Bright light = Low resistance; Darkness = High resistance.
Incorrect! Try again.
26Which material is commonly used to manufacture LDRs?
A.Aluminum
B.Copper
C.Cadmium Sulfide (CdS)
D.Silicon
Correct Answer: Cadmium Sulfide (CdS)
Explanation:
Cadmium Sulfide (CdS) is the most common photoconductive material used in LDRs.
Incorrect! Try again.
27In a voltage divider circuit with a fixed resistor and an LDR, if the LDR is connected to ground, what happens to the output voltage when light intensity increases?
A.The voltage decreases
B.The voltage becomes negative
C.The voltage stays at 5V
D.The voltage increases
Correct Answer: The voltage decreases
Explanation:
As light increases, LDR resistance decreases. In a divider where LDR is the bottom resistor (), . As drops, drops.
Incorrect! Try again.
28What is the typical resistance of an LDR in total darkness?
A.A few ohms
B.Several Mega-ohms
C.Zero ohms
D.Negative resistance
Correct Answer: Several Mega-ohms
Explanation:
In total darkness, the LDR exhibits very high resistance, often in the range of Mega-ohms ().
Incorrect! Try again.
29Which sensor is commonly used to measure distance using sound waves?
A.DHT11
B.Ultrasonic Sensor (HC-SR04)
C.LDR
D.PIR Sensor
Correct Answer: Ultrasonic Sensor (HC-SR04)
Explanation:
The Ultrasonic Sensor (specifically the HC-SR04) measures distance by emitting ultrasonic sound waves and timing their return.
Incorrect! Try again.
30What is the typical frequency of the sound waves emitted by the HC-SR04 ultrasonic sensor?
A.1 kHz
B.1 MHz
C.40 kHz
D.20 Hz
Correct Answer: 40 kHz
Explanation:
The HC-SR04 emits ultrasound at 40 kHz, which is above the range of human hearing.
Incorrect! Try again.
31What is the function of the Trig (Trigger) pin on the HC-SR04 sensor?
A.It powers the sensor
B.It connects to Ground
C.It receives the reflected sound wave
D.It initiates the measurement by sending a pulse
Correct Answer: It initiates the measurement by sending a pulse
Explanation:
Sending a high pulse (usually 10 microseconds) to the Trig pin causes the sensor to emit the ultrasonic burst.
Incorrect! Try again.
32What is the function of the Echo pin on the HC-SR04 sensor?
A.It emits the sound wave
B.It outputs a high pulse with duration proportional to the distance
C.It adjusts the sensitivity
D.It provides the 5V power
Correct Answer: It outputs a high pulse with duration proportional to the distance
Explanation:
The Echo pin goes HIGH for the duration of time it takes for the sound to travel to the object and return.
Incorrect! Try again.
33The formula to calculate distance () using an ultrasonic sensor, where is the echo time and is the speed of sound, is:
A.
B.
C.
D.
Correct Answer:
Explanation:
The distance is time multiplied by speed, divided by 2 because the sound travels to the object and back (double distance).
Incorrect! Try again.
34If the speed of sound is approximately 340 m/s, how many microseconds does it take to travel 1 cm (there and back)?
A.~58 microseconds
B.~100 microseconds
C.~29 microseconds
D.~10 microseconds
Correct Answer: ~58 microseconds
Explanation:
Speed = 34000 cm/s. Time to travel 1cm = . Since it must go there and back, it is .
Incorrect! Try again.
35What is a limitation of the ultrasonic sensor?
A.It has a 'blind zone' very close to the sensor (e.g., < 2cm)
B.It cannot measure in the dark
C.It only works in a vacuum
D.It requires a magnet to work
Correct Answer: It has a 'blind zone' very close to the sensor (e.g., < 2cm)
Explanation:
Ultrasonic sensors cannot detect objects accurately that are extremely close (usually less than 2cm) because the echo returns before the transmission pulse is finished.
Incorrect! Try again.
36Can an ultrasonic sensor work in a vacuum?
A.Yes, but with reduced range
B.No, sound waves require a medium to travel
C.Only if the object is metal
D.Yes, perfectly
Correct Answer: No, sound waves require a medium to travel
Explanation:
Sound is a mechanical wave that requires a medium (like air) to propagate. It cannot work in a vacuum.
Incorrect! Try again.
37What do the DHT11 and DHT22 sensors measure?
A.Pressure and Altitude
B.Temperature and Humidity
C.Distance and Time
D.Light and Color
Correct Answer: Temperature and Humidity
Explanation:
DHT sensors are digital temperature and humidity sensors.
Incorrect! Try again.
38Between DHT11 and DHT22, which one generally provides higher accuracy and a wider range?
A.Neither works with Arduino
B.Both are identical
C.DHT11
D.DHT22
Correct Answer: DHT22
Explanation:
The DHT22 (also known as AM2302) is more accurate and has a wider measuring range than the DHT11, though it is slightly more expensive.
Incorrect! Try again.
39What type of data signal does the DHT11 sensor output?
A.Continuous Analog Voltage
B.SPI Protocol
C.I2C Protocol
D.Single-wire Digital Signal
Correct Answer: Single-wire Digital Signal
Explanation:
DHT sensors use a proprietary single-wire serial communication protocol to send digital data.
Incorrect! Try again.
40What is the typical sampling interval (minimum time between readings) for a DHT11 sensor?
A.1 microsecond
B.1 second
C.10 seconds
D.1 millisecond
Correct Answer: 1 second
Explanation:
The DHT11 usually requires at least 1 second (typically 2 seconds recommended in code) between readings to stabilize.
Incorrect! Try again.
41Which sensing element is used inside a DHT sensor to measure moisture?
A.Photodiode
B.Piezo element
C.Capacitive humidity sensor
D.Strain gauge
Correct Answer: Capacitive humidity sensor
Explanation:
DHT sensors typically use a capacitive humidity sensing element and a thermistor for temperature.
Incorrect! Try again.
42When wiring a DHT sensor, a resistor is often placed between VCC and the Data pin. What is this resistor called?
A.Current limiting resistor
B.Pull-up resistor
C.Shunt resistor
D.Pull-down resistor
Correct Answer: Pull-up resistor
Explanation:
A pull-up resistor (typically to ) is required to keep the data line HIGH when it is idle.
Incorrect! Try again.
43The temperature range of the DHT11 is approximately:
A.Absolute Zero
B.0°C to 50°C
C.100°C to 200°C
D.-50°C to 150°C
Correct Answer: 0°C to 50°C
Explanation:
The DHT11 typically measures temperature from 0°C to 50°C with accuracy.
Incorrect! Try again.
44To read data from a DHT11 using Arduino, which library is commonly used?
A.LiquidCrystal.h
B.Servo.h
C.DHT.h
D.SPI.h
Correct Answer: DHT.h
Explanation:
The 'DHT sensor library' (header usually DHT.h) is the standard library used to decode the protocol.
Incorrect! Try again.
45If an analog sensor is connected to pin A0, which Arduino function is used to read the value?
A.digitalRead(A0)
B.Serial.read(A0)
C.analogWrite(A0)
D.analogRead(A0)
Correct Answer: analogRead(A0)
Explanation:
analogRead(pin) is the function used to read values from analog input pins.
Incorrect! Try again.
46What is the return type and range of the digitalRead() function?
A.Float (0.0 to 5.0)
B.Integer (HIGH or LOW)
C.Integer (0 to 1023)
D.String ("ON" or "OFF")
Correct Answer: Integer (HIGH or LOW)
Explanation:
digitalRead() returns a digital state, which is either HIGH (1) or LOW (0).
Incorrect! Try again.
47Which Arduino function is used to configure a pin as an Input or Output?
A.setupPin()
B.pinMode()
C.configIO()
D.digitalWrite()
Correct Answer: pinMode()
Explanation:
pinMode(pin, mode) is used in the setup to define if a pin acts as INPUT or OUTPUT.
Incorrect! Try again.
48What happens if you supply 5V to an Analog Input pin on Arduino?
A.analogRead() returns 1023
B.analogRead() returns 0
C.The board resets
D.The pin burns out
Correct Answer: analogRead() returns 1023
Explanation:
Since 5V is the reference maximum (default), the ADC will return the maximum 10-bit value, which is 1023.
Incorrect! Try again.
49The command analogWrite() is used for which specific functionality?
A.Reading analog voltages
B.Generating PWM signals
C.Writing to EEPROM
D.Serial communication
Correct Answer: Generating PWM signals
Explanation:
Despite the name, analogWrite() is used to write a PWM (Pulse Width Modulation) value to a PWM-enabled digital pin.
Incorrect! Try again.
50What is the resolution of the analogWrite() function (PWM resolution) on an Arduino Uno?
A.12-bit (0-4095)
B.8-bit (0-255)
C.10-bit (0-1023)
D.16-bit (0-65535)
Correct Answer: 8-bit (0-255)
Explanation:
The standard PWM resolution on the Uno via analogWrite is 8-bit, accepting values from 0 to 255.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →