MPMC : MICROPROCESSORS AND MICROCONTROLLERS
MULTIPLE CHOICE QUESTION AND ANSWERS
MICROPROCESSORS AND INTEFACING.
======================================================================
Answer is B)
Trap Flag (T) – This flag is used for on-chip debugging. Setting trap flag puts the microprocessor into single step mode for debugging. In single stepping, the microprocessor executes a instruction and enters into single step ISR. If trap flag is set (1), the CPU automatically generates an internal interrupt after each instruction, allowing a program to be inspected as it executes instruction by instruction. If trap flag is reset (0), no function is performed.
Answer is C)
INT 3 is a special one byte interrupt that is inserted by debuggers at the instruction
where the user has set a breakpoint to occur. When it's hit, the interrupt handler breaks
into the debugger and then replaces the original instruction so that execution can proceed
when the user is ready.
Answer is A)
• It is a 16 bit µp.
• It can support upto 64K I/O ports.
• 8086 has a 20 bit address bus can access upto 2^20 memory locations ( 1 MB) .
Answer is B)
The 8051 has two timers, Timer 0 and Timer 1. They can be used as timers or as event counters. Both Timer 0 and Timer 1 are 16-bit wide.
Answer is B)
8051 series has two 16 bit registers DPTR and PC.
Answer is A)
DAA stands for Decimal Adjust after Addition
Answer is D)
On power up register bank 0 is selected which has memory address from 00H-07H.
Answer is C)
The Intel 4004 is a 4-bit central processing unit (CPU) released by Intel Corporation in 1971. It was the first commercially produced microprocessor, and the first in a long line of Intel CPUs.
Answer is C)
If EA(active low) signal =1, then the execution starts from an internal EPROM or flash RAM address 000H, can continue upto FFFH address and then for higher addresses it will go into external memory.
Answer is D)
General purpose register , Segment registers , Pointer and Index register are present in 8086 MP So the answer is: Non of the above
No comments:
Post a Comment