Lecture 5 Computer Hardware and Architecture stability of basic computing model over time and the evolution of computer systems. the input-process-output.

Slides:



Advertisements
Similar presentations
INFORMATION TECHNOLOGY, THE INTERNET, AND YOU
Advertisements

The Shapes of Computers Today
Chapter 1:Introduction to the world of computers
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
Information Technology
An Overview of the Computer System
Introduction to the World of Computers
What Is a Computer and What Does It Do?
 Prof. Dr. M. H. Assal Introduction to Computer AS 15/10/2014.
Introduction to the World of Computers
Component 4: Introduction to Information and Computer Science Unit 1: Basic Computing Concepts, Including History Lecture 1 This material was developed.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All Rights Reserved. Introduction to Computer Essentials.
Introduction to Computer Systems
Introduction to Systems Architecture Kieran Mathieson.
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
Computer Hardware.
Introduction Lecture 1 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Hardware For your computer. Definition First! Hardware is the equipment that processes data to create information. This includes Keyboard Monitor Printer.
Information Technology, the Internet, and You
Computing ESSENTIALS     Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Information Technology, the Internet, and You computing ESSENTIALS.
RYAN HAAG Comm 165 Student #: Project Description  In this exercise, I will be referencing Chapter 1 material from the 2002/2003 Computing Essentials.
Review 5 Chapters 13, 14. What is software? Set of instructions to control computer operation.
MIS 175 Spring Learning Objectives When you finish this chapter, you will: –Recognize major components of an electronic computer. –Understand how.
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Managing Information Technology 6 th Edition CHAPTER 2 COMPUTER HARDWARE.
Chapter 2 Hardware Trends in Computing Systems
GCSE Computing#BristolMet Session Objectives# Must identify some common types of computer system Should describe the meaning of a computer system Could.
Mrs. Staniec. 1. Identify different types of computer devices. 2. Identify the role of the central processing unit. 3. Identify the difference between.
Hardware.
Computers and Computer Systems
Understanding Operating Systems Flynn & McHoes
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
A-Level Computing#BristolMet Session Objectives# Must identify some common types of computer system Should describe the meaning of a computer system Could.
Component 4: Introduction to Information and Computer Science
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
Intro to Computers Understanding Computers and Computer Literacy.
Chapter 4 Information Technology in Business: Hardware.
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
From Chapter 1 - Computers- Understanding Technology
Introduction to Computer Systems
1 11 CHAPTER Information Technology, the Internet, and You computing ESSENTIALS.
Calculators are used to increase speed and accuracy of numerical computations The abacus has roots dating back over 5,000 years Mechanical calculators.
Parts of the Computer System
Chapter 1 Computer Hardware1 Computer Hardware A level Computing Book (Reference) By P.M.Heathcore.
Academic PowerPoint Computer System – Architecture.
Computer Based Systems Stage 2 Information Technology Studies Computer & Communication Systems.
Unit 1—Computer Basics Lesson 1 Understanding Computers and Computer Literacy.
HARDWARE.
Introduction To Computers
361 Hardware, Software, and Computer Performance Lec 2.
The ‘stuff you can touch’. Evolution of Computer Hardware Abacus counting machines Babbage’s difference engine Hollerith’s tabulating machine ABC computer.
1 Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
ITT_04101 COMPUTER APPLICATIONS Gaper M CIT
computing ESSENTIALS    11 CHAPTER Information Technology, the Internet, and You computing ESSENTIALS
Chapter 1 Introduction.
Business Information Systems/Management Information Systems
Introduction to Computer
The abacus has roots dating back over 5,000 years
Introduction to Operating Systems
Concepts of CS Lecture 1.
Lecturer: Dalia Mirghani
DA 106 Introduction to Microcomputers Components
UNIV 103 CS Majors Seminar Dr. Blaise W. Liffick Fall 2017.
An Overview of the Computer System
*.
The Shapes of Computers Today
8051 Supplement.
Fundamental of computer
Computer type and application
Computer Electronic device Accepts data - input
Bioinformatics (Nursing)
Presentation transcript:

Lecture 5 Computer Hardware and Architecture stability of basic computing model over time and the evolution of computer systems. the input-process-output model of computing. the basic components of a computer system. the major categories of computer and computer architecture. Reading: Englander chaps. 1 and 6. /

Architecture Rules concerning design, standards and protocols of: –Data –Hardware –Software –Communications = architecture

Manchester University Mark 1, 1948

The fetch-execute cycle

PC architecture

Components –Input devices - keyboard, webcam... –Primary storage - RAM, ROM... –Secondary storage - discs, CD, tape... –CPU - ALU + control unit + registers –Output devices - Printers, monitors...

4 milestones in business computer architecture history –1964- IBM S/360 (mainframe) »centralised business computing –1970- DEC PDP-11 (minicomputer/midrange) »decentralised and departmental systems –1974- Cray 1 (supercomputer) »scientific computing –1981- IBM PC (microcomputer/PC) »desktop computing

Mainframes Centralised Costly - £xxM Require custom built environment Specialised staff Support batch processing environment (schedulers) Support large databases Support 1000s of terminals e.g. IBM S/390

Minicomputers (or midrange) Decentralised or distributed (networked) Broad range of costs from £10K-£1M Departmental systems “Turnkey” systems Transaction processors (interrupt handlers) File servers for Local Area Networks eServers for Electronic Commerce e.g. IBM AS/400

Microcomputers (or PCs) Desktop computing Single user, single tasking Linked by Local Area Networks Inexpensive for the individual, £1,000. Expensive for the corporation! (Initial cost and support!) e.g. Compaq, Dell, Apple, IBM

Current Trends Mobility Ubiquity Embedding

Summary  Computer architectures = data+hw+sw+comms.  The block diagram for the PC is a good basis for understanding all standard computer architectures.  Understand the evolution, rather than revolution, of architectures from S/360 to Servers to PCs to ….  Be able to describe the main categories of architecture: Mainframe, midrange and PC.

Tutorial and Labs Review the operation of the Little Man in the Computer (Englander, chap. 6) Discuss the differences of the 3 main computer architectures: a)Mainframe b)Midrange c)PC Review the instruction or fetch-execute cycle