Official curriculum roadmap, subject/topic distribution, negative marking rules, pacing guidelines, and solved sample questions.
🎯 Mapped Subjects & Topic Question Distribution
Total Question Pool100%
10 MCQs
Combined Active Syllabus
Microprocessors & Embedded Systems
10 MCQs
Topic Pool
📊 Question Pool Structure
10 MCQs across fundamental, intermediate, and advanced concept tiers.
⚡ Recommended Pacing
45 to 60 seconds per MCQ. Flag complex problems and preserve 10 minutes for final revision.
⚖️ Scoring & Negative Marking
+1 mark per correct answer. In competitive tests with negative marking, -0.25 applies for incorrect guesses.
💡 Strategic Preparation & Exam Hall Guidelines
To maximize your score on Microprocessors & Embedded Systems, candidates are advised to follow a structured three-pass approach. In the First Pass, solve all direct recall and formula-based questions within 30 seconds each to secure foundational marks. In the Second Pass, tackle multi-step analytical and quantitative reasoning problems. In the Third Pass, review marked questions and verify calculations.
Practice with the interactive player below to evaluate your speed and accuracy under real exam pressure. Every question features full mathematical formulas, step-by-step worked solutions, and conceptual explanations vetted by Apex Rankers Academy subject matter specialists.
Ready to test your knowledge?Launch interactive 1-by-1 practice with instant feedback, bookmarking, and step-by-step rationales.
Review the solved problems below to understand question phrasing, answer choices, and step-by-step solution logic prior to starting the full interactive practice drill:
In the Intel 8085 microprocessor, what is the width of the data bus and address bus respectively?
A8-bit data bus and 16-bit address bus
B16-bit data bus and 16-bit address bus
C8-bit data bus and 8-bit address bus
D16-bit data bus and 20-bit address bus
✓ Correct Answer:A - 8-bit data bus and 16-bit address bus
📖 Step-by-Step Solution & Conceptual 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.
In the 8085 microprocessor, which pin is used to demultiplex the lower-order address/data bus (AD0-AD7)?
AALE (Address Latch Enable)
BIO/M
CRD (Read)
DREADY
✓ Correct Answer:A - ALE (Address Latch Enable)
📖 Step-by-Step Solution & Conceptual 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.
Among the hardware interrupts of the 8085 microprocessor, which interrupt is non-maskable and has the highest priority?
ARST 7.5
BTRAP
CRST 6.5
DINTR
✓ Correct Answer:B - TRAP
📖 Step-by-Step Solution & Conceptual 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.
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.
✓ Correct Answer:A - Harvard architecture has separate physical memories and buses for program instructions and data, whereas von Neumann shares memory and bus for both
📖 Step-by-Step Solution & Conceptual 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).
In embedded systems, what is the function of a Watchdog Timer (WDT)?
ATo keep track of real-world calendar date and time
BTo reset the microcontroller if the software enters an infinite loop or hangs due to a glitch
CTo measure the execution time of subroutines for profiling
DTo regulate input power supply voltage
✓ Correct Answer:B - To reset the microcontroller if the software enters an infinite loop or hangs due to a glitch
📖 Step-by-Step Solution & Conceptual 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.
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.
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.
Practice All 10 Questions InteractivelyTest your knowledge in real-time with continuous progress saving, instant scoring, and performance analytics.
Loading questions from the question bank...
No questions found matching your selected filters.