Components of Computer

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
CPU Describe the purpose of the CPU
Chapter 2 System Unit Components Discovering Computers 2012: Chapter
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
By: Clara Miles and Jarrick Lumma.  The motherboard is the main circuit board of the system unit. It can also be called a system board.  It contains.
COMPONENTS OF THE SYSTEM UNIT
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
Internal hardware and external components of a computer Three-box Model  Processor The brain of the system Executes programs A big finite state machine.
Computer Processing of Data
E0001 Computers in Engineering1 The System Unit & Memory.
Introduction to Computing: Lecture 4
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Technology in Focus: Under the Hood
By Tyler Williams and Jake Eichorn. The System Unit The system unit is a case that contains electronic components of the computer used to process data.
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited by : Noor Alhareqi.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
The Central Processing Unit: What Goes on Inside the Computer
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
PARTS OF THE COMPUTER PREPARED BY: RENATO R. DE VERA II.
CSCI-100 Introduction to Computing Hardware Part I.
Academic PowerPoint Computer System – Architecture.
System Unit Working of CPU. The CPU CPU The CPU CPU stands for central processing unit. it is brain of computer It is most important component of the.
Computer Hardware – System Unit
General Computer Knowledge COE 201- Computer Proficiency.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
Chapter 2 Turning Data into Something You Can Use
Processor Rashedul Hasan. Processor The microprocessor is sometimes referred to as the 'brain' of the personal computer, and is responsible for the processing.
The System Unit What is the system unit? p Fig. 4-1 Next  Case that contains electronic components of the computer used to process data  Sometimes.
The Processor & its components. The CPU The brain. Performs all major calculations. Controls and manages the operations of other components of the computer.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
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,
Computer Hardware. 7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance.
Computer Hardware What is a CPU.
GCSE Computing - The CPU
Computers Are Your Future Tenth Edition
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
Computer Hardware – System Unit
Components of Computer
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Discovering Computers 2011: Living in a Digital World Chapter 4
Transforming Data Into Information
The Central Processing Unit
THE CPU i Bytes 1.1.
Chapter 2 – Computer hardware
Components of Computer
Edited by : Noor Alhareqi
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Phnom Penh International University (PPIU)
Week 3 The Components of the System Unit
General Architecture of Digital Computer
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Computers: Tools for an Information Age
Computers Inside and Out
Edited by : Noor Alhareqi
GCSE Computing - The CPU
WJEC GCSE Computer Science
Computers: Tools for an Information Age
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Components of Computer

Introduction Physical parts of the computer Touch, see and feel the hardware Consists of electronic circuits and mechanical components to perform various functions in the computer The hardware components are: Input Devices Output Devices Central Processing Unit Memory Unit Storage Devices

System Unit It is a box that contains different electronic components of computer used to process data The electronic components in the system unit are connected to motherboard All computer systems have a system unit System unit is made of plastic or metal to protect the components in it Most storage devices, memory processors, cards, ports and connectors reside inside the system unit Other devices like keyboard, mouse, speakers and printer reside outside the system unit

https://www.pinterest.com/pin/522628731727026013/

Types of System Unit Tower Model All-in-one Computer

Computer System

Motherboard Also called system board or main board Most important circuit board in system unit A communication medium for the entire computer system All components or devices of the computer are connected to motherboard Contain different chips A chip is a small semi conductor that contains integrated circuits on it An integrated circuit is a microscopic path that carries electrical current

Motherboard An IC may contain million of transistors A transistor works as an electronic gate that opens or closes the circuit for electronic signals

Motherboard http://patkay.hubpages.com/hub/the-motherboard-components

Central Processing Unit Main component of the computer Also called processor Brain of the computer Performs all the operations on the data according to program’s instruction It executes the program instructions and tells other parts of the computer what to do CPU fetches instructions of program from main memory and executes them one by one CPU also has the ability to decide which instruction will be executed next

Central Processing Unit Speed of the CPU is measured in Mega Hertz or Giga Hertz CPU is divided into two parts or sub-units Control Unit (CU) Arithmetic Logic Unit (ALU)

Central Processing Unit http://www.easy-computer-tech.com/cpu.html

Control Unit Most important component of the CPU Controls and coordinates all the activities of all other units of the computer Considered as logical hub of the computer Acts as central nervous system for other components of the computer For example, the control unit receives the data and instructions from the input device and stores them in main memory It perform all these functions by issuing commands to the relevant unit of the computer

