24,000+ questions & coding problemsSoftware & IT16,274 questionsGovernment jobs26 examsAptitudenew questions every timeAI practice interviewwith feedback65 topics to practiseMechanical1,149 questionsGATE ME9 papersEngineering Mathematics381 questions2-minute checkfreeDSA Problems1,422Civil1,005 questionsGATE CE9 papersCS Fundamentals1,209 questionsYour scores6 skillsSystem Design25Electrical / EEE1,047 questionsGATE EE9 papersRun your codeC++ · Java · PythonLow-Level Design144Electronics & Comm.975 questionsGATE EC9 papersAI help on every questionFull-Stack6,282Chemical1,005 questionsGATE CH9 papersAI whiteboardsystem designWork abroadEurope · remote · transfersESE ME1 paperGATE practice papers2019–2026ESE CE1 paperDate alertsbefore the last dateESE EE1 paperBehavioural courseHR round practiceESE ET1 paperResume optimizerSSC JE ME1 paperApplication trackerSSC JE CE1 paperCompany-wise prepSSC JE EE1 paperRole roadmapsRRB JE1 subjectPriced in ₹UPI · cardsISRO SC1 paperGATE CS9 papersIBPS SO IT1 paperUGC NET CS1 paperSSC CGL26 papersIBPS PO26 papersRRB NTPC26 papersSSC CHSL26 papersIBPS Clerk26 papersSBI Clerk26 papersRRB Group D26 papersSSC CPO26 papersSSC GD26 papers

Microprocessors & Microcontrollers interview questions

27 real Microprocessors & Microcontrollers questions from the Electrical Core bank, as asked in Indian campus drives and tech interviews. Every question has a verified answer and an AI-tutor explanation on placd — free to start.

1. What is 8085 architecture?

Junior
  1. A.transfers data between peripherals and memory without CPU involvement, freeing processor cycles for computation
  2. B.peripherals share the memory address space and are accessed with MOV instructions, whereas I/O-mapped devices use IN/OUT with 8-bit port addresses
  3. C.8-bit processor with a 16-bit address bus (64 KB), multiplexed AD0–AD7 lines, five hardware interrupts and 74 instructions
  4. D.separate program and data buses allow simultaneous instruction fetch and data access, avoiding the von Neumann shared-bus bottleneck
Reveal the answer + AI explanation — free account

2. Which term means: "8-bit processor with a 16-bit address bus (64 KB), multiplexed AD0–AD7 lines, five hardware interrupts and 74 instructions"?

Junior
  1. A.NVIC
  2. B.8085 interrupt priority
  3. C.8085 architecture
  4. D.DMA controller
Reveal the answer + AI explanation — free account

3. Which statement is correct?

Junior
  1. A.8085 architecture — hardware counter that resets the controller if firmware fails to refresh it within the timeout, recovering from software lockups
  2. B.8085 architecture — transfers data between peripherals and memory without CPU involvement, freeing processor cycles for computation
  3. C.8085 architecture — peripherals share the memory address space and are accessed with MOV instructions, whereas I/O-mapped devices use IN/OUT with 8-bit port addresses
  4. D.8085 architecture — 8-bit processor with a 16-bit address bus (64 KB), multiplexed AD0–AD7 lines, five hardware interrupts and 74 instructions
Reveal the answer + AI explanation — free account

4. What is Microcontroller?

Junior
  1. A.single chip integrating CPU, RAM, ROM, timers and I/O ports, unlike a microprocessor that needs external memory and peripherals
  2. B.nested vectored interrupt controller of ARM Cortex-M providing prioritised nested interrupts with automatic register stacking and tail-chaining
  3. C.hardware counter that resets the controller if firmware fails to refresh it within the timeout, recovering from software lockups
  4. D.separate program and data buses allow simultaneous instruction fetch and data access, avoiding the von Neumann shared-bus bottleneck
Reveal the answer + AI explanation — free account

