Computer Architecture

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

P3- Represent how data flows around a computer system
Computer Hardware.
Computer Hardware Chapter 5. Motherboard 1: Ports 3: Expansion slots 6: Central processing unit.
Input, Output, Processing and Storage
CMSC 104, Version 9/01 1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The.
Random access memory is a form of computer data storage. A random-access device allows stored data to be accessed directly in any random order.
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
Configuration.
What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.
I/O (Input and Output) An I/O device acts as an interface between a computer and a user Without I/O devices, a computer is nothing but a box full of.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
Parts of the Computer System
Machine Architecture and Number Systems
Lec.2: Computer HardwareLec.2: Computer Hardware Foundation year 1 Lecturer: Fatma El-Zahraa Mohamed Year: 2015/2016.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
The Parts of a Computer. The TOWER contains all of the parts of a computer.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
Five Components of a Computer Input Device – keyboard, scanner, PDA/stylus, digital camera, mouse, MP3 player, fax machine, microphone Storage Device –
Part 1 WHAT SHOULD HAVE BEEN COVERED DAY ONE Ms. T. N. Jones1.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware.
Computer Parts There are many parts that work together to make a computer work.
Chapter 2 content Basic organization of computer What is motherboard
Computer Architecture and Number Systems
Introduction to Computers Mrs. Gambucci
Computer Components ICS 3U0.
A Dummies guide to computer memory
Functions and Parts of a Computer
Unit 1 PRIMARY STORAGE DEVICES LECTURE – 7
A+ Guide to Managing and Maintaining Your PC, 7e
Chapter 7.2 Computer Architecture
Introduction to Computer Architecture
introduction to computer
Describe the central processing unit including its role
The Parts of a Computer QUIZ.
Describe the central processing unit including its role
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
IB Computer Science Topic 2.1.1
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
08/28/06 parts of the computer.
The Computer Work Stations
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Computer Based Technology:
Interaction of Hardware
Fundamentals of Computer Organisation and Architecture
Introduction to Computer Architecture
Introduction to Computers
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Machine Architecture and Number Systems
Processing Computer Components.
Objective 2.01A: Classify Computer Components
STORAGE – 3 TIERS Key Revision Points.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Machine Architecture and Number Systems
Machine Architecture and Number Systems
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
A451: Computer Systems and Programming
Notes from Last Class Office Hours: GL Accounts?
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Electronic device Accepts data - input
Machine Architecture and Number Systems
A451 GCSE Computing | Hardware| Required knowledge
Lesson 3 Computer Devices.
08/28/06 parts of the computer.
Presentation transcript:

Computer Architecture Topic 4: Computers Computer Architecture

The Basic Computer Model Computers can do different things based on what they were made for Calculators calculate values Tills record and calculate money totals However, computers have evolved over time Originally just for number crunching Now can do lots of different things We’re going to look at what a computer is, what a computer can do, and what a computer contains Computers: Compter Architecture

The Basic Computer Model Before going in-depth with these, we need to know one thing Different ‘computers’ can do different things There’s a simple way to break this down The Input-Process-Output model Input Process Output Computers: Compter Architecture

The Basic Computer Model Shows the general flow of data through a computer We give the computer some input The computer performs a process (or series of processes) The computer outputs some data The Input/Process/Output are different per device Input Process Output Computers: Compter Architecture

The Basic Computer Model Calculator Calculator receives operands/operator Calculator performs operations Calculator displays result Printer Printer receives a document Printer stores document for printing Printer prints the document Elevator Elevator button is pressed The elevator moves to the correct floor The elevator door opens in front of user Computers: Compter Architecture

Computers: Compter Architecture Other Computer Models There are other computer models out there Mostly involving programs and how they operate Some examples include Sequential model: when instructions in a program are executed one after the other Parallel model: when instructions in a program are executed simultaneously across multiple processors Multi-agent model: when multiple computer systems co- operate with each other to achieve a goal Computers: Compter Architecture

Computers: Compter Architecture Computer Components Central Processing Unit (CPU, a.k.a. Processor) Considered to be the brain of the computer Is a single, small chip (that can be quite fragile) Responsible for executing programs, performing basic operations, and supervising other components Computers: Compter Architecture

Computers: Compter Architecture Computer Components Main Memory (RAM, ROM, EEPROM) Stores temporary/permanent data Values for a program Machine code that will be executed on the CPU Accessed via addresses (binary numbers determined by CPU architecture) Comes in different types, chip sizes (both memory and physical size), and different speeds Computers: Compter Architecture

Computers: Compter Architecture Computer Components Main Memory (RAM, ROM, EEPROM) RAM – Random Access Memory Writable and readable stores for data But volatile RAM addresses are temporary, and only store data while the computer is powered on Computers: Compter Architecture

Computers: Compter Architecture Computer Components Main Memory (RAM, ROM, EEPROM) RAM can be found in a few places ‘Sticks’ of RAM for general data storage CPU can have a cache as well Caches are fast-access RAM stores used mostly by the CPU Allows the CPU to store frequently references data (like program instructions) Can speed up process time over storing this data in usual RAM Computers: Compter Architecture

Computers: Compter Architecture Computer Components Main Memory (RAM, ROM, EEPROM) RAM is great, but sometimes we may not have enough The computer can compensate for this with virtual memory Uses sections of slower memory (like EEPROM or Hard Disks) as a replacement for RAM Is slower (as RAM isn’t entirely used), but used as a ‘last resort’ Computers: Compter Architecture

Computers: Compter Architecture Computer Components Main Memory (RAM, ROM, EEPROM) ROM – Read Only Memory Readable only Contains pre-made data/programs Often used to store a program that boots the operating system on the computer Computers: Compter Architecture

Computers: Compter Architecture Computer Components Main Memory (RAM, ROM, EEPROM) EEPROM – Electrically Erasable Programmable Read Only Memory Writable and readable, and non-volatile Data is permanently stored until overwritten or destroyed Comes in lots of different formats Examples include USB sticks, SD cards, and Solid- State Drives Computers: Compter Architecture

Computers: Compter Architecture Computer Components Secondary Storage (Hard-Disk Drives and Solid-State Drives) Used to store permanent data on the computer The operating system Installed programs Day-to-day files Slower at being accessed than Main Memory Examples include Hard-Disk Drives Solid-State Drives Computers: Compter Architecture

Computers: Compter Architecture Computer Components Input/Output Devices Help the user use a computer Input devices let the user interact with the computer Mouse and Keyboard Microphone Output devices let the computer show results/data to the user Monitor Speakers Computers: Compter Architecture