Display Memory
Lecture 16: Display Memory
216 Questions192 MCQs19 Short Questions5 Long Questions
Showing 91 – 100 of 216 Questions
Page 10 of 22
Q91❓ MCQ📑 Lec 6Easy🔁Repeated⭐High-Yield💡Conceptual
True or False: If we apply the bitwise `NOT` logical operation to a bit value of `1`, the result is also `1`.
Q92❓ MCQ📑 Lec 6Easy🔁Repeated⭐High-Yield💡Conceptual
Which type of shift operation is described by: 'A zero bit is inserted from the right, every bit moves one position to its left, and the most significant bit drops into the carry flag'?
Q93❓ MCQ📑 Lec 6Easy🔁Repeated⭐High-Yield💡Conceptual
In a bitwise `XOR` (Exclusive OR) logical operation, the output bit is `1` if and only if:
Q94❓ MCQ📑 Lec 6Easy🔁Repeated⭐High-Yield💡Conceptual
True or False: A Far Jump instruction (`JMP far`) is position-relative.
Q95❓ MCQ📑 Lec 6Easy🔁Repeated⭐High-Yield💡Conceptual
In a bitwise `AND` logical operation, the output bit is `1` if and only if:
Q96❓ MCQ📑 Lec 6Easy🔁Repeated⭐High-Yield💡Conceptual
True or False: In 8088 assembly language, a Near Jump allows transferring program execution to any offset address within the current 64 KB code segment.
Q97❓ MCQ📑 Lec 6Easy🔁Repeated⭐High-Yield💡Conceptual
An unconditional jump instruction (`JMP`) executes under which of the following conditions?
Q98❓ MCQ📑 Lec 6Easy🔁Repeated⭐High-Yield💡Conceptual
Which type of rotation operation is described by: 'Every bit moves one position to the right, the bit dropped from the right is inserted at the left MSB, and this bit is also copied into the Carry Flag'?
Q99❓ MCQ📑 Lec 6Easy🔁Repeated⭐High-Yield💡Conceptual
True or False: In a `JA` (Jump if Above) instruction following a `CMP`, a jump is NOT taken if the unsigned destination operand is larger than the unsigned source operand.
Q100❓ MCQ📑 Lec 6Easy🔁Repeated⭐High-Yield💡Conceptual
True or False: In x86 assembly language, the shift instructions `SHL` (Shift Logical Left) and `SAL` (Shift Arithmetic Left) perform the exact same operation and assemble to identical opcodes.