Branching
Lecture 8: Branching
261 Questions205 MCQs51 Short Questions5 Long Questions
Showing 111 – 120 of 261 Questions
Page 12 of 27
Q111❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
When executing a 16-bit division instruction (`DIV reg16`), dividing a 32-bit dividend in `DX:AX` by a 16-bit operand, what is the bit width of the resulting quotient stored in register `AX`?
Q112❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
When executing an 8-bit division instruction (`DIV reg8`), dividing a 16-bit dividend in register `AX` by an 8-bit operand, in which register is the resulting quotient stored?
Q113📝 Short Q📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
Define what an implied operand is in assembly language instructions and give an example.
Q114❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
When performing 16-bit division using `DIV reg16`, where is the 32-bit implied dividend operand stored?
Q115❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
When the operand of a `DIV` instruction is a 16-bit register or memory location (`DIV reg16`), what is the required bit size of the implied dividend operand (`DX:AX`)?
Q116❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
True or False: A 'Size Mismatch' error (e.g., trying to move an 8-bit register value into a 16-bit register, such as `mov ax, bl`) is classified as an assembler syntax error.
Q117❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
In x86 CPU architecture, which register contains individual bit flags where each single bit specifies a distinct status or control condition?
Q118❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
True or False: Direct memory-to-memory data transfer operations (e.g., `MOV [mem1], [mem2]`) are permitted in standard x86 `MOV` instruction syntax.
Q119❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
In x86 assembly language, machine opcode `0x90` corresponds to which instruction?
Q120❓ MCQ📑 Lec 3Easy🔁Repeated⭐High-Yield💡Conceptual
In x86 processor architecture, which register consists of individual bit positions where each single bit specifies a distinct status or control meaning?