Question # 1 of 10 ( Start time:
09 :01 :49 PM ) Total Marks: 1
In direct addressing the memory
address given in the instruction is
Select correct option :
Fixed
Variable
Register
Empty
Question # 2 of 10 ( Start time:
09 :02 :45 PM ) Total Marks: 1
Unconditional jump
Select correct option :
Always transfers the control
Transfers the control if the condition
is true
Transfers the controlIf if condition is
false
Never transfers the control
Question # 3 of 10 ( Start time:
09 :03 :51 PM ) Total Marks: 1
" mov [ bx ] , ax " moves the two bytes
contents of the AX register to the
address contained in BX register in the
current ________ .
Select correct option :
Stack Segment
Data Segment
Code Segment
Extra Segment
Question # 4 of 10 ( Start time:
09 :05 :11 PM ) Total Marks: 1
In assembly language , the first
executable instruction of the code
should be placed at this offset
__________.
Select correct option :
0000
0100
0010
1100
Question # 5 of 10 ( Start time:
09 :06 :07 PM ) Total Marks: 1
SS is by default associated with
Select correct option :
BP
IP
SP
BP
Question # 6 of 10 ( Start time:
09 :07 :20 PM ) Total Marks: 1
Motorola follows ____________ .
Select correct option :
Big endian
Litten endain
Both of them
None of the given
Question # 7 of 10 ( Start time:
09 :08 :46 PM ) Total Marks: 1
" mov [ bp ] , al " moves the one byte
contents of the AL register to the
address contained in BP register in the
current ___________ .
Select correct option :
Stack Segment
Data Segment
Code Segment
Extra Segment
Question # 8 of 10 ( Start time:
09 :09 :57 PM ) Total Marks: 1
BP by default associated with
Select correct option :
CS
IP
SS
SP
Question # 9 of 10 ( Start time:
09 :11 :25 PM ) Total Marks: 1
There are _________ registers in
iAPX 88 architecture that can hold
address of data .
Select correct option :
1
2
3
4
Question # 10 of 10 ( Start time :
09 :12 :03 PM ) Total Marks: 1
This jump is taken if the last
arithmetic operation produced a
positive number in its destination .
Select correct option :
JNP
JO
JNS
JG