Unit 6 - Practice Quiz

ECE131

1 Which of the following statements best describes the primary architectural difference between a Microprocessor () and a Microcontroller ()?

A. has internal RAM and ROM, while requires external memory.
B. has a CPU, RAM, ROM, and I/O ports integrated on a single chip, whereas usually requires external peripherals.
C. is designed for specific tasks, while is for general-purpose computing.
D. runs at much higher clock speeds than .

2 In the context of embedded processors, what does SoC stand for?

A. System on Chip
B. Silicon on Chip
C. Source of Computation
D. Speed of Clock

3 Which type of processor is specifically designed to perform mathematical operations like Multiply-Accumulate (MAC) at very high speeds for audio and video processing?

A. FPGA
B. DSP
C. General Purpose Microprocessor
D. ASIC

4 Which of the following best characterizes an ASIC?

A. A processor that can be reprogrammed multiple times in the field.
B. A chip designed for a specific application that cannot be reprogrammed.
C. A general-purpose processor used in desktop computers.
D. A software-based controller running on the cloud.

5 What is the primary advantage of using an FPGA (Field Programmable Gate Array) over an ASIC during the prototyping phase?

A. Lower per-unit cost for mass production.
B. Higher operating frequency.
C. Reconfigurability and shorter time-to-market.
D. Lower power consumption.

6 An embedded system is best defined as:

A. A general-purpose computer used for word processing and gaming.
B. A computing system designed to perform a dedicated function with real-time computing constraints.
C. A large mainframe computer used for cloud storage.
D. A mechanical system with no electronic components.

7 Which of the following is an example of a Hard Real-Time system?

A. A streaming video player.
B. A washing machine controller.
C. An airbag deployment system in a car.
D. A web server.

8 What is the main difference between a GPOS (General Purpose Operating System) and an RTOS (Real-Time Operating System)?

A. GPOS is cheaper than RTOS.
B. RTOS provides deterministic timing and predictability, whereas GPOS prioritizes throughput and user fairness.
C. GPOS is used in embedded systems, while RTOS is used in desktops.
D. RTOS supports graphical user interfaces, but GPOS does not.

9 A Cyber-Physical System (CPS) integrates which two main domains?

A. Hardware and Firmware
B. Analog and Digital electronics
C. Computational algorithms and physical processes
D. Internet and Intranet

10 In the context of Smart Grids, what role does IoT play?

A. It only generates electricity.
B. It enables two-way communication between utility providers and consumers for real-time monitoring.
C. It replaces physical power lines with wireless power transfer.
D. It is used solely for billing purposes.

11 Which logic block is the fundamental building block of an FPGA?

A. ALU (Arithmetic Logic Unit)
B. CLB (Configurable Logic Block) / LUT (Look-Up Table)
C. Accumulator
D. Cache Memory

12 Which characteristic is NOT typical of an embedded system?

A. Constraint on power consumption
B. Designed for a specific task
C. Unlimited memory and storage resources
D. High reliability requirements

13 In Condition Monitoring of industrial plants, how does Cloud Computing add value?

A. By replacing all local sensors.
B. By performing real-time hard control loops.
C. By aggregating vast amounts of sensor data for long-term trend analysis and predictive maintenance.
D. By increasing the latency of the system.

14 Which processor architecture is most commonly found in mobile phones (SoC)?

A. ARM
B. x86
C. 8051
D. PLC

15 What is Jitter in the context of an RTOS?

A. The speed of the processor clock.
B. The variation in the response time or period of a task.
C. The total memory used by the OS.
D. The number of tasks running simultaneously.

16 Which of the following is a real-world application of IoT in Healthcare?

A. Automatic stock trading.
B. Precision fertilization.
C. Remote patient monitoring using wearable biosensors.
D. Automated assembly lines.

17 Which component is distinctively present in a Microcontroller but usually absent in a Microprocessor?

A. ALU
B. Registers
C. Control Unit
D. On-chip Flash/EPROM memory

18 In Precision Agriculture, what is the primary role of embedded sensors?

A. To automate the financial accounts of the farm.
B. To monitor soil moisture and nutrient levels to optimize irrigation and fertilization.
C. To track the location of the farmer only.
D. To generate electricity for the farm.

19 Which of the following is an example of a GPOS?

A. FreeRTOS
B. VxWorks
C. Microsoft Windows
D. uC/OS-II

20 What does Industry 4.0 rely on heavily regarding manufacturing processes?

A. Manual labor.
B. Steam power.
C. Cyber-Physical Systems, IoT, and Cloud Computing.
D. Standalone microprocessors without networking.

21 A Soft Real-Time system is one where:

A. Missing a deadline causes total system failure.
B. There are no deadlines.
C. Missing a deadline degrades performance but the system remains useful.
D. The system runs on software only.

22 Which processor type would be the best choice for a high-volume product requiring low cost and low power, where the design is finalized and won't change?

A. FPGA
B. ASIC
C. Desktop CPU
D. Development Board

23 The von Neumann architecture, often used in microprocessors, is characterized by:

A. Separate buses for instruction memory and data memory.
B. A shared bus for both instruction and data memory.
C. No external memory support.
D. Analog processing units.

24 In the context of Automobiles, what is an ECU?

A. Engine Control Unit / Electronic Control Unit
B. Electric Car Utility
C. Energy Consumption Unit
D. Embedded Cloud Unit