5. Which term means: "single chip integrating CPU, RAM, ROM, timers and I/O ports, unlike a microprocessor that needs external memory and peripherals"?

Junior
  1. A.Microcontroller
  2. B.NVIC
  3. C.DMA controller
  4. D.Harvard architecture
Reveal the answer + AI explanation — free account

6. Which statement is correct?

Junior
  1. A.Microcontroller — Harvard-style separation with 4 KB on-chip program ROM, 128 bytes of data RAM, four 8-bit ports and two 16-bit timers
  2. B.Microcontroller — hardware counter that resets the controller if firmware fails to refresh it within the timeout, recovering from software lockups
  3. C.Microcontroller — single chip integrating CPU, RAM, ROM, timers and I/O ports, unlike a microprocessor that needs external memory and peripherals
  4. D.Microcontroller — TRAP is non-maskable and highest, followed by RST 7.5, RST 6.5, RST 5.5 and INTR in descending order
Reveal the answer + AI explanation — free account

7. What is 8051 memory organisation?

Junior
  1. A.hardware counter that resets the controller if firmware fails to refresh it within the timeout, recovering from software lockups
  2. B.8-bit processor with a 16-bit address bus (64 KB), multiplexed AD0–AD7 lines, five hardware interrupts and 74 instructions
  3. C.Harvard-style separation with 4 KB on-chip program ROM, 128 bytes of data RAM, four 8-bit ports and two 16-bit timers
  4. D.separate program and data buses allow simultaneous instruction fetch and data access, avoiding the von Neumann shared-bus bottleneck
Reveal the answer + AI explanation — free account

8. Which term means: "Harvard-style separation with 4 KB on-chip program ROM, 128 bytes of data RAM, four 8-bit ports and two 16-bit timers"?

Junior
  1. A.8051 memory organisation
  2. B.NVIC
  3. C.Microcontroller
  4. D.Watchdog timer
Reveal the answer + AI explanation — free account

9. Which statement is correct?

Junior
  1. A.8051 memory organisation — nested vectored interrupt controller of ARM Cortex-M providing prioritised nested interrupts with automatic register stacking and tail-chaining
  2. B.8051 memory organisation — transfers data between peripherals and memory without CPU involvement, freeing processor cycles for computation
  3. C.8051 memory organisation — Harvard-style separation with 4 KB on-chip program ROM, 128 bytes of data RAM, four 8-bit ports and two 16-bit timers
  4. D.8051 memory organisation — separate program and data buses allow simultaneous instruction fetch and data access, avoiding the von Neumann shared-bus bottleneck
Reveal the answer + AI explanation — free account

10. What is 8085 interrupt priority?

Mid
  1. A.TRAP is non-maskable and highest, followed by RST 7.5, RST 6.5, RST 5.5 and INTR in descending order
  2. B.nested vectored interrupt controller of ARM Cortex-M providing prioritised nested interrupts with automatic register stacking and tail-chaining
  3. C.single chip integrating CPU, RAM, ROM, timers and I/O ports, unlike a microprocessor that needs external memory and peripherals
  4. D.transfers data between peripherals and memory without CPU involvement, freeing processor cycles for computation
Reveal the answer + AI explanation — free account

12. Which statement is correct?

Mid
  1. A.8085 interrupt priority — TRAP is non-maskable and highest, followed by RST 7.5, RST 6.5, RST 5.5 and INTR in descending order
  2. B.8085 interrupt priority — nested vectored interrupt controller of ARM Cortex-M providing prioritised nested interrupts with automatic register stacking and tail-chaining
  3. C.8085 interrupt priority — hardware counter that resets the controller if firmware fails to refresh it within the timeout, recovering from software lockups
  4. D.8085 interrupt priority — separate program and data buses allow simultaneous instruction fetch and data access, avoiding the von Neumann shared-bus bottleneck
Reveal the answer + AI explanation — free account

13. What is Memory-mapped I/O?

