CS401-Midterm
1 / 50
which bit sets the character "blinking" on the screen?
2 / 50
Which bit of the attributes byte represents the red component of background color ?
3 / 50
If the direction of the processing of a string is from higher addresses towards lower addresses then
4 / 50
Which bit of the attributes byte represents the blue component of background color ?
5 / 50
When a 32 bit number is divided by a 16 bit number, the quotient will be stored in
6 / 50
if ax contains decimal -2 and BX contains decimal 2 then after the execution of instructions: CMP AX, BX ,JA label
7 / 50
When a very large number is divided by very small number so that the quotient is larger than the space provided, this is called
8 / 50
JC and JNC test the ____________ flag.
9 / 50
Each screen location corresponds to a word, the lower byte of this word contains ____
10 / 50
The execution of the instruction “mov word [ES: DI], 0x0720”
11 / 50
The iAPX888 architecture consists of _______ register.
12 / 50
one RET is executed, it recovers the values from
13 / 50
“mov byte [num1], 5” is _________ instruction.
14 / 50
The execution of the instruction “mov word [ES : 0], 0x0741” will print character “A” on screen, color of the character will be
15 / 50
To convert any digit to its ASCII representation
16 / 50
The execution of the instruction “mov word [ES : 0], 0x0741” will print character “A” on screen , background color of the screen will be
17 / 50
An offset alone is not complete without
18 / 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
19 / 50
Execution of the instruction “mov word [ES : 0], 0x0741” will print
20 / 50
Which mathematical operation is dominant during the execution of SCAS instruction
21 / 50
After the execution of STOSW the CX will be
22 / 50
assembly the CX register is used normally as a ______________register.
23 / 50
When an item is pushed on the decrementing stack, the top of the stack is
24 / 50
After the execution of STOSW, the CX will be
25 / 50
CMPS instruction subtracts the source location to the destination location. Destination location always lies in
26 / 50
The first instruction of “COM” file must be at offset:
27 / 50
“Far” jump is not position relative but is _______________
28 / 50
_________ is one of the reasons due to which string instructions are used in 8088
29 / 50
After the execution of instruction “RET 2”
30 / 50
In string manipulation whenever an instruction needs a memory source, which of the following will hold the pointer to it?
31 / 50
In assembly the CX register is used normally as a ______________register.
32 / 50
The basic function of SCAS instruction is to
33 / 50
The iAPX88 processor supports ___________ modes of memory access.
34 / 50
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
To transfer control back the RET instruction take
37 / 50
mov ax,5 has
38 / 50
Which of the following options contain the set of instructions to open a window to the video memory?
39 / 50
40 / 50
The prevalent convention in most high level languages is stack clearing by the
41 / 50
one Only ___________ instructions allow moving data from memory to memory.
42 / 50
43 / 50
After the execution of REP instruction CX will be decremented then which of the following flags will be affected?
44 / 50
The clear screen operation initialize whole block of memory
45 / 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:
46 / 50
47 / 50
48 / 50
The routine that executes in response to an INT instruction is called
49 / 50
ASCII stands for ____________. The screen is two dimensional space having:
50 / 50
After the execution of SAR instruction:
Your score is
The average score is 64%
Restart quiz