While dealing with a stack , can a stack
pointer cross the origin of the stack .
Yes
No
The attribute byte uses the _____ color
model for the foreground and the
background.
CMYK
RGB
Black n white
To access the arguments from the
stack, the immediate idea that strikes
is to ______ them off the stack .
PUSH
POP
ADD
INSERT
The direction of movement is
controlled with the
_________________ in the flags
register . If this flag is cleared the
direction is from lower addresses
towards higher addresses and if this
flag is set the direction is from higher
addresses to lower addresses.
Direction Flag (DF )
Control Flag (CF )
Carry Flag (CF )
Non of above
Far calls are called intra segment calls .
True
False
When the RET instruction is executed ,
it recovers the value of the instruction
pointer from the stack .
True
False
An element is pushed on the stack SP is
decremented by ______ as the 8088
stack works on word sized elements .
1
2
3
4
The purpose of MOVS instruction is to
move a memory location to register
True
False
Stack is a data structure that behaves
in a first in last _______ manner .
in
out
push
add