CHAPTER 1: Computers and Systems

Similar documents
Computers in Engineering COMP 208. A Brief History. Mechanical Calculators. A Historic Perspective Michael A. Hawker

Computers in Engineering COMP 208

Fundamentals of Python: First Programs. Chapter 1: Introduction Modifications by Mr. Dave Clausen

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall

Computer Science 4500 Operating Systems. Welcome! In This Module. Module 1 Introduction, Overview and History

CHAPTER 8: CPU and Memory Design, Enhancement, and Implementation

You Will Need Floppy Disks for your labs!

Evolution of the Computer

Introduction to Operating Systems. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

Introduction to Operating Systems. Jo, Heeseung

EVOLUTION OF COMPUTERS. In the early years, before the computer was invented, there are several inventions of counting machines.

INTRODUCTION TO OPERATING SYSTEMS. Jo, Heeseung

Fundamental Concepts and History

Introduction to Operating Systems. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

Computer Principles and Components 1

Introduction To Computers. About the Course

Introduction to Operating Systems

History, Hardware, OS Concepts

Part 1: Computer and Information Literacy

Describe the layers of a computer system

Overview of a computer

Chapter 1: Introduction to Computers

Chapter 1: Introduction to Computers. In this chapter you will learn about:

CHAPTER 1 Introduction

Algorithm: Program: Programming: Software: Hardware:

Welcome to COS151! 1.1

CHAPTER 1 Introduction

Computer Basics. Computer Technology

Chapter 1. The Big Picture

History. 3rd Generation- Integrated Circuits, Transistors (Integrated Circuit form) for Memory ( memory is now volatile), Terminal/Keyboard for I/O

Reserves time on a paper sign-up sheet. Programmer runs his own program. Relays or vacuum tube hardware. Plug board or punch card input.

Learning Objectives. In this chapter you will learn about:

Test Bank for Prelude to Programming Chapter 0

COMS 1003 Fall Introduction to Computer Programming in C. History & Computer Organization. September 15 th

A Short History of Computers

MICROPROCESSOR SYSTEM DESIGN

An Incomplete History of Computation

Chronological History of the Pre-Computer Developments

Corso di Biblioteche Digitali

Chapter 2. The History and Development of Computers

Note: Though solved with care, not responsible for the accuracy.

An Overview of Computer Systems

Operating Systems: Overview and Introduction

Fundamental of digital computer

Fundamental concepts of Information Technology

Basic definitions and history of the Computer Systems

A Brief History of Computer Science

Introduction to Computer Systems and Operating Systems

COURSE OVERVIEW. Introduction to Computer Engineering 2015 Spring by Euiseong Seo

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link

CS 1 Notes 1 - Early Computing and 2 - Electronic Computing

Babbage Analytical Machine

Operating Systems. I. Introduction. Eurecom

Welcome to COSC Introduction to Computer Science

1: History, Generation & Classification. Shobhanjana Kalita, Dept. of CSE, Tezpur University

Computer System architectures

Chapter 1. Computer System Organization

1 Adda247 No. 1 APP for Banking & SSC Preparation Website:store.adda247.com

Chapter 1: An Introduction to Computer Science. Invitation to Computer Science, C++ Version, 6-th Edition

The Generations of Computers

History of Computing. Slides from NYU and Georgia Tech

Computer Organization CS 206T

Introduction to Computer Science. What is Computer Science?

History and Mission of IA

Ms. Minerva A. Lagarde

An Operating System History of Operating Systems. Operating Systems. Autumn CS4023

CHAPTER 5: Representing Numerical Data

Computer Fundamentals

Part (01) Introduction to Computer

Downloaded from various sources on the NET

CSC 221: Introduction to Programming. Fall 2011

Principles of Operating Systems CS 446/646

An Introduction to Computer Science CS 8: Introduction to Computer Science Lecture #2

Chapter 0: Introduction. Copyright 2015 Pearson Education, Inc.

CSC 453 Operating Systems

Andrew S. Tanenbaum, Operating Systems, Design and Implementation, (Second Edition), Prentice Hall.

Operating Systems. Antônio Augusto Fröhlich LISHA/UFSC. December 20, 2008

Chapter 1. Hardware. Introduction to Computers and Programming. Chapter 1.2

William Stallings Computer Organization and Architecture 8 th Edition. Chapter 2 Computer Evolution and Performance

CSC 221: Computer Programming I. Fall 2004

Chapter 1 Basic Computer Organization

Machine Architecture and Number Systems CMSC104. Von Neumann Machine. Major Computer Components. Schematic Diagram of a Computer. First Computer?

CHAPTER1 : Part 2 INTRODUCTION & HISTORY OF COMPUTERS. UNIVERSITI TENAGA NASIONAL Generates Professionals

Machine Architecture and Number Systems

