Question: CSE 3 3 3 - Computer Architecture & Assembly Language Term 2 2 4 1 Homework # 1 ( Due: Sun 2 9 - 0

CSE 333-Computer Architecture & Assembly Language Term 2241
Homework #1
(Due: Sun 29-09-2024)
Name: _______________________________________ ID: ________________
Briefly describe the main functionality of the program counter register (PC), the instruction register (IR), and the fetch-execute process in a computer.
Describe the advantages for programming in assembly language.
Convert the following unsigned binary numbers to decimal (show the conversion steps):
a)10100011 b)10010100
Convert the following unsigned binary numbers to hexadecimal (show the conversion steps):
a)10011010 b)110101
Convert the following unsigned hexadecimal numbers to binary (show the conversion steps):
a)6CB5 b)30FB
Convert the following unsigned hexadecimal numbers to decimal (show the conversion steps):
a)6CB5 b)30FB
Convert the following unsigned decimal numbers to binary (show the conversion steps):
a)257 b)125
Convert the following unsigned decimal numbers to hexadecimal (show the conversion steps):
a)382 b)1230
Carry the following additions.
a)11010010(binary) b) A1CF (hexadecimal)
+10111101(binary)+ B2D3(hexadecimal)
------------
Carry the following subtractions.
a)11010010(binary) b) D1CF (hexadecimal)
-10111101(binary)- B2D3(hexadecimal)
------------
================================ End of Homework #1=================================

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!