MEDIUM
LIC Assistant Mains
IMPORTANT
Earn 100

The only interrupt that is edge-triggered is:

50% studentsanswered this correctly

Important Questions on Computer Organisation

HARD
LIC Assistant Mains
IMPORTANT

Consider the following program fragment
DELAY:  LXI  H,  0010H
LOOP :  DCX    H
MOV  A, L
ORA    H
XRA     A
JNZ    LOOP
RET
The number of times LOOP Will e executed is:

 

MEDIUM
LIC Assistant Mains
IMPORTANT
Which one of the following interrupts is non-maskable?
 
MEDIUM
LIC Assistant Mains
IMPORTANT
 The execution of RST n instruction causes the stack pointer to:
MEDIUM
LIC Assistant Mains
IMPORTANT
The instruction used to shift right the accumulator contents by one bit through the carry flag bit is:
MEDIUM
LIC Assistant Mains
IMPORTANT
Which one of the following instructions will never affect the zero flag?
MEDIUM
LIC Assistant Mains
IMPORTANT
Which of the following peripheral ICs is used to interface keyboard and display?
MEDIUM
LIC Assistant Mains
IMPORTANT
Which one of the following instructions may be used to clear the accumulator content (i.e. A=00h) irrespective of its initial value?
MEDIUM
LIC Assistant Mains
IMPORTANT
A sequence of two instructions that multiplies the contents of the DE register pair by 2 and stores the result in the HL register pair (in 8085 assembly language) is: