CS401-Midterm
1 / 50
After the execution of MOVS instruction which of the following registers are updated
2 / 50
The routine that executes in response to an INT instruction is called
3 / 50
In the Rotate Right Operation every bit moves one position to right and the bit dropped from the right is inserted at the left and:
4 / 50
Stack is a ______ that behaves in a first in last out manner.
5 / 50
In 8088 architecture, whenever an element is pushed on the stack
6 / 50
Execution of the instruction “mov word [ES : 0], 0x0741” will print
7 / 50
one RET is executed, it recovers the values from
8 / 50
Left-Shift-Operation the left most bit _______
9 / 50
After the execution of instruction “RET ”
10 / 50
The maximum parameters a subroutine can receive (with the help of registers) are
11 / 50
One screen location corresponds to a
12 / 50
Each screen location corresponds to a word, the lower byte of this word contains ____
13 / 50
Only instructions allow moving data from memory to memory.
14 / 50
The iAPX888 architecture consists of _______ register.
15 / 50
The execution of the instruction “mov word [ES : 0], 0x0741” will print character “A” on screen , background color of the screen will be
16 / 50
Code Segment is associated to _______ register by default.
17 / 50
Regarding assembler, which statement is true:
18 / 50
Which mathematical operation is dominant during the execution of SCAS instruction
19 / 50
When an item is pushed on the decrementing stack, the top of the stack is
20 / 50
A 32 Bit processor has accumulator of ---------
21 / 50
Which is the unidirectional bus ?
Control Bus
(II) Data Bus
(III) Address Bus
22 / 50
When a 32 bit number is divided by a 16 bit number, the quotient is of
23 / 50
Assembly language is:
24 / 50
allow changing specific processor behaviors and are used to play with it.
25 / 50
26 / 50
In a video memory, each screen location corresponds to
27 / 50
The basic function of SCAS instruction is to
28 / 50
The physical address of the stack is obtained by
29 / 50
In string manipulation whenever an instruction needs a memory source, which of the following will hold the pointer to it?
30 / 50
mov ax,5 has
31 / 50
decrements SP (the stack pointer) by two and then transfers a word from the source operand to the top of stack
32 / 50
The first instruction of “COM” file must be at offset:
33 / 50
In assembly the CX register is used normally as a ______________register.
34 / 50
After execution of JCXZ instruction CX will changed with flag affect.
35 / 50
After the execution of “PUSH AX” statement
36 / 50
The iAPX88 processor supports ___________ modes of memory access.
37 / 50
REP will always
38 / 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
39 / 50
Which bit of the attributes byte represents the blue component of background color ?
40 / 50
41 / 50
In the instruction MOV AX, 5 the number of operands are
42 / 50
43 / 50
When a 16 bit number is divided by an 8 bit number, the quotient will be in
44 / 50
_______ register holds the address of next instruction is to be executed
45 / 50
After the execution of STOSW the CX will be
46 / 50
The prevalent convention in most high level languages is stack clearing by the
47 / 50
| 0 |--›| 1 | 1 | 0 | 1 | 0 | 0 | 0 | --›| C | is a example of ______
48 / 50
If we want to divide a signed number by 2, this operation can better be accomplished by
49 / 50
50 / 50
All the addressing mechanisms iniAPX88 return a number called ______ address.
Your score is
The average score is 64%
Restart quiz