A) EEPROM
B) SRAM
C) Flash memory
D) Hard disk
View AnswerB
52. Which communication protocol is used for short-distance, low-power wireless communication in embedded systems?
A) Zigbee
B) Ethernet
C) USB
D) Bluetooth
View AnswerA
53. What is the main advantage of using Direct Memory Access (DMA) in embedded systems?
A) Reduces the burden on the CPU
B) Increases memory size
C) Decreases cost
D) Improves graphical performance
View AnswerA
54. What is the primary role of a “bootloader” in embedded systems?
A) To execute the main application
B) To initialize the hardware and load the operating system
C) To control the user interface
D) To manage memory
View AnswerB
55. In embedded systems, what does an “actuator” do?
A) Transmits data
B) Executes control commands to manipulate physical systems
C) Stores digital data
D) Converts digital signals to analog
View AnswerB
56. Which of the following is NOT a power management technique used in embedded systems?
A) Dynamic voltage scaling
B) Idle mode
C) Overclocking
D) Sleep mode
View AnswerC
57. Which of the following best describes a hard real-time system?
A) A system where missing a deadline may degrade the performance but not lead to failure
B) A system where missing a deadline leads to complete system failure
C) A system where the user controls the timing
D) A system that does not prioritize timing constraints
View AnswerB
58. What does “RTOS” stand for in embedded systems?
A) Real-time operating system
B) Rapid task operation system
C) Realtime transaction operating structure
D) Random task-oriented system
View AnswerA
59. In an embedded system, what is the purpose of a “watchdog timer”?
A) To increase memory
B) To restart the system if a fault occurs
C) To reduce power consumption
D) To enhance graphical performance
View AnswerB
60. Which microcontroller family is popular for hobbyists and prototyping embedded systems?
A) ARM Cortex
B) Intel Core
C) Arduino
D) AMD Ryzen
View AnswerC
61. What type of memory is often used to store the firmware in embedded systems?
A) SRAM
B) EEPROM
C) DRAM
D) ROM
View AnswerD
62. Which is a characteristic of an embedded system’s hardware?
A) General-purpose processor
B) Dedicated processor for specific tasks
C) High-level user interface
D) Unlimited memory resources
View AnswerB
63. In embedded systems, what does “I2C” refer to?
A) A programming language
B) A communication protocol
C) A graphical interface
D) A memory management unit
View AnswerB
64. What is the key purpose of using a real-time operating system (RTOS) in an embedded system?
A) To increase system security
B) To handle multiple tasks with strict timing constraints
C) To provide a user-friendly interface
D) To improve graphical performance
View AnswerB
65. Which of the following components is essential for processing analog signals in embedded systems?
A) DAC (Digital-to-Analog Converter)
B) Sensor
C) CPU
D) Timer
View AnswerA
66. Which term refers to the time it takes for a system to respond to an external event?
A) Latency
B) Throughput
C) Bandwidth
D) Efficiency
View AnswerA
67. What type of architecture is commonly used in embedded systems for low-power applications?
A) Von Neumann architecture
B) Harvard architecture
C) Complex Instruction Set Computer (CISC)
D) Reduced Instruction Set Computer (RISC)
View AnswerD
68. What is a key characteristic of a soft real-time system in embedded systems?
A) Tasks are completed without any delay
B) Missing a deadline may degrade the system performance but doesn’t cause system failure
C) System failure occurs immediately if a deadline is missed
D) It doesn’t operate in real-time
View AnswerB
69. What is the role of a scheduler in an embedded system’s RTOS?
A) To manage power consumption
B) To allocate CPU time to various tasks
C) To control data transmission
D) To perform encryption
View AnswerB
70. Which protocol is commonly used in embedded systems for communication over long distances?
A) I2C
B) SPI
C) CAN
D) Zigbee
View AnswerC
71. Which of the following storage devices is typically used in embedded systems for long-term data retention?
A) RAM
B) Flash memory
C) Registers
D) Cache
View AnswerB
72. Which type of memory loses its contents when power is turned off in an embedded system?
A) EEPROM
B) Flash memory
C) SRAM
D) DRAM
View AnswerD
73. Which interface allows embedded systems to interact with external devices?
A) UART
B) BIOS
C) GPU
D) Keyboard
View AnswerA
74. Which of the following protocols supports full-duplex communication in embedded systems?
A) I2C
B) SPI
C) UART
D) Ethernet
View AnswerD
75. In an embedded system, what does “timer” help to control?
A) Time-sensitive tasks
B) Memory allocation
C) Network protocols
D) Graphical output
View AnswerA
76. Which term describes the software responsible for controlling embedded system hardware?
A) Middleware
B) Driver
C) Scheduler
D) Bootloader
View AnswerB
77. Which of the following is a type of embedded system used in mobile phones?
A) Hard real-time system
B) Soft real-time system
C) Hybrid system
D) Distributed system
View AnswerB
78. What does “SPI” stand for in embedded systems?
A) Serial Peripheral Interface
B) System Protocol Integration
C) Standard Performance Input
D) Single Processing Instruction
View AnswerA
79. In embedded systems, what is the function of a watchdog timer?
A) Reduces the power consumption of the system
B) Monitors system operations and resets the system in case of failure
C) Increases the system’s processing speed
D) Decreases the system’s temperature
View AnswerB
80. Which type of embedded system uses sensors to gather environmental data?
A) Distributed embedded systems
B) Networked embedded systems
C) Reactive embedded systems
D) Embedded control systems
View AnswerC
81. Which embedded system feature is necessary for handling multiple input/output operations?