CS401-Midterm
1 / 50
Execution of the instruction “mov word [ES : 0], 0x0741” will print
2 / 50
ASCII stands for ____________. The screen is two dimensional space having:
3 / 50
| 0 |--›| 1 | 1 | 0 | 1 | 0 | 0 | 0 | --›| C | is a example of ______
4 / 50
To convert any digit to its ASCII representation
5 / 50
In the instruction MOV AX, 5 the number of operands are
6 / 50
REP will always
7 / 50
Which of the following options contain the set of instructions to open a window to the video memory?
8 / 50
In STOS instruction, the implied source will always be in
9 / 50
The second byte in the word designated for one screen location holds
10 / 50
When an item is pushed on the decrementing stack, the top of the stack is
11 / 50
The basic function of SCAS instruction is to
12 / 50
When two 16bit numbers are added the answer can be 17 bits long, this extra bit that won’t fit in the target register is placed in the where it can be used and tested
13 / 50
When a 16 bit number is divided by an 8 bit number, the dividend will be in
14 / 50
Which bit of the attributes byte represents the blue component of background color ?
15 / 50
Regarding assembler, which statement is true:
16 / 50
The execution of the instruction “mov word [ES: 0], 0x0741” will print “A” on the screen, color of the character will be
17 / 50
After the execution of REP instruction CX will be decremented then which of the following flags will be affected?
18 / 50
19 / 50
The instruction ADC has________ Operand(s)
20 / 50
In a video memory, each screen location corresponds to
21 / 50
22 / 50
23 / 50
While using STOBS, if DF=1 then
24 / 50
When a 32 bit number is divided by a 16 bit number, the quotient is of
25 / 50
The execution of the instruction “mov word [ES : 0], 0x0741” will print character “A” on screen, color of the character will be
26 / 50
The prevalent convention in most high level languages is stack clearing by the
27 / 50
The second byte in the word designated for screen location holds
28 / 50
After the execution of “PUSH AX” statement
29 / 50
When the operand of DIV instruction is of 16 bits then implied dividend will be of
30 / 50
31 / 50
The execution of the instruction “mov word [ES : 0], 0x0741” will print character “A” on screen , background color of the screen will be
32 / 50
Which bit of the attributes byte represents the blue component of foreground color
33 / 50
one RET is executed, it recovers the values from
34 / 50
35 / 50
In STOSB instruction, when DF is Set, SI is
36 / 50
If we want to divide a signed number by 2, this operation can better be accomplished by
37 / 50
In the word designated for one screen location, the higher address contains
38 / 50
In assembly the CX register is used normally as a ______________register.
39 / 50
8088 is a 16bit processor with its accumulator and all registers of __________.
40 / 50
41 / 50
CMPS instruction subtracts the source location to the destination location. Destination location always lies in
42 / 50
43 / 50
The clear screen operation initialize whole block of memory
44 / 50
One screen location corresponds to a
45 / 50
46 / 50
Only instructions allow moving data from memory to memory.
47 / 50
If the address of memory location Num1 is 0117 and its content is 0005 then after execution of the instruction “ mov bx, Num1” bx will contain
48 / 50
49 / 50
_________ is one of the reasons due to which string instructions are used in 8088
50 / 50
All the addressing mechanisms in iAPX88 return a number called _____________ address.
Your score is
The average score is 64%
Restart quiz