0% found this document useful (0 votes)
15 views3 pages

MTA Test 3 Microprocessor Microcontroller

The document contains a series of questions and answers related to the 8085 microprocessor and 8051 microcontroller, focusing on control signals, memory mapping, interrupts, and flag registers. Key topics include the end addresses of RAM based on starting addresses, the number of address lines needed for memory chips, and the characteristics of various interrupts. The answers provided indicate a clear understanding of microprocessor architecture and functionality.

Uploaded by

Soumitra Bhowmik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views3 pages

MTA Test 3 Microprocessor Microcontroller

The document contains a series of questions and answers related to the 8085 microprocessor and 8051 microcontroller, focusing on control signals, memory mapping, interrupts, and flag registers. Key topics include the end addresses of RAM based on starting addresses, the number of address lines needed for memory chips, and the characteristics of various interrupts. The answers provided indicate a clear understanding of microprocessor architecture and functionality.

Uploaded by

Soumitra Bhowmik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

What are the control signals of 8085 microprocessor used to interface memory

and I/O devices?


A. IO/M' only
B. RD' only
C. WR' only
D. Both RD' and WR' signals
MARKS: 1
ANSWER: D

If the starting address of 2Kb RAM is 4000H, the end address of memory map will
be
A. 4000H
B. 40FFH
C. 47FFH
D. 4800H
MARKS: 1
ANSWER: C

If the starting address of 4Kb RAM is A000H, the end address of memory map will
be
A. A000H
B. A7FFH
C. AFFFH
D. A800H
MARKS: 1
ANSWER: C

If the starting address of 8Kb RAM is 4000H, the end address of memory map will
be
A. 4000H
B. 47FFH
C. 5000H
D. 5FFFH
MARKS: 1
ANSWER: D

When the starting address of 4Kb RAM is 8000H, the memory map will be
A. 8000H–8FFFH
B. 8000H–9FFFH
C. 8000H–9000H
D. 8000H–9500H
MARKS: 1
ANSWER: A

The address lines required for 16 Kbyte memory chip are


A. 13
B. 14
C. 15
D. 16
MARKS: 1
ANSWER: B

How many address lines are used to identify an I/O port in I/O mapped I/O and
memory mapped I/O?
A. 16-bit and 8-bit address lines
B. 8-bit and 16-bit address line
C. 8-bit and 20-bit address lines
D. 16-bit and 12-bit address lines
MARKS: 1
ANSWER: B

Which control signal of 8085 microprocessor used to select a memory chip?


A. IO/M'
B. RD'
C. WR'
D. CS'
MARKS: 1
ANSWER: D

If interrupt instruction RST 7 is executed, the program will jump to memory


location
A. 2000H
B. 0020H
C. 0038H
D. 0016H
MARKS: 1
ANSWER: C

Which is the highest priority interrupt?


A. TRAP
B. RST 7.5
C. RST 6.5
D. RST 5.5
MARKS: 1
ANSWER: A

Which one of the following is the software interrupt of 8085A microprocessor?


A. TRAP
B. RST 7.5
C. RST 0
D. RST 5.5
MARKS: 1
ANSWER: C

RST 7.5 interrupt is


A. Vectored and maskable
B. Non-vectored and maskable
C. Non-vectored and non-maskable
D. Vectored and Non-maskable
MARKS: 1
ANSWER: A

The number of flag bits in flag register (PSW) of the 8051 microcontroller is
A. 5
B. 6
C. 7
D. 8
MARKS: 1
ANSWER: C

In 8051 the operation of PSW is


A. Hold the status of register bank currently being used
B. Holding math flags
C. Hold the status of register bank as well as holding math flags
D. Hold address of a byte in memory
MARKS: 1
ANSWER: C
The memory map of on chip RAM in 8051 microcontroller is
A. 000H to FFFH
B. 0000H to FFFFH
C. 00H to 7FH
D. 00H to FFH
MARKS: 1
ANSWER: C

Let addition of two numbers 9BH and 75H is performed in 8051 ALU, status of
flag register(PSW) is
A. CY=0, AC=1, P=1, OV=1
B. CY=1, AC=1, P=1, OV=0
C. CY=0, AC=1, P=1, OV=0
D. CY=0, AC=0, P=1, OV=0
MARKS: 1
ANSWER: B

Let addition of two numbers 9BH and 65H is performed in 8051 ALU, status of
flag register(PSW) is
A. CY=0, AC=1, P=1, OV=1
B. CY=1, AC=1, P=0, OV=0
C. CY=0, AC=1, P=1, OV=0
D. CY=0, AC=0, P=1, OV=0
MARKS: 1
ANSWER: B

Let subtraction of two numbers 89H and ABH is performed in 8051 ALU, status of
flag register(PSW) is
A. CY=0, AC=1, P=1, OV=1
B. CY=1, AC=1, P=0, OV=0
C. CY=0, AC=1, P=1, OV=0
D. CY=0, AC=0, P=1, OV=0
MARKS: 1
ANSWER: B

The memory map of external RAM in 8051 microcontroller is


A. 000H to FFFH
B. 0000H to FFFFH
C. 00H to 7FH
D. 00H to FFH
MARKS: 1
ANSWER: B

Internal RAM of 8051 microcontroller require


A. 8 bit address bus and 8 bit data bus
B. 16 bit address bus and 8 bit data bus
C. 4 bit address bus and 4 bit data bus
D. 32 bit address bus and 16 bit data bus
MARKS: 1
ANSWER: A

You might also like