JavaScript is required

Kết quả phép nhân 2 số 16 bit chứa trong?

A. AX
B. DX
C. AX và DX
D. AX và BX
Trả lời:

Đáp án đúng: C


Trong kiến trúc x86, khi nhân hai số 16 bit, kết quả sẽ được lưu trữ trong hai thanh ghi AX và DX. Thanh ghi AX (Accumulator Register) chứa 16 bit thấp của kết quả, và thanh ghi DX (Data Register) chứa 16 bit cao của kết quả. Điều này là do kết quả của phép nhân hai số 16 bit có thể có tối đa 32 bit.

This is a comprehensive multiple-choice question bank for the Microprocessor 1 course, tailored for Electrical - Electronics Engineering students. It covers core topics such as microprocessor systems, data representation in computers, the architecture and instruction set of the 8086 microprocessor, assembly language programming, and the 8051 microcontroller.


50 câu hỏi 60 phút

Câu hỏi liên quan