Branching
Lecture 8: Branching
261 Questions205 MCQs51 Short Questions5 Long Questions
Showing 181 – 190 of 261 Questions
Page 19 of 27
Q181❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
Similar to how multi-word addition with carry is performed using ADC, which assembly instruction performs multi-word subtraction with borrow?
Q182❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
Is the statement true or false: 'The JA (Jump if Above) instruction CANNOT be taken after a CMP instruction if the unsigned destination operand is greater than the source operand'?
Q183❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
In 8088 real mode architecture, conditional jump instructions can only execute which type of jump?
Q184📝 Short Q📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
Write down any two program control instructions used in 8088 assembly language and briefly state their purpose.
Q185📝 Short Q📑 Lec 3Medium🔁Repeated⭐High-Yield💡Conceptual
What is the exact execution behavior of the assembly instruction sequence 'MOV CX, 0xFFFF' followed by 'LOOP $'?
Q186❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
When the divisor operand of a DIV instruction is 16 bits wide, where is the implied 32-bit dividend stored prior to division?
Q187❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
When a 16-bit dividend is divided by an 8-bit divisor using the DIV instruction, where must the 16-bit dividend be placed prior to execution?
Q188❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
When a 32-bit dividend stored in register pair DX:AX is divided by a 16-bit divisor using the 'DIV' instruction, what is the bit-width of the resulting quotient stored in register AX?
Q189❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
When a 16-bit dividend in register AX is divided by an 8-bit divisor using the 'DIV' instruction, in which register is the quotient stored?
Q190❓ MCQ📑 Lec 3Hard🔁Repeated⭐High-Yield💡Conceptual
If register AX contains decimal -2 (0xFFFE in 16-bit two's complement) and register BX contains decimal 2 (0x0002), what will happen upon executing 'CMP AX, BX' followed by 'JA label'?