0% found this document useful (0 votes)
26 views2 pages

Quiz 1 AT1.2 Answer

The document is a quiz for a microprocessors course. It contains 3 questions - the first asks to solve an equation and convert the answer to binary and decimal, the second asks which operations are illegal and why, and the third defines common computer terms like data bus, address bus, and embedded system.

Uploaded by

Mohamed Ezz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Quiz 1 AT1.2 Answer

The document is a quiz for a microprocessors course. It contains 3 questions - the first asks to solve an equation and convert the answer to binary and decimal, the second asks which operations are illegal and why, and the third defines common computer terms like data bus, address bus, and embedded system.

Uploaded by

Mohamed Ezz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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. Which of the following is (are) illegal? And why? (4 Marks)
MOV R8, #25H ILLEGAL Only R0 to R7 are available
A must be the destination of any arithmetic
ADD R3, #50H ILLEGAL
operation
MOV A, #1FFH ILLEGAL The biggest hex number is FF
“0” must be added to indicate that it is a hex
ADD A, #F5H ILLEGAL
number.

3. Define the following terms: (2 Marks)


➢ Data bus
➢ Address bus
➢ Embedded system

• Address Bus: It carries the address, which is a unique binary pattern used
to identify a memory location or an I/O port. The address bus is
unidirectional.
• Data Bus: The data bus is used to transfer data between memory and
processor or between I/O device and processor. The data bus is
bidirectional.
• Embedded system: An embedded system is a microprocessor or
microcontroller-based system of hardware and software combined into a
single system, designed to perform dedicated functions (one task and one
task only) within a larger mechanical or electrical system.

You might also like