System Unit By Sam Gibbs. System Unit The main part of a personal computer Includes a chassis, microprocessor, main memory, bus, and ports Does not include.

Slides:



Advertisements
Similar presentations
Computer Hardware.
Advertisements

TECH SKILLS COMPUTER BASICS
Calera High School Dawn Bone
Computer Parts.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Basic Computer Hardware and Software.
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
IC3 GS3 Standard Computing Fundamentals Module
Chapter 4 Section 3.
V Material obtained from summer workshop in Guildford County.
Prepared by Careene McCallum-Rodney Hardware specification of a computer system.
COMPUTER SYSTEM.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
Parts of a Computer Vocabulary
COMPONENTS OF THE SYSTEM UNIT
Hardware specifications. Hard drive The hard drive is what stores all your data. It houses the hard disk, where all your files and folders are physically.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware.
Lesson 3 — How a Computer Processes Data
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
Computer Processing of Data
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
Lesson 2 — How Does A Computer Process Data?
CPU Computer Hardware Organization (How does the computer look from inside?) Register file ALU PC System bus Memory bus Main memory Bus interface I/O bridge.
COMPUTER MAIN PARTS HARDWARE Y SOFTWARE JORGE MARIO RESTREPO VALENCIA CESDE.
Computer Hardware Information Technology Week 5 and 6
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
(Tahlia and Mabel are SUPA!!!). CPU CPU mean central process unit A central process is the carries out the instructions to computer programming.
Computer main parts Por: Walter Pérez. HARDWARE Computer hardware refers to the physical parts of a computer and related devices. Internal hardware devices.
The Mechanics Of Computers The Operating System (OS) & Hardware.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
General Concepts of Computer Organization Overview of Microcomputer.
Lesson 1: Computer Concepts – Part 1. Computer Systems  Personal Computers Network server Desktop Laptop.
Computer Basic Vocabulary
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
Parts of the computer.
Nama: Chuli jimmi Manurung
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Academic PowerPoint Computer System – Architecture.
Chapter 1: How are computers organized?. Software, data, & processing ? A computers has no insight or intuition A computers has no insight or intuition.
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.
Internal & External components of the computer Abby Davis.
Chapter 2.
Interfaces. Peripheral devices connect to the CPU, via slots on the back of the computer.
Basic Computer Hardware and Software. Guilford County SciVis V
Basic Computer Hardware and Software.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Parts of a Computer Created by Carmen Garzes. An electronic device that manipulates information or data. It can store, retrieve or process data. There.
Computer Parts There are many parts that work together to make a computer work.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Lifting the Lid: How Computers Work. CPU  The Central Processing Unit  Sometimes called the microprocessor  Carries millions of electrical signals.
 Input - A device, such as a keyboard, used to enter information into a computer  Output - Electronic or electromechanical equipment connected to.
Part 1 WHAT SHOULD HAVE BEEN COVERED DAY ONE Ms. T. N. Jones1.
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,
Basic Computer Fundamentals
Basic Computer Hardware and Software.
Basic Computer Hardware & Software
System unit Performed by Bektasova P.S. Checked by Sultanova Zh.Zh.
Interfaces.
Basic Computer Hardware and Software.
Chapter 1: How are computers organized?
INTRODUCTION TO COMPUTERS
4. Computer system.
Presentation transcript:

System Unit By Sam Gibbs

System Unit The main part of a personal computer Includes a chassis, microprocessor, main memory, bus, and ports Does not include the keyboard, monitor, or any peripheral devices

Chassis Every computer system contains at least on chassis to house the circuit boards and wiring A metal frame that serves as the structural support for electronic components There are two basic flavors of chassis designs-desktop models and tower models

Chassis II If you want to insert more boards than there are slots, you will need expansion chassis, which provide additional slots

Desktop and Towers Tower model refers to a computer in which the power supply, motherboard, and mass storage devices are stacked on top of each other in a cabinet Desktop is stored in a more compact box It is more of an advantage to have a tower model because of fewer space constraints, which makes additions easier to install

Microprocessor A silicon chip that contains a CPU (Central Processing Unit) Microprocessor and CPU are compatible Microprocessors can control the logic in nearly all digital devices, from clock radios to fuel injection systems for automobiles

Three basic characteristics differentiate Microprocessors Instruction set: The set of instructions that the microprocessor can execute Bandwidth: The number of bits processed in a single instruction Clock speed: Given in Megahertz (MHz), the clock speed determines how many instructions per second the processor can execute

Main Memory Refers to the internal memory in the computer The word “Main” is used to distinguish it from external mass storage devices, such as disk drives Another term for main memory is RAM (Random Access Memory)

Main Memory cont. The computer can manipulate data that is only in the main memory Every program you execute and every file you access must be copied from a storage devices into the main memory The amount of memory is crucial because it determines how many programs can be executed at one time and how much data can be readily available to a program

Bus A collection of wires through which data is transmitted from one part of the computer to another Can be referred to as an “Internal Bus” -this connects all the internal computer components to the CPU and the main memory Also, “Expansion Bus” -enables expansion boards to access the CPU and memory

All Buses consist of 2 parts An Address Bus A Data Bus The Data Bus transfers actual data whereas the Address Bus transfers information about where the data should go

Port An interface on a computer which enables you to connect a device Internally, there are numerous ports connecting disk drives, display screens, and keyboards Externally, personal computers have ports for connecting modems, printers, mice, cameras, and other peripheral devices