CS401-Midterm
1 / 50
The routine that executes in response to an INT instruction is called
2 / 50
When a 16 bit number is divided by an 8 bit number, the quotient will be in
3 / 50
In the instruction MOV AX, 5 the number of operands are
4 / 50
The execution of the instruction “mov word [ES : 160], 0x1230” will print a character “0” on the screen at
5 / 50
Only instructions allow moving data from memory to memory.
6 / 50
Which of the following options contain the set of instructions to open a window to the video memory?
7 / 50
The maximum parameters a subroutine can receive (with the help of registers) are
8 / 50
Which bit of the attributes byte represents the red component of background color ?
9 / 50
The second byte in the word designated for screen location holds
10 / 50
“mov byte [num1],5” is _______ instruction.
11 / 50
REP will always
12 / 50
13 / 50
After the execution of REP instruction CX will be decremented then which of the following flags will be affected?
14 / 50
If we want to divide a signed number by 2, this operation can better be accomplished by
15 / 50
16 / 50
17 / 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
18 / 50
The basic function of SCAS instruction is to
19 / 50
After the execution of instruction “RET 2”
20 / 50
21 / 50
The first instruction of “COM” file must be at offset:
22 / 50
In assembly the CX register is used normally as a ______________register.
23 / 50
In STOS instruction, the implied source will always be in
24 / 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
25 / 50
The extended ASCII has
26 / 50
one Only ___________ instructions allow moving data from memory to memory.
27 / 50
After the execution of instruction “RET ”
28 / 50
29 / 50
30 / 50
After the execution of “PUSH AX” statement
31 / 50
one RET is executed, it recovers the values from
32 / 50
The second byte in the word designated for one screen location holds
33 / 50
After the execution of SAR instruction:
34 / 50
assembly the CX register is used normally as a ______________register.
35 / 50
The execution of the instruction “mov word [ES: 0], 0x0741” will print “A” on the screen, color of the character will be
36 / 50
Execution of the instruction “mov word [ES : 0], 0x0741” will print
37 / 50
In 8088 architecture, whenever an element is pushed on the stack
38 / 50
mov ax,5 has
39 / 50
40 / 50
decrements SP (the stack pointer) by two and then transfers a word from the source operand to the top of stack
41 / 50
The instruction ADC has________ Operand(s)
42 / 50
When a 16 bit number is divided by an 8 bit number, the dividend will be in
43 / 50
Which bit of the attributes byte represents the blue component of foreground color
44 / 50
A 32 Bit processor has accumulator of ---------
45 / 50
To transfer control back the RET instruction take
46 / 50
The iAPX888 architecture consists of _______ register.
47 / 50
which bit sets the character "blinking" on the screen?
48 / 50
“mov byte [num1], 5” is _________ instruction.
49 / 50
Which mathematical operation is dominant during the execution of SCAS instruction
50 / 50
While using STOBS, if DF=1 then
Your score is
The average score is 64%
Restart quiz