JavaScript is required

Thực hiện phép toán sau trong thanh ghi 16 bit: 0AB75H+1234H

A. 1011110110101001B
B. 1001010110111101B
C. 10111101B
D. 10101001B
Trả lời:

Đáp án đúng: A


Đầu tiên, ta thực hiện phép cộng hai số hệ hexa: 0AB75H + 1234H. Chuyển đổi sang hệ thập phân để tính toán: 0AB75H = 43893, 1234H = 4660. Thực hiện phép cộng: 43893 + 4660 = 48553. Chuyển đổi 48553 sang hệ nhị phân: 48553 = 1011110110101001 (2). Vậy đáp án đúng là 1011110110101001B

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