Chapter 7.2 Computer Architecture

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
INTRODUCTION OF COMPUTER
Computer Components.
Using Computers CS French Chapter 1.
Computer Hardware.
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Internal hardware and external components of a computer Three-box Model  Processor The brain of the system Executes programs A big finite state machine.
Configuration.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
Computer Based Systems Stage 2 Information Technology Studies Computer & Communication Systems.
©2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved. Introduction to Computers and Computing.
Basic concepts of a computer system V1.0 (21/11/2005)
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Internal hardware of a computer Learning Objectives Learn how the processor works Learn about the different types of memory and what memory is used for.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Chapter 2 content Basic organization of computer What is motherboard
Chapter 1: Introduction to Computers and Programming
GCSE Computer Science - Revision
Computer Architecture and Number Systems
Computer Systems Nat 4/5 Computing Science Computer Structure:
CPU Lesson 2.
Unit Microprocessor.
Systems Architecture Keywords Fetch Execute Cycle
Introduction to Computer System
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
COURSE OUTCOMES OF Microprocessor and programming
What is a computer? Simply put, a computer is a sophisticated electronic calculating machine that: Accepts input information, Processes the information.
UNIT 9 Computer architecture
Components of Computer
What is a computer? Simply put, a computer is a sophisticated electronic calculating machine that: Accepts input information, Processes the information.
The Central Processing Unit
Computer Architecture
TexPREP Summer Camp Computer Science
introduction to computer
Parts of the Computer.
Microcomputer Architecture
General Architecture of Digital Computer
Computer Architecture
Computer Architecture
Introduction to Microprocessors and Microcontrollers
Interfacing Memory Interfacing.
Fundamentals of Computer Organisation and Architecture
Machine Architecture and Number Systems
Chapter 5: Computer Systems Organization
Five Key Computer Components
Overview of Computer Architecture and Organization
Components of a CPU AS Computing - F451.
Logical Computer System
Machine Architecture and Number Systems
Machine Architecture and Number Systems
Introduction to Computer Architecture
Unit 1.1 System Architecture Lesson 2
INTRODUCTION TO COMPUTERS
Chapter 5 Computer Organization
Notes from Last Class Office Hours: GL Accounts?
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Computer Electronic device Accepts data - input
Machine Architecture and Number Systems
4. Computer system.
Presentation transcript:

Chapter 7.2 Computer Architecture (Q1)What is “Hardware”? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A1) Hardware is the electronic/electrical circuits that a computer is assembled from. It is also the platform on which the software executes. Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (Q2)What is Main Memory? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A2) Main memory is the memory that is directly addressable by the processor. Chapter 7.2 Computer Architecture AS Computing COMP2

(Q3)What is a “Memory Location”? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A3) A “Memory Location” is a separately addressable area of main memory. Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (Q4)What is RAM? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A4) RAM = Random Access Memory; volatile main memory in which the locations can be accessed directly in any order with the same access time for all writing and reading operations. Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (Q5)What is ROM? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A5) ROM = Read Only Memory; non-volatile main memory that cannot be written to once it is set up. Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (Q6)What is “EEPROM”? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A6) EEPROM = Electrically erasable programmable read-only memory; its contents may be altered but writing is about 100 times slower than reading. Chapter 7.2 Computer Architecture AS Computing COMP2

(Q7)What is a Computer Bus? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A7) A Computer Bus = a set of parallel wires connecting independent components of a computer system. Chapter 7.2 Computer Architecture AS Computing COMP2

(Q8)What is a System Bus or External Bus? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A8)A System Bus is the main highway connecting the processor, main memory and I/O controllers; it is made up of a data bus, an address bus and a control bus. Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (Q9)What is I/O? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A9)I/O stands for Input and Output; the I/O controllers allow the CPU to communicate with peripherals. Chapter 7.2 Computer Architecture AS Computing COMP2

(Q10)What is a Peripheral? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A10)A Peripheral is a computer device that is not part of the CPU. It can be external (e.g. mouse, keyboard, printer, monitor, memory stick, or scanner) or internal, such as a CD – ROM drive. Chapter 7.2 Computer Architecture AS Computing COMP2

(Q11)What is an I/O device? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A11) In I/O Device is a hardware unit that sends or receives data or stores data by communicating with the processor and main memory through an I/O controller. Chapter 7.2 Computer Architecture AS Computing COMP2

(Q12) What is an I/O controller? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A12) In I/O Controller is an electronic circuit that connects the system bus with an I/O device; it provides the correct voltage and current for the system bus and the I/O device. Chapter 7.2 Computer Architecture AS Computing COMP2

(Q13) What is Secondary storage? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A13) Secondary Storage is permanent storage memory not directly connected to the processor; also called a backing store. Chapter 7.2 Computer Architecture AS Computing COMP2

(Q14)What is a main memory address? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A14) A Main Memory Address is a unique numeric code corresponding to a location in memory. Chapter 7.2 Computer Architecture AS Computing COMP2

(Q15) What is the Stored Program Concept? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A15) The Stored Program Concept states that a program must be resident in main memory to be executed; it is processed by fetching machine code instructions in sequence from main memory and executing them one at a time, in the processor. Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (Q16)What is a Register? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A16) A Register is a very fast memory location inside the processor or I/O controller. Chapter 7.2 Computer Architecture AS Computing COMP2

(Q17) What is a General-Purpose Register? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A17) A General-Purpose Register is a register not assigned a specific role by the processor designer. Programmers may use general purpose registers. Chapter 7.2 Computer Architecture AS Computing COMP2

(Q18)What is a Dedicated Register? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A18)A Dedicated Register is a register assigned a specific role by the processor designer. Programmers may use some but not all dedicated registers. Chapter 7.2 Computer Architecture AS Computing COMP2

(Q19) What is meant by the Clock Speed? Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (A19) The Clock Speed of a processor is the frequency in Megahertz or Gigahertz at which the processor executes instructions. Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (Q20) What is Word Length? Chapter 7.2 Computer Architecture AS Computing COMP2

(A20) Word Length is the number of digits in a binary word. Chapter 7.2 Computer Architecture AS Computing COMP2

Chapter 7.2 Computer Architecture (Q21) What is bus width? Chapter 7.2 Computer Architecture AS Computing COMP2

(A21) the number of signal wires or lines allocated to the bus. Chapter 7.2 Computer Architecture AS Computing COMP2