25 How does Cloud Computing support the Smart Grid?

A. By physically transmitting electricity through the cloud.
B. By handling massive data analytics for demand forecasting and grid balancing.
C. By eliminating the need for smart meters.
D. By reducing the voltage of the transmission lines.

26 Which of the following is a key feature of a DSP processor?

A. Complex Instruction Set Computer (CISC) architecture only.
B. Harvard Architecture with multiple buses for simultaneous data and instruction fetching.
C. Very slow clock speeds to save power.
D. Lack of hardware multipliers.

27 In an embedded system, what is the Watchdog Timer used for?

A. To keep track of the real time (Wall clock time).
B. To reset the system if the software hangs or enters an infinite loop.
C. To measure the speed of the motor.
D. To wake up the user.

28 Which of the following best describes V2X in automotive embedded systems?

A. Voltage to Xenon lighting.
B. Vehicle-to-Everything communication.
C. Voice to Text conversion.
D. Video 2x scaling.

29 Which of the following represents the correct cost relationship for small quantities?

A. ASIC < FPGA
B. FPGA < ASIC
C. ASIC = FPGA
D. Cost is irrelevant.

30 In Industrial IoT (IIoT), what is a Digital Twin?

A. A backup copy of the software.
B. A virtual replica of a physical system used for simulation and analysis.
C. A second identical machine placed next to the first one.
D. A dual-core processor.

31 What is the primary function of an Actuator in a Cyber-Physical System?

A. To sense the environment.
B. To store data.
C. To perform an action or control a physical mechanism.
D. To transmit wireless signals.

32 Which scheduling algorithm is most common in simple RTOS environments?

A. Shortest Job First
B. Preemptive Priority Scheduling
C. Fair Share Scheduling
D. Random Scheduling

33 What is the typical bit-width of a standard Arduino Uno microcontroller (ATmega328P)?

A. 8-bit
B. 32-bit
C. 64-bit
D. 128-bit

34 Why is Latency a critical factor in embedded control systems for automobiles?

A. High latency improves fuel efficiency.
B. Low latency is required to ensure braking and steering commands are executed instantly for safety.
C. Latency determines the audio quality of the radio.
D. Latency is not important in automobiles.

35 Which of the following is NOT a common communication protocol used in embedded systems?

A. I2C
B. SPI
C. UART
D. HTML

36 The integration of IoT in Agriculture is often referred to as:

A. Smart Farming
B. Cyber Farming
C. Robo-Crop
D. Cloud Planting

37 What defines the Harvard Architecture?

A. Physically separate storage and signal pathways for instructions and data.
B. Unified storage for instructions and data.
C. No memory storage.
D. Use of magnetic tape.

38 In the context of Processors, what does RISC stand for?

A. Random Instruction Set Computer
B. Reduced Instruction Set Computer
C. Rapid Instruction Speed Chip
D. Real-time Integrated System Chip

39 Which device is generally used to program an FPGA?

A. C Compiler
B. HDL (Hardware Description Language)
C. Word Processor
D. HTML Editor

40 What is the role of Edge Computing in industrial condition monitoring?

A. To send all raw data to the cloud regardless of relevance.
B. To process data locally near the source (sensor) to reduce latency and bandwidth usage before sending insights to the cloud.
C. To physically sharpen the edges of the machinery.
D. To stop the machine every hour.

41 A Raspberry Pi is best described as:

A. A Microcontroller.
B. A Single Board Computer (SBC) based on an SoC.
C. An FPGA.
D. An Analog Sensor.

42 In Smart Manufacturing, predictive maintenance relies primarily on:

A. Scheduled calendar maintenance.
B. Waiting for the machine to break.
C. Vibration, temperature, and acoustic analysis sensors connected to analytics software.
D. Manual inspection by workers.

43 Which of the following is a benefit of using a Microcontroller over a Microprocessor for a washing machine?

A. Ability to play 4K video.
B. Lower cost and compact design due to integration.
C. Running a complex GPOS like Windows.
D. Expandability of RAM up to 64GB.

44 Which of the following best describes the Cyber part of a Cyber-Physical System?

A. The mechanical arms and motors.
B. The network, software, and computational decision-making algorithms.
C. The power supply unit.
D. The human operator.

45 What is Context Switching in an RTOS?

A. Changing the voltage of the CPU.
B. Saving the state of the current task and restoring the state of the next task to be run.
C. Switching the power on and off.
D. Changing the programming language.

46 In the context of Smart Grids, what is AMI?

A. Automated Machine Interface
B. Advanced Metering Infrastructure
C. Analog Meter Integration
D. Artificial Memory Intelligence

47 Which characteristic is essential for an embedded system in an autonomous vehicle?

A. High latency.
B. Low reliability.
C. Real-time processing capability.
D. Offline operation only.

48 The CAN bus (Controller Area Network) is most commonly associated with which industry?

A. Home Automation
B. Automobile / Automotive
C. Agriculture
D. Textile Manufacturing

49 What is the primary benefit of IoMT (Internet of Medical Things)?

A. It replaces doctors entirely.
B. It allows for continuous remote health monitoring and early intervention.
C. It makes medical devices heavier.
D. It requires patients to stay in the hospital.

50 Which type of processor operates on the principle of Parallel Processing at the hardware gate level?

A. Microcontroller
B. FPGA
C. Single Core Microprocessor
D. DSP (Software based)