1Which 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 .
Correct Answer: has a CPU, RAM, ROM, and I/O ports integrated on a single chip, whereas usually requires external peripherals.
Explanation:A microcontroller is a System on Chip (SoC) concept where memory and peripherals are embedded with the CPU. A microprocessor is primarily the CPU and requires external buses to connect to memory and I/O.
Incorrect! Try again.
2In 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
Correct Answer: System on Chip
Explanation:SoC stands for System on Chip, which integrates most components of a computer or other electronic system into a single integrated circuit.
Incorrect! Try again.
3Which 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
Correct Answer: DSP
Explanation:A Digital Signal Processor (DSP) is optimized for the operational needs of digital signal processing, particularly the Multiply-Accumulate (MAC) operation.
Incorrect! Try again.
4Which 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.
Correct Answer: A chip designed for a specific application that cannot be reprogrammed.
Explanation:ASIC stands for Application-Specific Integrated Circuit. It is custom-manufactured for a specific design and cannot be altered after fabrication.
Incorrect! Try again.
5What 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.
Correct Answer: Reconfigurability and shorter time-to-market.
Explanation:FPGAs can be reprogrammed (reconfigured) by the user after manufacturing, allowing for rapid prototyping and design changes without the high non-recurring engineering costs of ASICs.
Incorrect! Try again.
6An 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.
Correct Answer: A computing system designed to perform a dedicated function with real-time computing constraints.
Explanation:Embedded systems are combinations of hardware and software designed to perform specific, dedicated tasks, often within strict real-time constraints.
Incorrect! Try again.
7Which 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.
Correct Answer: An airbag deployment system in a car.
Explanation:In a Hard Real-Time system, missing a deadline results in a catastrophic failure. An airbag must deploy within milliseconds of an impact; otherwise, it is useless or dangerous.
Incorrect! Try again.
8What 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.
Correct Answer: RTOS provides deterministic timing and predictability, whereas GPOS prioritizes throughput and user fairness.
Explanation:The defining characteristic of an RTOS is determinism—guaranteeing that critical tasks complete within a defined time limit. GPOS focuses on overall system throughput and multitasking fairness.
Incorrect! Try again.
9A 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
Correct Answer: Computational algorithms and physical processes
Explanation:CPS involves the tight integration of computation, networking, and physical processes, where embedded computers and networks monitor and control physical processes.
Incorrect! Try again.
10In 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.
Correct Answer: It enables two-way communication between utility providers and consumers for real-time monitoring.
Explanation:IoT in Smart Grids allows for Advanced Metering Infrastructure (AMI) and sensors that provide bidirectional data flow to balance load, detect faults, and optimize energy distribution.
Incorrect! Try again.
11Which logic block is the fundamental building block of an FPGA?
Explanation:FPGAs are built using an array of Configurable Logic Blocks (CLBs) which typically contain Look-Up Tables (LUTs) to implement logic functions.
Incorrect! Try again.
12Which 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
Correct Answer: Unlimited memory and storage resources
Explanation:Embedded systems are typically resource-constrained, operating with limited memory, processing power, and storage compared to general-purpose computers.
Incorrect! Try again.
13In 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.
Correct Answer: By aggregating vast amounts of sensor data for long-term trend analysis and predictive maintenance.
Explanation:Cloud computing allows for the storage and analysis of historical big data from machines to predict failures (predictive maintenance) before they occur, which is difficult to do with limited local processing.
Incorrect! Try again.
14Which processor architecture is most commonly found in mobile phones (SoC)?
A.ARM
B.x86
C.8051
D.PLC
Correct Answer: ARM
Explanation:ARM architectures are the dominant design for mobile SoCs due to their power efficiency and RISC (Reduced Instruction Set Computer) design.
Incorrect! Try again.
15What 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.
Correct Answer: The variation in the response time or period of a task.
Explanation:Jitter refers to the unwanted variation in the timing of a signal or the execution of a task. In RTOS, low jitter is crucial for predictability.
Incorrect! Try again.
16Which 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.
Correct Answer: Remote patient monitoring using wearable biosensors.
Explanation:IoT in healthcare (often called IoMT) involves wearables and sensors that track vitals (heart rate, glucose, etc.) and transmit data to doctors for remote monitoring.
Incorrect! Try again.
17Which 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
Correct Answer: On-chip Flash/EPROM memory
Explanation:While both have ALUs, registers, and control units, microcontrollers are distinct because they integrate non-volatile program memory (Flash/EPROM) directly on the chip.
Incorrect! Try again.
18In 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.
Correct Answer: To monitor soil moisture and nutrient levels to optimize irrigation and fertilization.
Explanation:Precision agriculture uses embedded sensors to collect local data (soil, weather), allowing for precise resource application, increasing yield, and reducing waste.
Incorrect! Try again.
19Which of the following is an example of a GPOS?
A.FreeRTOS
B.VxWorks
C.Microsoft Windows
D.uC/OS-II
Correct Answer: Microsoft Windows
Explanation:Windows is a General Purpose Operating System designed for user interaction and throughput, unlike FreeRTOS, VxWorks, and uC/OS-II which are Real-Time Operating Systems.
Incorrect! Try again.
20What 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.
Correct Answer: Cyber-Physical Systems, IoT, and Cloud Computing.
Explanation:Industry 4.0 is the revolution of data exchange in manufacturing technologies, driven by CPS, IoT, and cloud computing to create 'smart factories'.
Incorrect! Try again.
21A 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.
Correct Answer: Missing a deadline degrades performance but the system remains useful.
Explanation:In soft real-time systems (e.g., video streaming), missing a deadline results in lower quality (lag/dropped frames) but not a critical failure or safety hazard.
Incorrect! Try again.
22Which 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
Correct Answer: ASIC
Explanation:ASICs offer the best power efficiency and unit cost for high-volume production, provided the design is fixed (non-reprogrammable).
Incorrect! Try again.
23The 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.
Correct Answer: A shared bus for both instruction and data memory.
Explanation:Von Neumann architecture uses a single shared bus for fetching both instructions and data, which can create a bottleneck (Von Neumann bottleneck) compared to Harvard architecture.
Incorrect! Try again.
24In 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
Correct Answer: Engine Control Unit / Electronic Control Unit
Explanation:ECU stands for Electronic Control Unit (or specifically Engine Control Unit). Modern cars have dozens of embedded ECUs controlling engine, brakes, doors, etc.
Incorrect! Try again.
25How 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.
Correct Answer: By handling massive data analytics for demand forecasting and grid balancing.
Explanation:Cloud computing processes the massive streams of data from millions of smart meters to forecast demand, detect outages, and balance energy loads efficiently.
Incorrect! Try again.
26Which 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.
Correct Answer: Harvard Architecture with multiple buses for simultaneous data and instruction fetching.
Explanation:DSPs typically use Harvard architecture to allow fetching an instruction and data simultaneously, which is critical for maintaining high throughput in signal processing algorithms.
Incorrect! Try again.
27In 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.
Correct Answer: To reset the system if the software hangs or enters an infinite loop.
Explanation:A Watchdog Timer is a hardware counter that resets the processor if the software fails to periodically 'kick' or reset the timer, indicating a software freeze.
Incorrect! Try again.
28Which of the following best describes V2X in automotive embedded systems?
Explanation:V2X (Vehicle-to-Everything) allows vehicles to communicate with other vehicles (V2V), infrastructure (V2I), and pedestrians, enhancing safety and traffic flow.
Incorrect! Try again.
29Which of the following represents the correct cost relationship for small quantities?
A.ASIC < FPGA
B.FPGA < ASIC
C.ASIC = FPGA
D.Cost is irrelevant.
Correct Answer: FPGA < ASIC
Explanation:For small quantities, FPGAs are cheaper because ASICs have extremely high non-recurring engineering (NRE) costs (masks, fabrication setup) that are only amortized over millions of units.
Incorrect! Try again.
30In 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.
Correct Answer: A virtual replica of a physical system used for simulation and analysis.
Explanation:A Digital Twin is a virtual model that reflects the current state of a physical asset, enabling simulation, monitoring, and testing without interrupting the physical process.
Incorrect! Try again.
31What 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.
Correct Answer: To perform an action or control a physical mechanism.
Explanation:Actuators convert electrical control signals into physical motion or action (e.g., motors, valves, heaters), acting as the interface between the cyber world and the physical world.
Incorrect! Try again.
32Which scheduling algorithm is most common in simple RTOS environments?
A.Shortest Job First
B.Preemptive Priority Scheduling
C.Fair Share Scheduling
D.Random Scheduling
Correct Answer: Preemptive Priority Scheduling
Explanation:In RTOS, the highest priority task ready to run is given control of the CPU immediately (preempting lower priority tasks) to ensure critical deadlines are met.
Incorrect! Try again.
33What is the typical bit-width of a standard Arduino Uno microcontroller (ATmega328P)?
A.8-bit
B.32-bit
C.64-bit
D.128-bit
Correct Answer: 8-bit
Explanation:The ATmega328P used in the Arduino Uno is an 8-bit microcontroller, meaning its data bus and ALU process 8 bits of data at a time.
Incorrect! Try again.
34Why 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.
Correct Answer: Low latency is required to ensure braking and steering commands are executed instantly for safety.
Explanation:In safety-critical automotive systems (like ABS or stability control), the delay (latency) between sensing a skid and applying brakes must be minimal to prevent accidents.
Incorrect! Try again.
35Which of the following is NOT a common communication protocol used in embedded systems?
A.I2C
B.SPI
C.UART
D.HTML
Correct Answer: HTML
Explanation:I2C, SPI, and UART are hardware communication protocols. HTML is a markup language for web pages, not a device-to-device communication protocol.
Incorrect! Try again.
36The integration of IoT in Agriculture is often referred to as:
A.Smart Farming
B.Cyber Farming
C.Robo-Crop
D.Cloud Planting
Correct Answer: Smart Farming
Explanation:The application of IoT, sensors, and data analytics in agriculture is widely known as Smart Farming or Precision Agriculture.
Incorrect! Try again.
37What 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.
Correct Answer: Physically separate storage and signal pathways for instructions and data.
Explanation:Harvard architecture has distinct memory blocks and buses for program instructions and data, allowing the processor to fetch an instruction and read/write data in the same clock cycle.
Incorrect! Try again.
38In 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
Correct Answer: Reduced Instruction Set Computer
Explanation:RISC stands for Reduced Instruction Set Computer, a design philosophy that utilizes a small, highly optimized set of instructions.
Incorrect! Try again.
39Which device is generally used to program an FPGA?
Explanation:FPGAs are configured using HDLs like VHDL or Verilog, which describe the behavior and structure of electronic circuits.
Incorrect! Try again.
40What 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.
Correct Answer: To process data locally near the source (sensor) to reduce latency and bandwidth usage before sending insights to the cloud.
Explanation:Edge computing processes time-sensitive data at the device level (the edge), reducing the load on the cloud and enabling faster local reactions to faults.
Incorrect! Try again.
41A 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.
Correct Answer: A Single Board Computer (SBC) based on an SoC.
Explanation:The Raspberry Pi runs a full OS (Linux), has significant RAM, and connects to monitors/keyboards, making it a Single Board Computer, unlike an Arduino which is a microcontroller board.
Incorrect! Try again.
42In 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.
Correct Answer: Vibration, temperature, and acoustic analysis sensors connected to analytics software.
Explanation:Predictive maintenance uses data from sensors monitoring physical parameters (vibration, heat) to predict wear and tear before a failure occurs.
Incorrect! Try again.
43Which 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.
Correct Answer: Lower cost and compact design due to integration.
Explanation:A washing machine needs a dedicated controller. A microcontroller is cheaper, requires less board space, and consumes less power than a microprocessor system.
Incorrect! Try again.
44Which 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.
Correct Answer: The network, software, and computational decision-making algorithms.
Explanation:The 'Cyber' aspect refers to the computing, communication, and control algorithms that oversee the physical components.
Incorrect! Try again.
45What 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.
Correct Answer: Saving the state of the current task and restoring the state of the next task to be run.
Explanation:Context switching is the process of storing the system state (registers, stack pointer) of the active task so that it can be resumed later, and loading the state of the new task.
Incorrect! Try again.
46In the context of Smart Grids, what is AMI?
A.Automated Machine Interface
B.Advanced Metering Infrastructure
C.Analog Meter Integration
D.Artificial Memory Intelligence
Correct Answer: Advanced Metering Infrastructure
Explanation:AMI refers to the integrated system of smart meters, communications networks, and data management systems that enables two-way communication between utilities and customers.
Incorrect! Try again.
47Which 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.
Correct Answer: Real-time processing capability.
Explanation:Autonomous vehicles must process sensor data (Lidar, Radar, Cameras) and make driving decisions in real-time to navigate traffic safely.
Incorrect! Try again.
48The CAN bus (Controller Area Network) is most commonly associated with which industry?
A.Home Automation
B.Automobile / Automotive
C.Agriculture
D.Textile Manufacturing
Correct Answer: Automobile / Automotive
Explanation:CAN bus is a robust vehicle bus standard designed to allow microcontrollers and devices to communicate with each other in applications without a host computer, standard in automotive.
Incorrect! Try again.
49What 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.
Correct Answer: It allows for continuous remote health monitoring and early intervention.
Explanation:IoMT connects medical devices to healthcare systems, enabling real-time remote monitoring of patients, leading to better management of chronic conditions.
Incorrect! Try again.
50Which 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)
Correct Answer: FPGA
Explanation:FPGAs can execute operations in parallel because they consist of thousands of logic blocks that can function simultaneously, unlike a sequential CPU.
Incorrect! Try again.
Give Feedback
Help us improve by sharing your thoughts or reporting issues.