CUET-PG SERIES
Data-science-a-i-cyber-security-and-computer-sci

Microprocessors And Interfacing

7 previous year questions.

Volume: 7 Ques
Yield: Medium

High-Yield Trend

7
2024

Chapter Questions
7 MCQs

01
PYQ 2024
medium
data-science-a-i-cyber-security-and-computer-sci ID: cuet-pg-
Which of the following in 8085 microprocessor performs HL = HL + HL?
1
DAD D
2
DAD H
3
DAD B
4
DAD SP
02
PYQ 2024
medium
data-science-a-i-cyber-security-and-computer-sci ID: cuet-pg-
The contents of register BL and register AL of 8085 microprocessor are 49H and 3AH, respectively. The contents of AL, the status of carry flag (CF), and sign flag (SF) after executing the instruction SUB AL, BL are:
1
AL = F1H; CF = 1; SF = 1
2
AL = 0FH; CF = 1; SF = 1
3
AL = F0H; CF = 0; SF = 0
4
AL = 1FH; CF = 1; SF = 1
03
PYQ 2024
medium
data-science-a-i-cyber-security-and-computer-sci ID: cuet-pg-
Choose the software interrupt from the following list:
1
INTR
2
RST 6.5
3
RST 5
4
TRAP
04
PYQ 2024
medium
data-science-a-i-cyber-security-and-computer-sci ID: cuet-pg-
Cycle stealing mode of DMA operation involves:
1
DMA controller taking over the address, data, and control buses while a block of data is transferred between memory and I/O device.
2
While the microprocessor is executing a program, an interface circuit takes over control of address, data, and control buses when not in use by the microprocessor.
3
Data transfer takes place between the I/O device and memory during every alternate clock cycle.
4
The DMA control waiting for the microprocessor to finish execution of the program and then takes over the buses.
05
PYQ 2024
medium
data-science-a-i-cyber-security-and-computer-sci ID: cuet-pg-
In case of DMA, after the completion of the transfer, the processor is required to be notified of the completion. This is done through.
1
Burst Signal
2
Interrupt Signal
3
Acknowledgement Signal
4
Completion Signal
06
PYQ 2024
medium
data-science-a-i-cyber-security-and-computer-sci ID: cuet-pg-
Each instruction in an assembly language program has the following fields. What is the correct sequence of these fields?,
(A) Label field
(B) Mnemonic field
(C) Operand field
(D) Comment field
Choose the correct answer from the options given below:
1
Label, Mnemonic, Operand, Comment
2
Mnemonic, Label, Comment, Operand
3
Label, Operand, Mnemonic, Comment
4
Mnemonic, Comment, Label, Operand
07
PYQ 2024
medium
data-science-a-i-cyber-security-and-computer-sci ID: cuet-pg-
Match List I with List II.
List IList II
A. Supervisor modeI. Entered when the processor encounters a software interrupt instruction
B. Abort ModeII. Entered in response to memory fault
C. Fast Interrupt ModeIII. Entered whenever the processor receives an interrupt signal from a designated fast interrupt source
D. Interrupt ModeIV. Entered whenever the processor receives an interrupt signal from any other source
1
(A) - (III), (B) - (IV), (C) - (II), (D) - (I)
2
(A) - (I), (B) - (II), (C) - (III), (D) - (IV)
3
(A) - (II), (B) - (I), (C) - (IV), (D) - (III)
4
(A) - (IV), (B) - (II), (C) - (I), (D) - (III)