Elements of a Computer System Dr Kathryn Merrick Thursday 4 th June, 2009.

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

COMP6005 An Introduction to Computing Session Two: Computer Hardware.
CENTRAL PROCESSING UNIT
Parts & Functions of a Computer. 2 Functions of a Computer.
Using Computers CS French Chapter 1.
Battery BIOS. CPU (Central Processing Unit) Brain of the computer Executes millions of instructions per second Built using millions of transistors Needs.
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
IT Systems Memory EN230-1 Justin Champion C208 –
Computer Hardware In this lecture, we will study:
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.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
By: Dwayne Burl.  The Central Processing Unit (CPU) is responsible for interpreting and executing most of the commands from the computer's hardware and.
Hardware Case that houses the computer Monitor Keyboard and Mouse Disk Drives – floppy disk, hard disk, CD Motherboard Power Supply (PSU) Speakers Ports.
Memory Hierarchy.
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Input, Output, and Storage & Introduction to Basic Computer Architecture Week 2.
Lesson 3 — How a Computer Processes Data
Chapter 3 Computer Hard ware
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.
Lesson 2 — How Does A Computer Process Data?
Hardware & Software The CPU & Memory.
2.0 Computer System.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Computer Parts. Two Basic Parts Hardware & Software.
ELN230 – Bazlur slide 1 ELN230 Lecture – 02c PC Components.
Computer Basics.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Parts of the Computer System
Looking Inside the Computer System
COMPUTER Structure Int 2 Unit 1 – Computer Systems St Kentigern’s Academy.
Exploring Windows and Essential Computing Concepts - Getting Started 1 Getting Started Essential Computing Concepts.
Computer Based Systems Stage 2 Information Technology Studies Computer & Communication Systems.
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,
CompTIA A+ Guide to Managing & Maintaining Your PC By: JEAN ANDREW Computer Maintenance Chapter 1: Computer Basics Knowledge.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Systems Objectives: To gain an understanding of the types of computer systems. Be able to identify the main components. Understand the difference.
Lecture-03 PC Components. System Components Video Card Sound Card Monitor (Display) Speakers Modem (or Network Card)
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.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computer Components ICS 3U0.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
An Overview of the Computer System
introduction to computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Primary Storage and Secondary Storage Devices Chapter 3
Introduction to Computers
Introduction to Computers
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Computer Based Technology:
Computer Basics Hardware and Software.
Computer Hardware Prepared by:- Mr. Pawan Kumar
Introduction to Computers
National Diploma in Computer Studies
Computer Basics Hardware and Software.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
- CHAPTER 1 – Basic Concepts of Information Technology
Objectives Describe the difference between RAM and ROM
4. Computer system.
Computer components.
Presentation transcript:

Elements of a Computer System Dr Kathryn Merrick Thursday 4 th June, 2009

Overview Elements of a computer system: 1.Hardware 2.Software 3.People 4.Procedures

1. Hardware Components In order for a computer to do useful work it must have: Input devices Processing devices Storage Output devices

Mouse and Keyboard

Vision and Sound

Specialised Input Devices Joystick Wii Force feedback steering wheel and pedals Haptics devices

Central Processing Unit Heart of Computer: Fetches program instructions from memory Performs operation Writes result back into memory Consists of a number of components Registers where variables are stored Arithmetic/Logic Unit (ALU) Clock speed measured in GHz gives an indication of the power of the CPU

Graphics Processing Unit Do computations related to 3D graphics 2D acceleration Frame buffering At least as powerful as the CPU Can be in video card or integrated directly into motherboard

Primary Storage Memory is essential to store: The instructions of a program that is executing The data upon which the program acts Two main types: Random Access Memory (RAM) Read Only Memory (ROM)

Random Access Memory Main memory of the computer Small amount of fast memory used as a cache Can be read from and written to Volatile When the power is turned off its contents are lost Different speeds: faster is more expensive.

Read Only Memory Cannot be written to by user Non-volatile Burned in at time of manufacture Used to hold the boot code or bios code

Secondary Storage Equipment Tape drive: used for archival storage up to 20 Gig (cheap and stable) CD: 600M capacity DVD: 5-9G Gig capacity Flash memory capacity up to 32 Gig Plug and play, quick and convenient Old school floppies: storage in kB Hard disk drive: Gig capacity

Output Devices

Communication Devices Computers need a way to communicate with other computers Typical communication alternatives Local area network Wireless network Bluetooth Infra-red

2. Software Operating system software Manages system resources Generic software Word processors, spread-sheets… Specialised software Programming environments, 3D modelling, organisation specific software…

Operating Systems Manages sharing of system resources between processes Memory allocation Prioritising resource access Controls input and output Facilitates computer networking File system management Provides programmers with an interface to access resources

June, 2008 Market Share Windows 90.89% Mac 7.94% Linux 0.8% Solaris 0.01% Other 0.36%

3. People Commercial computer systems often require a number of professionals to ensure the smooth running of the system: System Administrator Systems Analyst Programmer

Systems Analyst Help people and organisations solve their problems by identifying the role a computer system can play. Identify what is possible and how a new system will work. Gather system requirements Develop models for a new system

System Administrator Responsible for maintaining computer systems across an organisation: Initial machine configuration Creating user accounts Granting network access Fixing problems

4. Procedures Hardware: how often are computers upgraded or replaced? Application software: when are new versions purchased? Backup routine: how often? where are copies kept? Anti-virus software: how is is renewed? Security: who has access to servers? Passwords: how many letters / numbers?

Summary After this lecture you should be able to describe and give examples of: Elements of a computer system: Hardware, Software People, Procedures Main hardware components of a computer: Input Output Processing Storage