Mid
  1. A.transfers data between peripherals and memory without CPU involvement, freeing processor cycles for computation
  2. B.single chip integrating CPU, RAM, ROM, timers and I/O ports, unlike a microprocessor that needs external memory and peripherals
  3. C.separate program and data buses allow simultaneous instruction fetch and data access, avoiding the von Neumann shared-bus bottleneck
  4. D.peripherals share the memory address space and are accessed with MOV instructions, whereas I/O-mapped devices use IN/OUT with 8-bit port addresses
Reveal the answer + AI explanation — free account

14. Which term means: "peripherals share the memory address space and are accessed with MOV instructions, whereas I/O-mapped devices use IN/OUT with 8-bit port addresses"?

Mid
  1. A.NVIC
  2. B.Harvard architecture
  3. C.8085 architecture
  4. D.Memory-mapped I/O
Reveal the answer + AI explanation — free account

15. Which statement is correct?

Mid
  1. A.Memory-mapped I/O — nested vectored interrupt controller of ARM Cortex-M providing prioritised nested interrupts with automatic register stacking and tail-chaining
  2. B.Memory-mapped I/O — Harvard-style separation with 4 KB on-chip program ROM, 128 bytes of data RAM, four 8-bit ports and two 16-bit timers
  3. C.Memory-mapped I/O — transfers data between peripherals and memory without CPU involvement, freeing processor cycles for computation
  4. D.Memory-mapped I/O — peripherals share the memory address space and are accessed with MOV instructions, whereas I/O-mapped devices use IN/OUT with 8-bit port addresses
Reveal the answer + AI explanation — free account

16. What is Watchdog timer?

Mid
  1. A.Harvard-style separation with 4 KB on-chip program ROM, 128 bytes of data RAM, four 8-bit ports and two 16-bit timers
  2. B.hardware counter that resets the controller if firmware fails to refresh it within the timeout, recovering from software lockups
  3. C.nested vectored interrupt controller of ARM Cortex-M providing prioritised nested interrupts with automatic register stacking and tail-chaining
  4. D.8-bit processor with a 16-bit address bus (64 KB), multiplexed AD0–AD7 lines, five hardware interrupts and 74 instructions
Reveal the answer + AI explanation — free account

17. Which term means: "hardware counter that resets the controller if firmware fails to refresh it within the timeout, recovering from software lockups"?

Mid
  1. A.Watchdog timer
  2. B.8051 memory organisation
  3. C.8085 architecture
  4. D.DMA controller
Reveal the answer + AI explanation — free account

18. Which statement is correct?

Mid
  1. A.Watchdog timer — hardware counter that resets the controller if firmware fails to refresh it within the timeout, recovering from software lockups
  2. B.Watchdog timer — nested vectored interrupt controller of ARM Cortex-M providing prioritised nested interrupts with automatic register stacking and tail-chaining
  3. C.Watchdog timer — TRAP is non-maskable and highest, followed by RST 7.5, RST 6.5, RST 5.5 and INTR in descending order
  4. D.Watchdog timer — separate program and data buses allow simultaneous instruction fetch and data access, avoiding the von Neumann shared-bus bottleneck
Reveal the answer + AI explanation — free account

19. What is Harvard architecture?

Mid
  1. A.peripherals share the memory address space and are accessed with MOV instructions, whereas I/O-mapped devices use IN/OUT with 8-bit port addresses
  2. B.8-bit processor with a 16-bit address bus (64 KB), multiplexed AD0–AD7 lines, five hardware interrupts and 74 instructions
  3. C.nested vectored interrupt controller of ARM Cortex-M providing prioritised nested interrupts with automatic register stacking and tail-chaining
  4. D.separate program and data buses allow simultaneous instruction fetch and data access, avoiding the von Neumann shared-bus bottleneck
Reveal the answer + AI explanation — free account

20. Which term means: "separate program and data buses allow simultaneous instruction fetch and data access, avoiding the von Neumann shared-bus bottleneck"?

