Quiz 1 AT1.1 Answer

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

FUTURE UNIVERSITY IN EGYPT

Faculty Of Engineering and Technology


Introduction to Microprocessors (ELE 410)
Fall 2021
Time: 30 minutes

Quiz 1
1. Solve the following equation, then convert the answer to binary and
decimal: (4 Marks)

𝟐 ∗ (𝟓𝐃𝐅𝐇) + 𝐂𝟏𝐅𝐇 − 𝟕𝟔𝐅𝐇


2. Write the instructions to: Add the values F2H and E8H. Place the
result in register R5. (3 Marks)

MOV A, #0F2H
ADD A, #0E8H
MOV R5, A

3. Compare between ROM & RAM. (3 Marks)


RAM ROM
Volatility RAM is volatile. So, its It is non-volatile, i.e., its
contents are lost when contents are retained
the device is powered even if the device is
off. powered off
Read/Write Both R (read) and W The ROM memory
(write) operations can allows the user to read
be performed over the the information. But the
information which is user can’t alter the
stored in the RAM. information.
Storage RAM is used to store ROM memory is used
temporary information. to store permanent
information, which is
non-erasable.
Types • DRAM • Mask ROM
• SRAM • PROM
• SDRAM • EPROM
• E2ROM/EEROM
• Flash

You might also like