SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.

Slides:



Advertisements
Similar presentations
The Central Processing Unit: What Goes on Inside the Computer.
Advertisements

COMP6005 An Introduction to Computing Session Two: Computer Hardware.
CENTRAL PROCESSING UNIT
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.
Basic Computer Organization CH-4 Richard Gomez 6/14/01 Computer Science Quote: John Von Neumann If people do not believe that mathematics is simple, it.
Components of a computer
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Instructions Slides 3,4,5 are general questions that you should be able to answer. Use slides 6-27 to answer the questions. Write your answers in a separate.
COMPONENTS OF A PERSONAL COMPUTER.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
Processing Devices.
BLOCK DIAGRAM OF COMPUTER
Memory Hierarchy.
Lesson 3 — How a Computer Processes Data
Chapter 3 Computer Hard ware
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Computer Processing of Data
Introduction to Computing: Lecture 4
Discovering Computers 2012: Chapter 4
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.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
* There are two major aspects of computer a. Hardware b. Software
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
CIM101 : Introduction to computer Lecture 3 Memory.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Information Technology Basic Computer Architecture Adnan Khalid.
CSCI-100 Introduction to Computing Hardware Part I.
COMPONENTS OF A PERSONAL COMPUTER.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
CS 1308 Computer Literacy and the Internet. Objectives In this chapter, you will learn about:  The components of a computer system  Putting all the.
Central Processing Unit Part I Bayram Güzer. Central Processing Unit Central processing unit is a control center that converts data input to information.
Computer Hardware – System Unit
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,
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Computer operation is of how the different parts of a computer system work together to perform a task.
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.
A memory is just like a human brain. It is used to store data and instructions. Computer memory is the storage space in computer where data is to be processed.
Chapter 2.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Hardware and Software By: Kyle Face. Hardware! Main computer hardware components Hardware refers to the physical components of a computer (What you can.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
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.
Part 3 Ms. T. N. Jones1. Vocabulary 1. A design for health, safety, and comfort 2. A tool used to put data into a computer, such as a keyboard, mouse,
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School THE PROCESSING UNIT LESSON 2.
Chapter 2 content Basic organization of computer What is motherboard
Computer Hardware What is a CPU.
Computer Components ICS 3U0.
Computer Hardware – System Unit
The Central Processing Unit
introduction to computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Introduction to Computers
PARTS OF THE COMPUTER squires productions.
PARTS OF THE COMPUTER.
Introduction to Computers
Components of a CPU AS Computing - F451.
4. Computer system.
Computer components.
Presentation transcript:

SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER

A typical personal computer has hard, floppy and CD-ROM disks for storage, memory and CPU chips inside the system unit, a keyboard and mouse for input, and a display, printer and speakers for output. The arrows represent the direction information flows between the functional units. Computer systems ranging from a microcomputer to a large supercomputer contain components providing five functions.

If you use a desktop computer, you might already know that there isn't any single part called the "computer.". A computer is really a system of many parts working together. The physical parts, which you can see and touch, are collectively called hardware. Software, on the other hand, refers to the instructions, or programs, that tell the hardware what to do

The main elements of a Personal Computer are: Input/Output Main Memory Central Processing Unit (CPU) Storage

PERIPHERAL DEVICES Technically, a computer need only be made up of a CPU and some RAM. But a computer like this would not be much use to anybody – other devices need to be connected to allow data to be passed in and out of the computer. The general name for these extra devices is ‘peripheral devices’. They are usually categorised into input devices, output devices and storage devices.

PERIPHERAL DEVICES Input Devices Devices that bring data INTO the computer. Output Devices Devices that bring data OUT of the computer. Storage Devices Devices that is capable of STORING information.

MEMORY Memory is also known as primary storage, primary memory, main storage, internal storage, main memory, and RAM (Random Access Memory). Memory is the part of the computer that holds data and instructions for processing. Although closely associated with the CPU, memory is separate from it. Memory stores program instructions or data for only as long as the program they pertain to is in operation.

RAM (RANDOM ACCESS MEMORY) Random-access, commonly known as RAM or simply memory, provides space for your computer to read and write data to be accessed by the CPU. RAM is volatile; data stored in RAM stays there only as long as the computer is running. As soon as the computer is switched off, the data stored in RAM disappears.

RAM (RANDOM ACCESS MEMORY) There are two different types of RAM: 1.DRAM (Dynamic Random Access Memory) 2.SRAM (Static Random Access Memory). SRAM faster and more reliable than the more common DRAM doesn't need to be refreshed like dynamic RAM. Volatile i.e. lose their contents when the power is turned off SRAM Uses multiple transistors, typically four to six, for each memory cell but doesn't have a capacitor in each cell. It is used primarily for cache. DRAM has memory cells with a paired transistor and capacitor requiring constant refreshing Volatile i.e. lose their contents when the power is turned off DRAM only one transistor and a capacitor are required per bit. DRAM is used in main memory

ROM (READ ONLY MEMORY) Read-Only Memory (ROM) is an integrated-circuit memory chip that contains configuration data. ROM is used in most computers to hold a small, special piece of software: the 'boot up' program. This software runs when the computer is switched on or 'boots up'. The software checks the computer’s hardware and then loads the operating system.

ROM (READ ONLY MEMORY) Data stored in ROM is nonvolatile - it is not lost when your computer is turned off. Data stored in ROM is either unchangeable or requires a special operation to change. Examples of ROM are: Programmable ROM (PROM), Erasable Programmable ROM (EPROM) and Electrically Erasable Programmable ROM (EEPROM).

What is Also called as a processor, microprocessor, central processor, “the brains of the computer”, the CPU is the heart of any computer system. It interprets and carries out basic instructions that operate a computer. CENTRAL PROCESSING UNIT (CPU)? Central Processing Unit itself consists of three main subsystems; Control Unit, Registers, And Arithmetic and Logic Unit(ALU).

Control Unit (CU) The control unit of the CPU contains circuitry that uses electrical signals to direct the entire computer system to carry out, or execute, stored program instructions. The control unit does not execute program instructions; rather, it directs other parts of the system to do so. The control unit must communicate with both the arithmetic/logic unit and memory.

Arithmetic & Logic Unit (ALU) Arithmetic logic unit (ALU) is a digital circuit that performs arithmetic and logical operations. An ALU loads data from input registers, an external Control Unit then tells the ALU what operation to perform on that data, and then the ALU stores its result into an output register. The Control Unit is responsible for moving the processed data between these registers, ALU and memory.

Arithmetic/logic unit (ALU) performs execution part of the machine cycle. The execution consists of arithmetic (addition, subtraction, multiplication, and division), Comparison (greater than, equal to, or less than) and Logical (AND, OR, NOT). Arithmetic & Logic Unit (ALU)

Registers are temporary storage areas for instructions or data. They are NOT a part of memory; rather they are special additional storage locations that offer the advantage of speed. Registers

Registers work under the direction of the control unit to accept, hold, and transfer instructions or data and perform arithmetic or logical comparisons at high speed. The control unit uses a data storage register the way a store owner uses a cash register – as a temporary, convenient place to store what is used in transactions. Registers

How the CPU Executes Program Instructions? Before an instruction can be executed, program instructions and data must be placed into memory from an input device or a secondary storage device. Once the necessary data and instruction are in memory, the central processing unit performs the following FOUR steps for each instruction: STEP 1: The control unit fetches (gets) the instruction from memory. STEP 2: The control unit decodes the instruction (decodes what it means) and directs the necessary data to be moved from memory to the ALU. STEP 3: The ALU executes the arithmetic or logical instruction. That is, the ALU is given control and performs the actual operation on the data. STEP 4: The ALU stores the result of this operation in memory or in a register.

STEP 1 & STEP 2 together are called instruction time, or I-time. STEP 3 & STEP 4 together are called Execution time, or E-time.

STORAGE DEVICES What is Storage? Storage holds data, instructions and information for future use. Every computer stores system software and application software. To start up, a computer locates an OS in storage, usually a hard disk and loads it into memory (RAM). When a user issues a command to start application software, the OS locates the program in storage such as on a hard disk or optical disc and loads it into memory (RAM). Storage requirements among user vary greatly. For example, a home user may need 320 GB of storage, while enterprises may require 50 PB.

STORAGE DEVICES What is Storage Medium? A storage medium, also called secondary storage, is the physical material on which a computer keeps data, instructions and information. Examples of storage media are hard disks, solid state drives, memory cards, USB flash drives, etc. Cloud storage is another storage option, in which the actual storage media used is transparent to user.