📖 Tier 1: Prepare & Study Guide ✓ 100% Solved with Rationales

Microprocessors & Embedded Systems (Electronics Engineering) Solved Questions & Notes (2026) - Apex Rankers

Engineering & Technology > Electronics Engineering > Microprocessors & Embedded Systems

10 Total Solved Questions
~15 mins Estimated Reading Time
1 Subject Areas / Chapters
Select Topic Area / Chapter: Click any section below to switch questions

Microprocessors & Embedded Systems

100%
Showing 10 of 10 (100%)
🎯 Practice
🎉 All 10 Questions Loaded!
Q. 1 Electronics Engineering
Difficulty: Easy (1 Mark)
In the Intel 8085 microprocessor, what is the width of the data bus and address bus respectively?
A
8-bit data bus and 16-bit address bus
✓ Correct
B
16-bit data bus and 16-bit address bus
C
8-bit data bus and 8-bit address bus
D
16-bit data bus and 20-bit address bus
💡 Step-by-Step Explanation & Concept Rationale
The 8085 is an 8-bit microprocessor with an 8-bit multiplexed data bus (AD0-AD7) and a 16-bit address bus (A8-A15 and AD0-AD7), capable of addressing 2^16 = 64 KB of memory.
Q. 2 Electronics Engineering
Difficulty: Easy (1 Mark)
In the 8085 microprocessor, which pin is used to demultiplex the lower-order address/data bus (AD0-AD7)?
A
ALE (Address Latch Enable)
✓ Correct
B
IO/M
C
RD (Read)
D
READY
💡 Step-by-Step Explanation & Concept Rationale
ALE (Address Latch Enable) is a positive-going pulse emitted during clock cycle T1 of a machine cycle to latch the lower 8-bit address into an external 74LS373 latch.
Q. 3 Electronics Engineering
Difficulty: Easy (1 Mark)
Among the hardware interrupts of the 8085 microprocessor, which interrupt is non-maskable and has the highest priority?
A
RST 7.5
B
TRAP
✓ Correct
C
RST 6.5
D
INTR
💡 Step-by-Step Explanation & Concept Rationale
TRAP (vectored at memory address 0024H) is the only non-maskable hardware interrupt in the 8085, both edge- and level-sensitive, and holds the highest priority.
Q. 4 Electronics Engineering
Difficulty: Easy (1 Mark)
What is the memory addressing capacity of the Intel 8086 microprocessor with its 20-bit address bus?
A
64 KB
B
1 MB
✓ Correct
C
16 MB
D
4 GB
💡 Step-by-Step Explanation & Concept Rationale
With a 20-bit address bus, the 8086 can directly address 2^20 = 1,048,576 bytes = 1 Megabyte (1 MB) of memory.
Q. 5 Electronics Engineering
Difficulty: Medium (1 Mark)
In the 8086 microprocessor, how is a 20-bit physical memory address computed from Segment and Offset registers?
A
Physical Address = (Segment Register * 10H) + Offset
✓ Correct
B
Physical Address = Segment Register + Offset
C
Physical Address = (Segment Register * 100H) + Offset
D
Physical Address = Segment Register * Offset
💡 Step-by-Step Explanation & Concept Rationale
The Bus Interface Unit (BIU) shifts the 16-bit Segment register left by 4 bits (multiplies by 10H or 16 decimal) and adds the 16-bit Offset to yield the 20-bit physical address.
Q. 6 Electronics Engineering
Difficulty: Medium (1 Mark)
In an 8051 microcontroller, what is the default vector address for the external interrupt INT0?
A
0003H
✓ Correct
B
000BH
C
0013H
D
0023H
💡 Step-by-Step Explanation & Concept Rationale
8051 interrupt vector addresses: Reset = 0000H, INT0 = 0003H, Timer 0 = 000BH, INT1 = 0013H, Timer 1 = 001BH, Serial Comm = 0023H.
Q. 7 Electronics Engineering
Difficulty: Easy (1 Mark)
What is the fundamental architectural difference between Harvard architecture and von Neumann architecture?
A
Harvard architecture has separate physical memories and buses for program instructions and data, whereas von Neumann shares memory and bus for both
✓ Correct
B
Von Neumann architecture uses 64-bit registers only
C
Harvard architecture does not support subroutines
D
Von Neumann architecture cannot execute instructions sequentially
💡 Step-by-Step Explanation & Concept Rationale
Harvard architecture features separate memory spaces and buses for program code and data, allowing simultaneous instruction fetch and data read/write. Von Neumann shares a unified memory bus (von Neumann bottleneck).
Q. 8 Electronics Engineering
Difficulty: Easy (1 Mark)
In embedded systems, what is the function of a Watchdog Timer (WDT)?
A
To keep track of real-world calendar date and time
B
To reset the microcontroller if the software enters an infinite loop or hangs due to a glitch
✓ Correct
C
To measure the execution time of subroutines for profiling
D
To regulate input power supply voltage
💡 Step-by-Step Explanation & Concept Rationale
A watchdog timer is an autonomous hardware countdown timer that must be periodically cleared ('kicked') by software. If code hangs and fails to service it, the timer overflows and forces a system reset.
Q. 9 Electronics Engineering
Difficulty: Easy (1 Mark)
Which serial communication protocol uses two bidirectional open-drain lines (SDA and SCL) with pull-up resistors and supports multi-master operation?
A
SPI (Serial Peripheral Interface)
B
I2C (Inter-Integrated Circuit)
✓ Correct
C
UART / RS-232
D
CAN (Controller Area Network)
💡 Step-by-Step Explanation & Concept Rationale
I2C (invented by Philips/NXP) uses two wires: Serial Data (SDA) and Serial Clock (SCL), both pulled high by pull-up resistors, supporting addressing of multiple peripherals.
Q. 10 Electronics Engineering
Difficulty: Easy (1 Mark)
Which serial interface is synchronous, full-duplex, and uses four lines: MOSI, MISO, SCK, and SS/CS?
A
SPI (Serial Peripheral Interface)
✓ Correct
B
I2C
C
RS-485
D
1-Wire
💡 Step-by-Step Explanation & Concept Rationale
SPI operates with 4 signals: Master Out Slave In (MOSI), Master In Slave Out (MISO), Serial Clock (SCK), and Slave Select (SS), offering high data throughput with low protocol overhead.
Study Stream Progress: Showing 10 of 10 Questions (100%)
🎉 All 10 Solved Questions in Microprocessors & Embedded Systems Loaded!

You have studied the complete question pool with step-by-step rationales. Ready to test yourself?

Ready to Test Your Retention & Speed?

Now that you have reviewed the study questions and rationales, test yourself in our interactive 1-by-1 practice engine or take the full official timed mock exam.