Ms. Minerva A. Lagarde

Similar documents
Introduction to Computers. Joslyn A. Smith

Microprocessors I MICROCOMPUTERS AND MICROPROCESSORS

Overview of a computer

Zimmer CSCI /24/18. CHAPTER 1 Overview. COMPUTER Programmable devices that can store, retrieve, and process data.

Computer Fundamentals

What is the typical configuration of a computer sold today? 1-1

COMPUTER SYSTEM. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U

2011 Francisco Delgadillo

Characteristics of Computers

An Overview of the Computer System. Kafui A. Prebbie 24

Chapter 1 Basic Computer Organization

What is a computer? Units of Measurement. - A machine that: - Counts.

CC411: Introduction To Microprocessors

Computer Programming for Engineering

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound).

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

Dec Hex Bin ORG ; ZERO. Introduction To Computing

Chapter 2 HISTORICAL DEVELOPMENT OF COMPUTERS

COMPUTER - GENERATIONS

Information Science 1

THE MICROCOMPUTER SYSTEM CHAPTER - 2

INTRODUCTION TO INFORMATION & COMMUNICATION TECHNOLOGY (ICT) LECTURE 2 : WEEK 2 CSC-111-T

Homeschool Enrichment. The System Unit: Processing & Memory

Computer Organization

Introduction to Microprocessors

KULLEĠĠ SAN BENEDITTU Boys Secondary, Kirkop

Chapter 1: Introduction to Computers

Computers Are Your Future

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

Course Outline. Introduction. Intro Computer Organization. Computer Science Dept Va Tech January McQuain & Ribbens

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

Electricity: Voltage. Gate: A signal enters the gate at a certain voltage. The gate performs operations on it, and sends it out was a new signal.

v.m.g.rajasekaran ramani sri sarada sakthi mat. Hr. sec. school

ABC Atanasoff-Berry Computer

Learning Objectives. In this chapter you will learn about:

Lecture -1- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering

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

Computer Evolution. Budditha Hettige. Department of Computer Science

Unit - II. Computer Concepts and C Programming 06CCP13. Unit II

CSC 121 Computers and Scientific Thinking

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers

5 Computer Organization

Fundamental of digital computer

INTRODUCTION TO COMPUTERS

Lecture Objectives. Introduction to Computing Chapter 0. Topics. Numbering Systems 04/09/2017

Computer Evolution. Computer Generation. The Zero Generation (3) Charles Babbage. First Generation- Time Line

Computer System architectures

The Programming Process Summer 2010 Margaret Reid-Miller

Lecture 1: CS2400 Introduction to Computer Science

Chapter 9: A Closer Look at System Hardware

Introduction To Computers. About the Course

Chapter 9: A Closer Look at System Hardware 4

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

Chapter 2: Computers: The Machines Behind Computing.

Machine Architecture. or what s in the box? Lectures 2 & 3. Prof Leslie Smith. ITNP23 - Autumn 2014 Lectures 2&3, Slide 1

SYSTEM BUS AND MOCROPROCESSORS HISTORY

CS 101 INTRODUCTION TO COMPUTING

HIGHER SECONDARY FIRST YEAR 2 MARK & 5 MARK NOTES CHAPTER 1 1. INTRODUCTION TO COMPUTER

Figure 1-1. A multilevel machine.

Introduction to Computer Systems and Operating Systems

Chapter 2: Computer-System Structures. Hmm this looks like a Computer System?

Uniprocessor Computer Architecture Example: Cray T3E

Ch. 1: Computer System part I

Community Development and Training Centre Semester IT 245 Management Information Systems

AN INTRODUCTION TO THE COMPUTER

Week 1 Introduction to Programming

Lecture 01: Basic Structure of Computers

A Review of Chapter 5 and. CSc 2010 Spring 2012 Instructor: Qian Hu

1-1 Computer Structure

TUTORIAL Describe the circumstances that would prompt you to use a microprocessorbased design solution instead of a hard-wired IC logic design.

Computing Fundamentals and Programming Batch 2012 (Electronics and Telecomm) Chapter 1: Introduction and Overview to Computers.

Chapter 2 Basic Computer Configuration

Basic computer principles

Computer Systems Architecture

1.2.1 Electronic computers based on digital switching

Angel International School - Manipay 1 st Term Examination November, 2015 ICT

Computer Concepts and C Programming. Unit I 06CCP13

Chapter One. Introduction to Computer System

Trends in Computer System Capabilities

9/7/2012. Introduction. Peeking into Computer Science. Jalal Kawash Mandatory: Chapter 1 Optional: None. Reading Assignment

Chapter 5: Computer Systems Organization. Invitation to Computer Science, C++ Version, Third Edition

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

Computers in Engineering COMP 208

Chapter 7: Processor and Memory

Lecture 1 Introduction to Microprocessors

Parts of the Computer System. Parts of the Computer System. Parts of the Computer System. Essential Computer Hardware. Information Processing Cycle

Computer Skills Revision. By: Rana Hammady

Computer Organization

- Input hardware - Processing hardware - Storage hardware

System Unit. By: Khadeeja Farkash

