Microcomputer Architecture

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

Parts & Functions of a Computer. 2 Functions of a Computer.
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
Enhanced A+ Guide to Managing and Maintaining Your PC Third Edition.
Begin. 1. It contains electronic components used to process data. a. Motherboard Motherboard b. System Unit System Unit c. Processor Processor.
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
The Internal Components of a Personal Computer (PC)
Lesson 3 — How a Computer Processes Data
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Configuration.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
 Design model for a computer  Named after John von Neuman  Instructions that tell the computer what to do are stored in memory  Stored program Memory.
CPU Computer Hardware Organization (How does the computer look from inside?) Register file ALU PC System bus Memory bus Main memory Bus interface I/O bridge.
Computer Hardware Introduction. Computer Hardware Introduction The basic form of a computer is this: PROCESSING MEMORY INPUTOUTPUT But let’s look inside.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Basic Vocabulary
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
10 Internal parts of a PC Created by Federica Proietti Cesaretti.
Computer Hardware The Processing Unit.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Academic PowerPoint Computer System – Architecture.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Computer Basics 1 Chapter One Computer Basics Part 1.
Inside a Computer. Computer Hardware/Software What is the difference? Computer Hardware.
Sara Naheed Amjad Information Technology
Chapter 2 content Basic organization of computer What is motherboard
Computer Hardware What is a CPU.
CPU Lesson 2.
Systems Architecture Keywords Fetch Execute Cycle
Sara Naheed Amjad Information Technology
Power Supply.
Computers Are Your Future Tenth Edition
Computer Components ICS 3U0.
Computer systems is a 10-credit unit
Introducing Hardware.
Computer Hardware – System Unit
UNIT 9 Computer architecture
Components of Computer
A+ Guide to Managing and Maintaining Your PC, 7e
Operating Systems (CS 340 D)
Chapter 7.2 Computer Architecture
Assembly Language for Intel-Based Computers, 5th Edition
Introduction of microprocessor
introduction to computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Parts of the Computer.
Introduction of microprpcessor
Number Representations and Basic Processor Architecture
Multicultural Social Community Development Institute ( MSCDI)
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Introduction to Computer Architecture
Chapter 1: How are computers organized?
Chapter 5: Computer Systems Organization
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
1.00 Examine the role of hardware and software.
Unit 1.1 System Architecture Lesson 2
INTRODUCTION TO COMPUTERS
Computing Essentials Module 1.
Computing Essentials Module 1.
Introduction of microprpcessor
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
4. Computer system.
Presentation transcript:

Microcomputer Architecture

Microcomputer Architecture The word computer comes from the word (compute) the word compute means to (calculate) or to (count), computer is an electronic device that manipulates information or (data). It has ability to store, retrieval, and process data.

Microcomputer Architecture calculate count compute

Advantages of computer system 1- Store and retrieve large quantities of data. 2-The speed is faster than in any other form of data processing. 3-A single computer can perform a wide variety of activities as directed by a set of instructions (program). 4-Once data and instructions are fed into the computer, processing is continuous with a minimum of human intervention. 5-Data and programs may be stored inside the computer indefinite and be retrieved quickly. 6- Accuracy is greater than any other system.

computer system components Central Processing Unit (CPU) or processor Memory Unit Input/output Units (devices)

computer system components A computer system has three main components: a Central Processing Unit (CPU) or processor, a Memory Unit and Input/output Units (devices). In any microcomputer system, the component which actually processes data is entirely contained on a single chip called Microprocessor (MPU). This MPU can be programmed using assembly language.

computer system components The main internal hardware features of a computer are the processor, memory and registers (registers are special processor components for holding address and data). The external hardware features are the computer Input /Output devices such as keyboard, monitor… Software consists of the operating system (O.S) and various programs and data files stored on disk.

computer system components Hardware internal Hardware external Hardware Software

computer system components internal Hardware processor memory registers

computer system components external hardware Input /Output devices keyboard Monitor ……………..

Personal Computer (PC) Components The main component of the PC is System Board (or motherboard). It contains the processor, main memory, connectors, and expansion slots for optional cards. The slots and connectors provide access to such components as ROM, RAM, hard disk, CD-ROM drive, additional memory, video unit, keyboard, mouse, parallel and serial device, sound adapter and cache memory (the processor use high speed cache memory to decrease its need to access the slower main memory). A bus with wires attached to the system board connects the components. It transfers data between the processor, memory and external devices.

The processor The CPU or processor acts as the controller of all actions or services provided by the system. The operations of a CPU can be reduced to three basic steps: fetch, decode, and execute.

The processor The operations of a CPU fetch decode execute

The processor Each step includes intermediate steps, some of which are: 1- Fetch the next instruction: - Place it in a holding area called a queue. - Decode the instruction. 2- Decode the instruction - Perform address translation. - Fetch operand from memory. 3- Execute the instruction. - Perform the required calculation. - Store results in memory or register. - Set status flag attached to the CPU.

System Bus The components of the computer system must communicate with each other and with the outside world. Although it may be possible to connect each component to the CPU separately as a practical matter this would require too many physical connects. To keep the number of connections manageable, the processor is connected to memory and all peripherals using a bus. A Bus is a bunch of wires, and electrical path on the printed IC to which everything in the system is connected.

Three types of Bus 1- Address Bus (AB): the width of AB determines the amount of physical memory addressable by the processor. 2- Data Bus (DB): the width of DB indicates the size of the data transferred between the processor and memory or I/O device. 3- Control Bus (CB): consists of a set of control signals, typical control signals includes memory read, memory write, I/O read, I/O write, interrupt acknowledge, bus request. These control signals indicates the type of action taking place on the system bus.