Computer Organization ANGELITO I. CUNANAN JR. 1. What is Computer?  An electronic device used for storing and processing data.  It is a machine that.

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

An Overview of the Computer System
INTRODUCTION OF COMPUTER
An Overview of the Computer System
William Stallings Computer Organization and Architecture 9th Edition
Computer Components.
Using Computers CS French Chapter 1.
Introduction to Computer Systems
Office 2003 Introductory Concepts and Techniques M i c r o s o f t CPTG104 Intro to Information Systems Dr. Hwang Essential Introduction to Computers.
CP1610: Introduction to Computer Components Basic PC Components.
Introduction to Computers Essential Understanding of Computers and Computer Operations.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
Computer Architecture and Organization
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
Lesson 2 Information Processing. Objectives Define hardware and software Explain the three basic computer functions: input, processing, and output.
An Overview of Using Computers
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Computer Architecture and Organization Introduction.
CHAPTER 1 GC 101 Introduction to computers and programs.
Intro to Computers Computer Apps 1.
Chapter 1 Introduction. Architecture & Organization 1 Architecture is those attributes visible to the programmer —Instruction set, number of bits used.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
What is a computer? Computer is a device for processing information.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
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
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
Computer Basic Vocabulary
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Parts of the Computer System
Multimedia and Computers Introduction to Computers.
Computer Hardware. The Desk Top Computer A PC is a general-purpose information processing device. It can take data from a person (through the keyboard.
1 THE COMPUTER. 2 Input Processing Output Storage 4 basic functions.
Academic PowerPoint Computer System – Architecture.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
COMPONENTS OF INFORMATION TECHNOLOGY COMPONENTS OF A COMPUTER SYSTEM
ICS2O-What is Computer and Information Science There is a wide variety of definitions for what a computer is or what it does. Our definition for the computer.
DAILY QUESTION April 29, What is the difference between ROM and RAM? Hint: Use your book!
Introduction To Computers
361 Hardware, Software, and Computer Performance Lec 2.
Basic concepts of a computer system V1.0 (21/11/2005)
E LEMENTS OF C OMPUTER P ROCESSING S YSTEM. W HAT IS COMPUTER ? Electronic device used to store, retrieve, and manipulate the data.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
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.
My Computer System Room 219 My Computer System Monitor Books Power Monitor Keyboard Chair Headphones CPU Mouse Pad Power USB.
Identify internal hardware devices (e. g
Identify internal hardware devices (e. g
Introduction to Computing Systems
OPERATING SYSTEM CONCEPT AND PRACTISE
An Overview of the Computer System
CSNB COMPUTER SYSTEM CHAPTER 1 INTRODUCTION CSNB153 computer system.
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
IB Computer Science Topic 2.1.1
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
PARTS OF THE COMPUTER squires productions.
PARTS OF THE COMPUTER.
ECEG-3202 Computer Architecture and Organization
ECEG-3202 Computer Architecture and Organization
Overview of Computer Architecture and Organization
Logical Computer System
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
William Stallings Computer Organization and Architecture 7th Edition
Introduction to Computers
Presentation transcript:

Computer Organization ANGELITO I. CUNANAN JR. 1

What is Computer?  An electronic device used for storing and processing data.  It is a machine that can execute instructions that given by the user and operate the data base on the related instruction. The computer process the data to produce information.  The word computer was taken from Latin word Computare means “Calculate”. 2

Basic Function of a Computer…  Takes input, process it according to stored instructions and produces results as output. INPUTOUTPUTPROCESS STORAGE 3

Three Core Aspects of Computer… Hardware Physical parts or components of a computer. Software Sets of instructions, data, and programs that helps computers to do things. Peopleware Who actually use computers. People itself. 4

5 Categories of Hardware Device… 1. Input. These devices provide humans with a way to input data into the computer, so that the computer can process it into information. Keyboard, Mouse, Camera, Scanner, Biometric reader… 2. Processing. These devices process your data (raw facts) into information (something useful to humans). Central Processing Unit (CPU), Motherboard… 3. Output. These devices provide the computer with a means of outputting what it has processed. Monitor, Printer, Projector… 5

5 Categories of Hardware Device… (continued) 4. Storage. These devices provide the computer with a means of storing what it has processed. Hard drive, Memory (RAM), USB Drive… 5. Communication. These devices allow computers to communicate with other computers via computer networks, such as Local Area Networks or the Internet. Network Card Interface (NIC), Router… 6

2 Main Categories of Software… 1. System. System software is the software that communicates directly with the computer. It provides the interface between you and the computer. This software can be divided into 3 main categories.  Operating System (OS)  Utilities  Language Translators 7

2 Main Categories of Software… (continued) 2. Applications. Applications software is software written to be “applied” to a particular task, such as creating text documents or graphics. These programs are interpreted and run by the Operating System. Applications software can be categorized into many types. Here are several categories of popular software.  Word Processing  Presentation Graphics  Spreadsheets  Database Management  Browsers 8

What is Computer System?  A complete, working computer. Computer system will include the computer along with any software and peripheral devices that are necessary to make the computer function.  Basically divided into: Computer Architecture Computer Organization 9

Computer Architecture  Refers to those attributes of a system visible to a programmer or, put another way, those attributes that have direct impact on the logical execution of program. 10

Computer Organization  Refers to the operational units and their interconnections that realize the architectural specifications.  Integration between systems. *Each computer version have different organization. 11

Computer Classification…  CPU speed  The number of register inside CPU  Main memory size  Secondary memory size  Complexity of operating system  Physical size  Cyber memory space  The multiple-programming degree  Cost 12

Function and Structure…  Structure. The way in which the components are interrelated or communicates to each other.  Function. The operation of each individual component as part of the structure. 13

Function… Four basic functions that computer can perform: 1. Data Processing 2. Data Storage 3. Data Movement  Peripheral  Data Communications 4. Control 14

Function… (continued)  Functional view of computer Data Movement Apparatus Control Mechanism Data Processing Facility Data Storage Facility 15

 Possible Computer Operations Movement Control ProcessingStorage A Movement Control ProcessingStorage B Movement Control ProcessingStorage C Movement Control ProcessingStorage D 16

Structure… Four main structural components: 1. Central Processing Unit (CPU) 2. Main Memory 3. I/O 4. System interconnection 17

Computer Main Structure… Computer SYSTEM INTERCONNECTION MAIN MEMORY INPUT OUTPUT CPU Operating Environment (Source and Destination of Data) Peripherals Communication Lines Computer 18

Structure - CPU ► Registers ► Arithmetic Logic Unit (ALU) ► Internal Bus Three main groups of lines 1. Data bus 2. Address bus 3. Control bus ► Control Unit 19

Structure – CPU (Diagram) SYSTEM BUS CPU IO MEMORY INTERNAL CPU INTERCONNECTION ARITHMETIC LOGIC UNIT CONTROL UNIT REGISTERS CPU 20