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

King Salman Interna�onal University

Faculty of Engineering
Tur Branch

Introduction to embedded
Assignment No. 1
Question Number 1
A. Define The Computer Level Hierarchy
B. Mention the Three type of Atmel AVR Microcontroller
C. Mention the difference between RSIC and CISC computer architecture with example
Question Number 2
A. Explain the main difference between Von-Neumann and Harvard Architectures
B. Describe the function of control unit inside the CPU
C. How is a 4M x 16 word addressable memory organized ?
Question Number 3
A. Explain the need for the stack Pointer in the microprocessor 8051.
B. Mention the Criteria for choosing a microcontroller
C. Show the main function of assembler and what is the extension of the output file.
Question Number 4

Write Down an assembly program that implement the equation


A= C - B + 4*E
given that
C=6, B=4, E=3
Start your program from address (10A)

You might also like