Lecture 08 Mid Term Revision.

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

Machine cycle.
Registers of the 8086/ /2002 JNM.
The 8051 Microcontroller and Embedded Systems
Parul Polytechnic Institute
Introduction to Microprocessors (CS 45) Session Microprocessor - 2.
CEN 226: Computer Organization & Assembly Language :CSC 225 (Lec#3) By Dr. Syed Noman.
3rd Meeting INSIDE THE SYSTEM. Listen and Read the Text! WHAT IS INSIDE A PC SYSTEM? The nerve centre of a PC is the This unit is built into.
Physics 413 Chapter 8 IBM PC Assemblers An assembler is a program that takes your assembly language program and converts the instructions into op-codes.
CBP Comp 1017 Digital Technologies1 Let’s make a Computer … at least the CPU … Pentium 4 Pentium 3 Opteron Ultra Sparc Itanium 2 McKinley.
Microprocessor Systems Design I
80x86 Processor Architecture
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
CPU Fetch/Execute Cycle
Basic Operational Concepts of a Computer
An Introduction to 8086 Microprocessor.
1 The 8051 Microcontroller and Embedded Systems CHAPTER 0 INTRODUCTION TO COMPUTING.
Stack Stack Pointer A stack is a means of storing data that works on a ‘Last in first out’ (LIFO) basis. It reverses the order that data arrives and is.
How computers work The CPU & Memory. The parts of a computer.
Assembly Language A Brief Introduction. Unit Learning Goals CPU architecture. Basic Assembler Commands High level Programming  Assembler  Machine Language.
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
The Central Processing Unit (CPU) and the Machine Cycle.
The structure COMPUTER ARCHITECTURE – The elementary educational computer.
Microprocessor Microprocessor (cont..) It is a 16 bit μp has a 20 bit address bus can access upto 220 memory locations ( 1 MB). It can support.
COMPILERS CLASS 22/7,23/7. Introduction Compiler: A Compiler is a program that can read a program in one language (Source) and translate it into an equivalent.
University of Tehran 1 Microprocessor System Design Processor Timing.
CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.
CBP Comp 1017 Digital Technologies1 Let’s make a Computer … at least the CPU … Pentium 4 Pentium 3 Opteron Ultra Sparc Itanium 2 McKinley.
Intel 8086 (8088) Microprocessor Structure
Computer Architecture Lecture 4 by Engineer A. Lecturer Aymen Hasan AlAwady 17/11/2013 University of Kufa - Informatics Center for Research and Rehabilitation.
Introduction to Microprocessors Chapter 3. Programming Model (8086)  Shows the various internal registers that are accessible to the programmer.
To Compute: To Do Math. Information is collected by tallying data as it travels across circuits. The key part of integrated circuits are transistors.transistors.
Central Processing Unit Decode Cycle. Central Processing Unit Current Instruction Register (CIR) I1 The fetch cycle has transferred an instruction from.
Lec. 10 Assembly Programming Dr. Tamer Samy Gaafar Microprocessors.
Computer and Information Sciences College / Computer Science Department CS 206 D Computer Organization and Assembly Language.
Microprocessor, Programming & Interfacing Tutorial 2- Module 3.
I NTEL 8086 M icroprocessor بسم الله الرحمن الرحيم 1.
ΜComputer Structure μProcessor Memory Bus System I/O Ports.
Lecturer: Santokh Singh
CHAPTER 18 Circuits for Arithmetic Operations
Lecture 2 Programming of 8086 Лектор: Люличева И.А. 1.
Microprocessor Systems Design I
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Introduction to 8086 Microprocessor
Lecture on Microcomputer
Chapter 2.3 Binary Logic.
Microprocessor Systems Design I
University of Gujrat Department of Computer Science
CS-401 Assembly Language Programming
Interfacing Memory Interfacing.
Intel
University of Gujrat Department of Computer Science
8086 Registers Module M14.2 Sections 9.2, 10.1.
CS-401 Computer Architecture & Assembly Language Programming
Elec 2607 Digital Switching Circuits
Morgan Kaufmann Publishers Computer Organization and Assembly Language
Digital Logic & Design Dr. Waseem Ikram Lecture 40.
University of Gujrat Department of Computer Science
T opic: S TRING I NSTRUCTION P RESENTED B Y: N OOR FATIMA M AHA AKRAM ASIF.
Lecture 06 Programming language.
Microprocessor and Assembly Language
Unit-I 80386DX Architecture
CHAPTER 18 Circuits for Arithmetic Operations
AGENDA Architecture Microprocessor Communication and Bus Timings
CS-401 Computer Architecture and Assembly Language Programming
AGENDA Architecture Microprocessor Communication and Bus Timings
Part I Data Representation and 8086 Microprocessors
CS-401 Computer Architecture & Assembly Language Programming
Microprocessor Lecture 7 (8086 Registers).
Dr. Clincy Professor of CS
Presentation transcript:

Lecture 08 Mid Term Revision

Question 1 Convert 4510 to hex Convert 62910 to hex Perform hex addition: 23D9 + 94BE Show one of the widely used for address decoding in computer design Design logic circuit used to store data Design logic circuit used in arithmetic logic unit in the microprocessors

Answer 1

Answer 1 C .

1.D Show one of the widely used for address decoding in computer design

1. E Design logic circuit used to store data

1.F Design logic circuit used in arithmetic logic unit in the microprocessors

Question 2 Explain with drawing Microprocessor 8068 Block diagram

Question 3 Which of the following instructions can’t be executed by microprocessor 8068, Give the reason why not if any? Assume all numbers are hex. (a) MOV AX,27 (b) MOV AL,97F (c) MOV DS,9BF2 (d) MOV CX,397 (e) MOV SI,9516 (f) MOV CS,3490 (g) MOV DS,BX (h) MOV BX,CS (i) MOV CH,AX (J) MOV AX,23FB9 (k) MOV CS,BH (l) MOV AX,DL