Chapter 5: Computer Systems Organization

Chapter 4 The Components of the System Unit

Technology in Action

Components of a Computer System

System Unit Components Chapter2

Designing Computers. The Von Neumann Architecture. The Von Neumann Architecture. The Von Neumann Architecture

The Von Neumann Architecture. Designing Computers. The Von Neumann Architecture. CMPUT101 Introduction to Computing - Spring 2001

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan

Computer Hardware. Lect 3: Input / System Unit/Output & Storage

SSRVM Content Creation Template

Transcription:

Ms. Minerva A. Lagarde

Introduction Objectives At the end of this module, you should be able to: 1. explain how a computer works; 2. state the functions of each basic hardware component of a computer system; and 3. classify computers.

Computers - electronic device that accepts data, stores and processes the data, and generates information as output. Data input Computer (stores and processes data) output Info Fig 1.1 A Computer

Calculator vs. Computer Calculator is controlled through direct human intervention. example: 9+3=12 Computer processes the data and does the calculations automatically without human intervention by following a set of instructions (program).

Computers - Machines that process data under the control of a program. Data Program input Computer output Program Info Fig 1.2 A computer processes information under the control of a program

Computer System - Hardware Component - Software Component

Main memory Input Device Central Processing Unit (CPU) Output Device Secondary memory Fig 1.3 Basic computer components

Input and Output Devices Allow us to communicate with the computer. Examples: Input devices keyboard and mouse Output devices display screen (monitor)

Central Processing Unit (CPU) does data processing. 2 Parts: Control Unit (CU) takes care of the fetching and decoding process Arithmetic/Logic Unit (ALU) performs the arithmetic and logical operations using some electronic circuitry. Q: What specific component of the computer does the arithmetic computations? A: The arithmetic/logic unit (ALU)

Main memory and Secondary memory Consider the following example: (9-2)*(3+1)=28 bits (binary digits 0 and 1) and bytes 8 bits = 1 byte 1 kilobyte = 1024 bytes (2 10 ) 1 megabyte = 1024 kilobytes 1 gigabyte = 1024 megabytes

Computer Memory consists of main memory and secondary memory. Main memory vs. secondary memory technology used.

Memory Type Technology Limitations, Advantages and Disadvantages Main Memory Uses electric current Very expensive Fast access Volatile Secondary Memory Uses magnetic material Relatively cheap Slow access Non-volatile Q: Why do computers need to use both types of memories (main and secondary)? A: It uses main memory to be able to process data at high speeds (remember how the memory is used as temporary storage?), and it uses secondary memory to preserve data.

Two classes : Applications software and systems software Applications software programs used by people to solve their individual needs Examples: word processors ( to compose documents) and spreadsheet programs ( to perform calculations on numbers places in a table). Systems software programs that control the operations of the computer hardware.

Microcomputers small desktop systems made popular by IBM in the early 80s. Minicomputers - are more powerful than microcomputers ; intended to support several users who are concurrently doing different tasks. Example: Sun SPARCstation, DEC Alpha and the SGI Indigo.

Mainframes - large systems that can process huge amounts of data at a very high rate. Minicomputers vs. Mainframes Main difference is their input/output capacity and applications for which it is used. Minicomputer 2-5 GB of disk space; normally used for interactive applications Mainframes might have 100 GB of disk space; used for large transaction processing such as banking applications which involve huge databases.

Supercomputers - the fastest computers and achieve processing speeds more than 10 times that of the minicomputers. Used in highly specialized applications such as weather forecasting and space exploration. Q: Differentiate between microcomputers and minicomputers A: Microcomputers are less powerful than minicomputers. They are designed for individual use, while minicomputers are designed to handle several users at a time.

Name of Computer Year Constructed Features Mark 1 ENIAC (Electronic Numerical Integrator And Computer) 1944, at Harvard University 1946, at University of Pennsylvania First electromechanical computer Used electromechanical switching devices First fully electronic digital computer Used vacuum tubes Worked about 1,000 times as fast as Mark 1 Performed approximately 5,000 Arithmetic operations per Second

Name of Computer Year Features EDVAC (Electronic Discrete Variable Automatic Computer) UNIVAC I (UNIVersal Automatic Computer) 1949 First computer with program stored in its memory Used vacuum tubes 1951 First computer to be mass-produced and commercially available Used vacuum tubes Q: What distinguishes the first-generation, second-generation and third-generation computers from one another? A: The technology used. First-generation computers use vacuum tubes, second-generation computers use transistors, and third-generation computers use integrated circuits.

A computer is a machine that accepts data, processes the data by following a set of instructions (program), and outputs results. A computer system consists of the hardware part and the software part. The hardware refers to the physical component, while the software refers to the programs that the computer execute.

The basic hardware components of a computer are the input and output devices, the central processing unit, the main memory, and the secondary memory. The computer software are classified into applications software and systems software. Computers are categorized into four classes, namely, microcomputers, minicomputers, mainframes and supercomputers

What are the four (4) classifications of computers (4points)? What are five basic hardware components (5 points)? What distinguishes the first-generation, second generation, and third-generation computers from each other (3 points)?