Unit 6: Fundamentals of embedded system and its application in industrial processes - Practice Quiz

ECE131 — Basic Electrical And Electronics Engineering 50 Questions
0 Correct 0 Wrong 50 Left
0/50

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. is designed for specific tasks, while is for general-purpose computing.
C. has a CPU, RAM, ROM, and I/O ports integrated on a single chip, whereas usually requires external peripherals.
D. runs at much higher clock speeds than .

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

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

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. ASIC
B. General Purpose Microprocessor
C. FPGA
D. DSP

4 Which of the following best characterizes an ASIC?

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

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. Lower power consumption.
C. Higher operating frequency.
D. Reconfigurability and shorter time-to-market.

6 An embedded system is best defined as:

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

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

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

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

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

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

A. Analog and Digital electronics
B. Hardware and Firmware
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. Accumulator
B. CLB (Configurable Logic Block) / LUT (Look-Up Table)
C. Cache Memory
D. ALU (Arithmetic Logic Unit)

12 Which characteristic is NOT typical of an embedded system?

A. Designed for a specific task
B. Constraint on power consumption
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 increasing the latency of the system.
B. By aggregating vast amounts of sensor data for long-term trend analysis and predictive maintenance.
C. By performing real-time hard control loops.
D. By replacing all local sensors.

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

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

15 What is Jitter in the context of an RTOS?

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

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

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

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

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

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

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

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

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

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

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

21 A Soft Real-Time system is one where:

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

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. Desktop CPU
B. FPGA
C. Development Board
D. ASIC

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

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

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

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

25 How does Cloud Computing support the Smart Grid?

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

37 What defines the Harvard Architecture?

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

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. Word Processor
B. HTML Editor
C. HDL (Hardware Description Language)
D. C Compiler

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

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

41 A Raspberry Pi is best described as:

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

42 In Smart Manufacturing, predictive maintenance relies primarily on:

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

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

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

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

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

45 What is Context Switching in an RTOS?

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

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

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

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

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

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

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

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

A. It allows for continuous remote health monitoring and early intervention.
B. It makes medical devices heavier.
C. It replaces doctors entirely.
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. DSP (Software based)
B. Microcontroller
C. FPGA
D. Single Core Microprocessor