Mid
  1. A.NVIC
  2. B.Harvard architecture
  3. C.Watchdog timer
  4. D.8085 interrupt priority
Reveal the answer + AI explanation — free account

21. Which statement is correct?

Mid
  1. A.Harvard architecture — hardware counter that resets the controller if firmware fails to refresh it within the timeout, recovering from software lockups
  2. B.Harvard architecture — single chip integrating CPU, RAM, ROM, timers and I/O ports, unlike a microprocessor that needs external memory and peripherals
  3. C.Harvard architecture — separate program and data buses allow simultaneous instruction fetch and data access, avoiding the von Neumann shared-bus bottleneck
  4. D.Harvard architecture — Harvard-style separation with 4 KB on-chip program ROM, 128 bytes of data RAM, four 8-bit ports and two 16-bit timers
Reveal the answer + AI explanation — free account

22. What is NVIC?

Senior
  1. A.hardware counter that resets the controller if firmware fails to refresh it within the timeout, recovering from software lockups
  2. B.separate program and data buses allow simultaneous instruction fetch and data access, avoiding the von Neumann shared-bus bottleneck
  3. C.transfers data between peripherals and memory without CPU involvement, freeing processor cycles for computation
  4. D.nested vectored interrupt controller of ARM Cortex-M providing prioritised nested interrupts with automatic register stacking and tail-chaining
Reveal the answer + AI explanation — free account

23. Which term means: "nested vectored interrupt controller of ARM Cortex-M providing prioritised nested interrupts with automatic register stacking and tail-chaining"?

Senior
  1. A.NVIC
  2. B.8051 memory organisation
  3. C.8085 interrupt priority
  4. D.Harvard architecture
Reveal the answer + AI explanation — free account

24. Which statement is correct?

Senior
  1. A.NVIC — Harvard-style separation with 4 KB on-chip program ROM, 128 bytes of data RAM, four 8-bit ports and two 16-bit timers
  2. B.NVIC — hardware counter that resets the controller if firmware fails to refresh it within the timeout, recovering from software lockups
  3. C.NVIC — peripherals share the memory address space and are accessed with MOV instructions, whereas I/O-mapped devices use IN/OUT with 8-bit port addresses
  4. D.NVIC — nested vectored interrupt controller of ARM Cortex-M providing prioritised nested interrupts with automatic register stacking and tail-chaining
Reveal the answer + AI explanation — free account

25. What is DMA controller?

Senior
  1. A.single chip integrating CPU, RAM, ROM, timers and I/O ports, unlike a microprocessor that needs external memory and peripherals
  2. B.peripherals share the memory address space and are accessed with MOV instructions, whereas I/O-mapped devices use IN/OUT with 8-bit port addresses
  3. C.transfers data between peripherals and memory without CPU involvement, freeing processor cycles for computation
  4. D.separate program and data buses allow simultaneous instruction fetch and data access, avoiding the von Neumann shared-bus bottleneck
Reveal the answer + AI explanation — free account

27. Which statement is correct?

Senior
  1. A.DMA controller — separate program and data buses allow simultaneous instruction fetch and data access, avoiding the von Neumann shared-bus bottleneck
  2. B.DMA controller — hardware counter that resets the controller if firmware fails to refresh it within the timeout, recovering from software lockups
  3. C.DMA controller — transfers data between peripherals and memory without CPU involvement, freeing processor cycles for computation
  4. D.DMA controller — peripherals share the memory address space and are accessed with MOV instructions, whereas I/O-mapped devices use IN/OUT with 8-bit port addresses
Reveal the answer + AI explanation — free account

Free to start

Answers, AI explanations, and a free readiness check

Sign up free to check your answers with explanations, ask the AI tutor anything on any question, and take the free 2-minute readiness check for a scored result. The full AI mock interview, scored like a real panel, unlocks with Pro.

Practice Microprocessors & Microcontrollers free