Computer Systems. Computer Systems. Wolfgang Schreiner Research Institute for Symbolic Computation (RISC-Linz) Johannes Kepler University

Elements of Computers and Programming Dr. William C. Bulko. What is a Computer?

Computer Architecture

A Brief History of Computer Science. David Greenstein Monta Vista High School, Cupertino, CA

Unit 4: Emerging Technologies. A History of Personal Computing by Mrs. Ogletree

CS Operating Systems (OS) Introduction. Lecture 2 Sept 12, 2018

COMPUTER MERIT BADGE TROOP 301 HUTCHINSON

time step first instruction second instruction

HISTORY OF CALCULATION. Evolution of Computation

Introduction to OS. Introduction MOS Mahmoud El-Gayyar. Mahmoud El-Gayyar / Introduction to OS 1

Chapter 2: Operating-System Structures

Operating Systems: Lecture 1. Introduction

Early Calculating Tools

Computer Organization

Lecture 1: CS2400 Introduction to Computer Science

Figure 1-1. A multilevel machine.

Transcription:

CHAPTER 1: Computers and Systems The Architecture of Computer Hardware, Systems Software & Networking: An Information Technology Approach 4th Edition, Irv Englander John Wiley and Sons 2010 PowerPoint slides authored by Wilson Wong, Bentley University PowerPoint slides for the 3rd edition were co-authored with Lynne Senne, Bentley University PowerPoint slides modified by Gianluca Amato, Univ. di Chieti-Pescara

Why Study Computer System Architecture?! User! Understand system capabilities and limitations! Make informed decisions! Improve communications with information technology professionals! Programmer! Create efficient application software for specific processing needs! Systems Architect or Systems Analyst! Specify computer systems and architecture to meet application requirements! Make intelligent decisions about system strategy 1-2

Typical Computer Ad! Is the computer fast enough to run necessary programs?! Is the computer cost-effective?! Will it be obsolete in 6 months? 1-3

Why Study Computer System Architecture?! System Administrator / Manager! Install, configure, maintain, and upgrade computer systems! Maximize system availability and efficiency! Optimize system performance! Ensure system security! Web Services Designer! Optimize customer accessibility to Web services! Optimize web system configurations! Select appropriate data formats, page designs and scripting languages! Design efficient Web pages 1-4

Input-Process-Output Model (IPO) Input: keyboard, mouse, scanner, punch cards Processing: CPU executes the computer program Output: monitor, printer, fax machine Storage: hard drive, optical media, diskettes, magnetic tape 1-5

Web Browser Application Use 1-6

Simplified IT Computer System Layout 1-7

Computer System Components! Hardware! Processes data by executing instructions! Provides input and output! Control input, output and storage components! Software! Applications and system software! Instructions tell hardware exactly what tasks to perform and in what order! Data! Fundamental representation of facts and observations! Communications! Sharing data and processing among different systems 1-8

Hardware Component! CPU Central Processing Unit! Memory! Short-term storage for CPU calculations! Storage Devices! Input/Output devices 1-9

Typical Personal Computer System 1-10

CPU: Central Processing Unit! ALU: arithmetic/logic unit! Performs arithmetic and Boolean logical calculations! CU: control unit! Controls processing of instructions! Controls movement of data within the CPU! Interface unit! Moves instructions and data between the CPU and other hardware components! Bus: bundle of wires that carry signals and power between different components 1-11

Memory! Also known as primary storage, working storage, and RAM (random access memory)! Consists of bits, each of which hold a value of either 0 or 1 (8 bits = 1 byte)! Amounts of primary storage has increased enormously in the last 30 year! Holds both instructions and data of a computer program (stored program concept) 1-12

Software Component! Applications! Operating System!!!! API: application program interface File management I/O Kernel " " " " Memory management Resource scheduling Program communication Security! Network Module! Bootstrap 1-13

Communications Component! Hardware! Communication channels " " Physical connections between computer systems Examples: wire cable, phone lines, fiber optic cable, infrared light, radio waves! Interface hardware " " Handles communication between the computer and the communication channel Modem or network interface card (NIC)! Software! Establish connections! Control flow of data! Directs data to the proper applications for use 1-14

Computer Systems All computer systems, no matter how complex, consists of the following:! At least one CPU! Memory to hold programs and data! I/O devices! Long-term storage 1-15

Computer Systems Examples HP Laptop Computer IBM System z10 EC Mainframe 1-16

Virtualization! Physic system example! Virtual image in a mirror! Computer systems examples! Virtual memory! Virtual networks! Java Virtual Machine 1-17

Virtualization! If it's there and you can see it - it's real.! If it's there and you can't see it - it's transparent.! If it's not there and you can see it - it's virtual.! If it's not there and you can't see it - you erased it! Scott Hammer 1-18

