Introduction to Computer Systems

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

The CPU The Central Presentation Unit What is the CPU?
INTRODUCTION OF COMPUTER
Computer Components.
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Computer Hardware.
1-1 ICS102: Introduction To Computing I King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science.
1 Introduction to computers Overview l · Grading Policy »Cheating Rules (serious concern) »Examinations and Fixation of Timings »Quizzes »Homework Assignments.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Computer Parts There are many parts that work together to make a computer work.
0 What is a computer?  Simply put, a computer is a sophisticated electronic calculating machine that:  Accepts input information,  Processes the information.
Computer Organization ANGELITO I. CUNANAN JR. 1. What is Computer?  An electronic device used for storing and processing data.  It is a machine that.
BLOCK DIAGRAM OF COMPUTER
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Introduction to Computing: Lecture 4
The Computer Systems By : Prabir Nandi Computer Instructor KV Lumding.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Introduction to Computers
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
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.
COMP1050 Winter 2015 Computer System Maintenance.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
What is a computer? Computer is a device for processing information.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Computer Architecture
Chapter 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
Parts of a Computer - Introduction
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Parts of the Computer System
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Academic PowerPoint Computer System – Architecture.
General Computer Knowledge COE 201- Computer Proficiency.
A.Abhari CPS1251 Topic 1: Introduction to Computers Computer Hardware Computer components Connecting Computers Computer Software Operating System (OS)
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction To Computers
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.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Chapter 3 Getting Started. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. Objectives To give an overview of the structure of a contemporary.
COMPUTER HARDWARE & SOFTWARE INTRODUCTION TO LIBRARY & INFORMATION SCIENCES (5501) WORKSHOP SPRING 2013 By: Huma Malik Librarian, Preston University, Islamabad.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Computer Basics 1 Chapter One Computer Basics Part 1.
Sara Naheed Amjad Information Technology
Computer Systems Nat 4/5 Computing Science Computer Structure:
Sara Naheed Amjad Information Technology
An Overview of the Computer System
Course Name: Computer Application Topic: Central Processing Unit (CPU)
08/28/06 parts of the computer.
Looking Inside the machine (Types of hardware, CPU, Memory)
Computer components.
Logical Computer System
INTRODUCTION TO COMPUTERS
COMPUTER FUNDAMENTALS i
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
4. Computer system.
08/28/06 parts of the computer.
Computer components.
Presentation transcript:

Introduction to Computer Systems Lecture Objectives: The student should be able to identify and explain the major components of a computer system in terms of their functions. What is a Computer? Anatomy of a Computer System Computer Software Computer Hardware Fetch-Decode-Execute Cycle CPU Families Exercises

What is a Computer System? A computer system is an electronic device which can input, process, and output data Input data of a computer may represent numbers, words, pictures etc Programs that control the operations of the computer are stored inside the computer input processing output memory

Major Components of a Computer System A computer system consists of two main parts: hardware and software Hardware is the physical components and software is the non-physical components of a computer system. Computer hardware is divided into three major components: 1.  Input/Output (I/O) devices 2. Computer memory 3. The Central Processing Unit (CPU)     Computer software is divided into two main categories: 1. Systems software 2. Applications software

Systems Software System software manages computer resources and makes computers easier to use Systems software can be divided into three categories: 1. Operating System (OS) Examples: Windows, UNIX and Macintosh 2. System support software Examples: disk-formatting and anti-virus programs. 3. System development software. Example: Language translators.

Applications Software An applications software enables a computer user to do a particular task Example applications software include: Word processors Game programs Spreadsheets (or Excel sheets) Database systems Graphics programs Multimedia applications

Computer Hardware                                                                                         

I/O (Input/Output)Devices Input devices are used to enter programs and data into a computer. Examples: keyboard, mouse, microphone, and scanner. Output devices are where program output is shown or is sent. Examples: monitor, printer, and speaker. I/O devices are slow compared to the speed of the processor. Computer memory is faster than I/O devices: speed of input from memory to processor is acceptable.

Computer Memory The main function of computer memory is to store software. Computer memory is divided into primary memory and secondary memory. Primary memory is divided into random access memory (RAM) and read-only memory (ROM): The CPU can read and write to RAM but the CPU can read from ROM but cannot write to ROM RAM is volatile while ROM is not. Secondary memory Examples of secondary memory devices are: hard disks, floppy disks and CD ROMs

Primary Memory

The CPU The CPU is the "brain" of the computer system. The CPU directly or indirectly controls all the other components. The CPU has a limited storage capacity. Thus, the CPU must rely on other components for storage. The CPU consists of: 1.      The Arithmetic and Logic Unit (ALU). 2.      The Control Unit (CU). 3.      Registers. The CPU components are connected by a group of electrical wires called the CPU bus.

The CPU (cont’d)

Fetch Decode Execute Cycle The CPU continuously transfers data to and from memory Data transfer is done in units called instructions or words When a computer is switched on, the CPU continuously goes through a process called fetch-decode-execute cycle: The Control Unit fetches the current instruction from memory, decodes it and instructs the ALU to execute the instruction. The execution of an instruction may generate further data fetches from memory The result of executing an instruction is stored in either a register or RAM

Fetch-Decode-Execute Cycle (cont’d) Instruction Cycle Main Memory Control Unit 1 Fetch 2 Decode cpu RAM Execution Cycle Execute 3 Store 4 Arithmetic/Logic Unit

CPU Families Different people understand different natural languages. Similarly each processor family understands its own machine language. The fundamental difference between computers that are not compatible is in their processors. Here are some CPU families: Pentium Power PC SPARC The question now is: Is it possible to write a single program that can be understood and correctly executed on machines with different processors? We’ll address this question in a subsequent lecture.

Drill Questions Write short notes explaining the functions of each of the following Computer memory The CPU Computer software I/O devices can be used to input into and output from a computer system. Then, is computer memory necessary? Explain. Since the OS controls the hardware and software in a computer system, which programs control the loading of an OS onto a computer system? The system bus consists of three buses. Mention them and explain each of them briefly. Since different CPUs understand different instructions, how are we able to exchange information between machines with different CPUs?