Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.

Slides:



Advertisements
Similar presentations
Chapter 4 The Central Processing Unit
Advertisements

Components of a computer system
Computer Memory and Data Transfer
What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
The Central Processing Unit (CPU) Understanding Computers.
BT 1005 Managing Information Lecture 2 Data Representation, Storage and Transmission.
The Central Processing Unit: What Goes on Inside the Computer.
CENTRAL PROCESSING UNIT
© 2014 by McGraw-Hill Education. This is proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Parts & Functions of a Computer. 2 Functions of a Computer.
Computer Hardware Processing and Internal Memory.
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
Chapter 4 The Components of the System Unit
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
Introduction Computer Hardware Jess 2006 The CPU.
Computer Systems Computer Performance.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Class5: Computer Hardware Information Systems for Management.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
E0001 Computers in Engineering1 The System Unit & Memory.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Principles of Information Systems, Sixth Edition Hardware: Input, Processing, and Output Devices Chapter 3.
GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware.
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Computer Parts. Two Basic Parts Hardware & Software.
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.
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.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Computers © 2005 Prentice-Hall, Inc.Slide 1. Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Organization & Assembly Language © by DR. M. Amer.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
Understanding Memory.
Identifying Hardware Components in a Computer (continued) Clock Speed (continued) The computer has a system clock that generates a regular electronic beat.
 Introduction to the CPU Introduction to the CPU  Main Operations of the CPU Main Operations of the CPU  Explanation of Operations Explanation of Operations.
Principles of Information Systems, Sixth Edition Hardware: Input, Processing, and Output Devices Chapter 3.
Computer Hardware – Part 2 Basic Components V.T. Raja, Ph.D., Information Management Oregon State University.
Activity 1 Review the work from last lesson so that you can explain the following: -What is the purpose of a CPU. -What steps does the CPU take to process.
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
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.
LECTURE 5: CPU and MEMORY. electronic components I. Four main types of electronic components in computers: 1. transistors/resistors 1. transistors/resistors.
MEMORY is part of the Central Processing Unit, or CPU, where data and information are stored. There are two main types of memory in a computer – RAM.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
GCSE OCR Computing A451 The CPU Computing hardware 1.
APPENDIX A Hardware and Software Basics
The Central Processing Unit (CPU)
Introduction Computer Hardware Jess 2006
Hardware specifications
Processor/Memory Chapter 3
The Central Processing Unit
CS-301 Introduction to Computing Lecture 17
Computers © 2005 Prentice-Hall, Inc. Slide 1.
PRIMARY STORAGE.
Introduction to Computing
Central Processing Unit
4. Computer system.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University

Basic Components of Hardware Input Devices Processor/Central Processor/Chip –CPU/ALU –Primary Storage Secondary Storage Output Devices Communication Devices (to be discussed later in another chapter)

Processor Processor (Chip) has CPU and Primary Memory CPU does all the processing work in a computer Primary memory stores data and instructions Instruction: A command that tells a computer how to accomplish a given task CPU has Arithmetic Logic Unit (ALU) and Control Unit Control Unit accesses data and instructions from Primary Memory, and transfers them to ALU ALU performs basic arithmetic and logical operations

Types of Primary Memory: ROM and RAM ROM –PROM –EPROM RAM –SIMM –DIMM –SDRAM –RDRAM ROM stores some basic instructions permanently ROM is non-volatile RAM acts as a temporary storage for data and instructions RAM is volatile RAM size commonly expressed in MB or GB e.g,. 256 MB RAM; 2 GB RAM

Types of Primary Memory: Cache Memory Cache memory is a temporary storage for frequently used information CPU searches cache memory for data and instructions before it searches RAM Cache is typically located closer to CPU than RAM Bigger the cache, the faster the computer will perform (assuming all other factors are constant) Cache is volatile

Terminology What is clock speed? –Speed at which the processor completes machine cycles –Measured in Megahertz (MHz) or Gigahertz (GHz) Mega: Million; Giga: Billion –Hence, terminologies such as Pentium 4 / 3.2 GHz What is word length? –Number of bits that the processor processes at one time. –Example: 16-bit, 32-bit, 64-bit chips

Terminology What is data bus width? –The number of bits that can be moved at one time between the CPU, primary memory and other devices of a computer. Which would you select? A 16-bit chip with a 16-bit data bus width (or) a 32-bit chip with a 8-bit data bus width? Factors affecting speed of a computer are: –Clock Speed –Word Length –Bus Width

Input Devices Examples of input devices? What is Source Data Automation (SDA)? Examples of SDA? What are some advantages associated with SDA?

Storage Devices Examples of secondary storage? Typical storage capacity of secondary storage devices