Protocols! Common ground rules of communication between computers, I/O devices, and many software programs! Human protocols:! Phone talk! Computer protocols:! HTTP: between Web servers and Web browsers! TCP/IP: between computers on the Internet and local area networks! SATA: between storage devices and computers! XML,RSS, SIP: new protocols 1-19

Standards! Agreements among parties, to assure that various system will work together! Data formats or protocol! May be created by committee or may become a de facto standard through popular use! Examples:!!!! Document standards: PDF, OpenDocument, DOC Computer languages: Java, SQL, C, JavaScript Character set standards: ASCII, Unicode, EBCDIC Multimedia standards: MPEG-2, MPEG-4, DivX, MP3 1-20

Textbook Overview! Web site: http://www.wiley.com/college/englander! Part 1 (Chapters 1-2)! Overview of computer systems! Part 2 (Chapters 3-5)! Number systems and data formats! Part 3 (Chapters 6-11)! Computer architecture and hardware operation! Part 4 (Chapters 12-14)! Networks and data communications! Part 5 (Chapters 15-18)! Software component operating systems! Part 6 (Supplementary Chapters S1-S4)! Digital logic, systems examples, instruction addressing modes, programming tools 1-21

Early History! 1642: Blaise Pascal invents a calculating machine! 1801: Joseph Marie Jacquard invents a loom that uses punch cards! 1800 s:! Charles Babbage attempts to build an analytical engine (mechanical computer)! Augusta Ada Byron develops many of the fundamental concepts of programming! George Boole invents Boolean logic. 1-22

Modern Computer Development! 1937: Mark I is built (Aiken, Harvard University, IBM).! First electronic computer using relays.! 1939: ABC is built! First fully electronic digital computer. Used vacuum tubes.! 1943-46: ENIAC (Mauchly, Eckert, University of Pennsylvania).! First general purpose digital computer.! 1945: Von Neumann architecture proposed.! Still the standard for present day computers.! 1947: Creation of transistor! (Bardeen, Shockley, Brattain, Bell Labs).! 1951-2: EDVAC and IAS 1-23

Early Computers Babbage s Analytical Engine ENIAC 1-24

System Software History! Early computers had no operating systems and were single user systems! Programs were entered using switches for each bit or by plugging wires into a panel! 1953-54: First operating system was built by General Motors Research Laboratories for their IBM 701 computer! Other early systems! FORTRAN Monitor System (FMS)! IBSYS! Share Operating System (SOS) 1-25

Operating System Development! 1963: Master Control Program (MCP) by Burroughs. Included many modern OS features.! 1964: OS/360 by IBM. Included batch processing of programs.! 1962: MIT Project MAC created a time-sharing OS called CTSS. Shortly afterwards, MIT, Bell Labs, and GE developed Multics (Multiplexed Information and Computing Services). 1-26

UNIX! After Bell Labs withdrew from the Multics project, Ken Thompson developed a personal operating system called UNIX using assembly language.! Dennis Ritchie developed the programming language C which was used to rewrite much of UNIX in a highlevel language.! UNIX introduced!!!! A hierarchical file system The shell concept Document production and formatting Tools for networked and distributed processing 1-27

Graphical User Interfaces! 1960s: Doug Englebart (Stanford Research Institute)! Invented windows and a mouse interface! 1970s: Xerox PARC! Creates a practical windowing system for the Dynabook project! 1980s: Steve Jobs (Apple)! Developed the Apple Lisa and MacIntosh 1-28

IBM PC! 1982: Stand-alone, single user computer! PC-DOS, MS-DOS (disk operating system)! Later versions of DOS added! Hierarchical directory file storage! File redirection! Better memory management! Windowing systems! Windows 2.0, Windows 3.1, Windows 95! Windows NT, Windows XP, Windows Vista! Windows 7 1-29

Communications! 1960s and 1970s: users communicated on multiterminal computer systems using talk and email facilities! 1971: Ray Tomlinson creates the standard username@hostname email standard! Modems permitted users to login to office systems, electronic bulletin board systems, Compuserve, AOL, and Prodigy! 1969: ARPANET begun! 1985: First TCP-IP wide area network! 1991: Tim Berners Lee develops the concepts that become the World Wide Web! 1993: Max Andreessen develops Mosaic, the first graphical browser 1-30

Copyright 2010 John Wiley & Sons All rights reserved. Reproduction or translation of this work beyond that permitted in section 117 of the 1976 United States Copyright Act without express permission of the copyright owner is unlawful. Request for further information should be addressed to the Permissions Department, John Wiley & Sons, Inc. The purchaser may make back-up copies for his/her own use only and not for distribution or resale. The Publisher assumes no responsibility for errors, omissions, or damages caused by the use of these programs or from the use of the information contained herein. 1-31