Control Unit Also controls the execution of the instructions given to the computer Fetches the instruction and data from main memory Decodes and executes the instruction one by one

Arithmetic Logic Unit Another important component of CPU Performs the arithmetic and logical operations on the data When the control unit encounters an instruction related to perform arithmetic or logical operation on data, it passes that instruction to the ALU ALU consists of a number of registers and adder circuits A register is a temporary storage device, which holds data and instruction as long as it is being interpreted and executed

Arithmetic Logic Unit When the data and instruction are fetched from the main memory for processing, these have to be stored in one of the registers of the CPU

Multi-Core Processor Dual Core Processor Quad Core Processor http://www.cse.wustl.edu/~jain/cse567-11/ftp/multcore/

Types of Processors Two designs of CPU are as follows: CISC RISC

CISC Complex Instruction Set Computing Supports a large number of instructions Executes complex instruction more quickly Mostly used in PC and conventional mainframe computers

RISC Reduced Instruction Set Computing Reduces the instructions to only those used more frequently Executes simple instruction more quickly than CISC CPU Mostly used in workstations Workstations can work up to 10 times faster than most PCs due to RISC

Machine Cycle or Instruction Cycle

Instruction Set A set of instructions that can be performed by the CPU is called instruction set Arithmetic Instructions Logical Instructions Data Transfer Instructions Control Transfer Instructions

Pipelining In some computer, the control unit completes all four stages of the machine cycle before beginning work on the next instruction Most of the modern PCs support a concept called pipelining Parallel work known as pipelining Pipelining is a technique used to improve the execution throughput of a CPU by using the processor resources in a more efficient manner.

Pipelining http://www.digitalinternals.com/hardware/how-pipelining-improves-cpu-performance/113/

Registers A processor contains high speed and small sized locations, called registers Temporarily hold data and instruction during processing Size of register is 2 to 4 bytes May hold a program instruction while it is being processed by CPU May Hold the results of calculation Part of processor, but not part of main memory or storage devices

Types of Registers Memory Address Register (MAR) Memory Buffer Register (MBR) Instruction Pointer Register Instruction Register Accumulator Register Input/Output Register (I/O) Stack Control Register Flag Register

Registers http://slideplayer.com/slide/5990957/

System Clock It is an electronic component It generate the electric signals at a fast speed Controls all functions of the computer using clock ticks The ticks of system are known as clock cycle Set the speed of CPU Computer clock can tick from millions to billions times in one second

System Clock The power of CPU is determined by the speed with which it processes data A CPU that has higher clock speed can process more instructions per second than a CPU with lower clock speed The speed at which the CPU executes instructions is called clock speed or clock rate Processor speed is measured in MHz and GHz Hertz means “machine cycle per second”

Heat Sinks and Heat Pipes Heat sink is a small ceramic or metal component used to absorb and ventilate the heat produced by electrical components of computer Part of processor chip Can be installed on top or side of the chip Size of heat sink is large Occupies more space Heat Pipes are used to absorb heat in note book computers

Heat Sinks and Heat Pipes http://slideplayer.com/slide/5990957/

Coprocessor Special Additional Processor Chip Helps main processor to perform specific tasks Increase the performance of a computer A type of co-processor is known as floating-point co processor or math coprocessor

Parallel Processing A method in which multiple processors are used to speed up the processing is called parallel processing Work simultaneously to complete a program Divides the task into multiple smaller tasks Each processor solves the smaller task independently at the same time Two types are parallel processing Single Instruction / Multiple Data (SIMD) Multiple Instruction / Multiple Data (MIMD)

Data Representation Computer is an electronic device that works with digital signals Computer works in binary system This system consists of two digits 0 and 1 called bits Bit stand for binary digit Smallest unit of data that can be represented in computer A collection of 8 bits is called byte 1 byte can represent 256 different characters

Data Representation http://pathfinder.utsc.utoronto.ca/~dyer/csca57/book_P/node8.html

Data Representation Data is converted into binary form before it is stored inside the computer Process of converting data into binary form is known as encoding Data can be converted into binary form by using different encoding techniques Popular coding schemes are: BCD Code EBCDIC Code ASCII Unicode

BCD Code http://www.tutorialspoint.com/computer_logical_organization/binary_codes.htm

ASCII Code http://www.jimprice.com/jim-asc.shtml

References Introduction to Information Technology by Riaz Shahid, CM Aslam and Safia Iftikhar The Concepts of Information Technology by Imran Saeed, Ahsan Raza, Tariq Mehmood and Zafar Hussain