Computer Components Sunday, 30 August 2015CSC1103- Nouf AlJaffan 1.

Slides:



Advertisements
Similar presentations
Computer Hardware.
Advertisements

Computer Basics 2.
Basic Computer Vocabulary
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.
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
A computer is a machine that is used to store and process data electronically Computer Definition.
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.
Introduction to Computer Systems
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction to Computer Terminology
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers Essential Understanding of Computers and Computer Operations.
IC3 GS3 Standard Computing Fundamentals Module
A computer is a machine that is used to store and process data electronically Computer Definition.
BLOCK DIAGRAM OF COMPUTER
Computer Basics Diagram
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Explore the Parts of a Computer
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Introduction to Computers
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
Computer Parts. Two Basic Parts Hardware & Software.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Computer Basics 2.
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.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
A computer is a machine that is used to store and process data electronically Computer Definition.
Computer Architecture
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
COMPUTER Structure Int 2 Unit 1 – Computer Systems St Kentigern’s Academy.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
The Computer System CS 103: Computers and Application Software.
Computer Software Operating Systems – Programs. Computer Language - Review We learnt that computers are made up of millions of tiny switches that can.
Introduction to Computers. What is a computer?computer.
A.Abhari CPS1251 Topic 1: Introduction to Computers Computer Hardware Computer components Connecting Computers Computer Software Operating System (OS)
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,
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
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,
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
ICT COMPUTER FUNDAMENTALS
King Saud University- College OF Applied Studies
King Saud University- College OF Applied Studies
An Overview of the Computer System
UNDERSTANDING YOUR COMPUTER
Computer Hardware and Software
ICT COMPUTER FUNDAMENTALS
Introduction to Computers
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
Introduction to Computers
Chapter 2: Computer Hardware
Unit One - Computing Fundamentals
Computer components.
4. Computer system.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Computer components.
Presentation transcript:

Computer Components Sunday, 30 August 2015CSC1103- Nouf AlJaffan 1

Computer Definition  A computer is a machine that is used to store and process data electronically Sunday, 30 August 2015CSC1103- Nouf AlJaffan 2

A Computer System  Hardware  Software  User Sunday, 30 August 2015CSC1103- Nouf AlJaffan 3 Hardware Software User

A Computer System (Contd.)  In general, a computer is a machine which accepts data, processes it and returns new information as output. Sunday, 30 August 2015CSC1103- Nouf AlJaffan 4 Data Information Processing

1+2 3 memor y Brain 1+2 Sunday, 30 August 2015 CSC1103- Nouf AlJaffan 5

1+2 Input devices 3 Output devices Memor y CPU Computer Sunday, 30 August 2015 CSC1103- Nouf AlJaffan 6

Computer components SoftwareHardware Sunday, 30 August 2015CSC1103- Nouf AlJaffan 7

Hardware  Pieces of equipment that make up a computer system.  These are the parts you can touch (although many parts are contained within the computer’s case). Sunday, 30 August 2015CSC1103- Nouf AlJaffan 8

Example of Computer Specification Sunday, 30 August 2015CSC1103- Nouf AlJaffan 9

Computer hardware Storage Devices Output devices Input devices memory Central Processing Unit CPU Sunday, 30 August 2015CSC1103- Nouf AlJaffan 10

The Central Processing Unit (CPU)  The brains of the computer All the "thinking", calculating and processing is done by the CPU.  The CPU also control the transfer of information between the secondary and main memory  The speed at which CPU can process information is Known as its Clock Speed  Sunday, 30 August 2015CSC1103- Nouf AlJaffan 11

The Central Processing Unit (CPU)  This is measured in megahertz (MHz) or gigahertz (GHz).  1 megahertz = 1 million cycles per second.  1 gigahertz = 1000 megahertz.  The CPU also incorporates an  Arithmetic Logic Unit (which performs the calculations and logical operations within the computer)  Control Unit (which fetches, decodes and executes data from the memory). Sunday, 30 August 2015CSC1103- Nouf AlJaffan 12

Memory (RAM)(ROM) Sunday, 30 August 2015CSC1103- Nouf AlJaffan 13

RAM (Random Access Memory) or main memory  Random access memory is used in a PC to temporarily store data when you are using applications.  RAM is also used to store program instructions and feed information to the CPU to process.  RAM is not permanent, when you switch off the PC (or shut down), the contents of RAM are lost or emptied This is known as volatile memory. Sunday, 30 August 2015CSC1103- Nouf AlJaffan 14

ROM (Read Only Memory)  This is a special type of memory which contains all the information the computer needs to switch itself on, check that all its systems are working and to tell the PC what things are plugged into it.  Data stored cannot be changed or overwritten by you, and stays the same even when the PC is switched off. Sunday, 30 August 2015CSC1103- Nouf AlJaffan 15

Language of Computers CComputers only understand the electronic signals. Either Current is flowing or not. CCurrent Flowing : ON CCurrent Not Flowing : OFF BBinary Language OON : 1 OOFF : 0 BBit, Byte, KB, MB, GB Sunday, 30 August 2015CSC1103- Nouf AlJaffan 16

The Information Storage Unit Byte A Bit Sunday, 30 August 2015 CSC1103- Nouf AlJaffan 17

The Information Storage Unit the amount of storage space needed to hold either a 1 or a 0 in memory (binary numbering ) This is the smallest unit of computer memory bit Equal to 8 bits, this is the amount of storage space needed to hold one character byte bytes1024Kilobyte(KB) 1024KBMegabyte(M B) 1024MBGigabyte(GB ) 1024GBTerabyte(TB ) Sunday, 30 August 2015CSC1103- Nouf AlJaffan 18

Input devices  An input device is any device that is used to supply information to a computer (as data or for the selection of commands/menus/icons etc) Sunday, 30 August 2015 CSC1103- Nouf AlJaffan 19

Sunday, 30 August 2015 CSC1103- Nouf AlJaffan 20

Output devices Any devices that allows the result of computer processing activity to be seen or heard Plotter Printer Sunday, 30 August 2015 CSC1103- Nouf AlJaffan 21

Output device: Screen  CRT  LCD  Plasma Sunday, 30 August 2015CSC1103- Nouf AlJaffan 22

Output device Sunday, 30 August 2015CSC1103- Nouf AlJaffan 23 Speaker DataShow

Computer hardware Storage device Output devices Input devices memory Central Processing Unit Sunday, 30 August 2015CSC1103- Nouf AlJaffan 24

Storage drives  Storage drives are used to store and transfer data files.  After data is entered into a computer, is must be saved as a file to preserve its contents after the computer is switched off. Sunday, 30 August 2015CSC1103- Nouf AlJaffan 25

Hard Disk  drive HDD Usually fixed inside the computer and stores large volumes of data, which can be accessed and retrieved quickly.  A software application must also install files onto the hard disk drive in order to run.  when the user requests its use the access time of a HDD is measured in milliseconds(msec) Sunday, 30 August 2015CSC1103- Nouf AlJaffan 26

Floppy disk drive: A floppy disk drive is like a hard disk, but with removable disks called floppies, floppy disks or diskettes. Floppies can be used to transfer small files from one PC to another (up to 1.4MB) CD-ROM/DVD-ROM Drive: CD-ROM (Compact Disk – Read Only Memory) CD-ROM -> CD-R -> CD-RW -> DVD -> DVD-R Sunday, 30 August 2015CSC1103- Nouf AlJaffan 27

Computer components SoftwareHardware Sunday, 30 August 2015CSC1103- Nouf AlJaffan 28

Software  Software is set of programs (which are step by step instructions) telling the computer how to process data.  Software needs to be installed on a computer, usually from a CD.  Softwares can be divided into two groups: - System SW - Application SW Sunday, 30 August 2015CSC1103- Nouf AlJaffan 29

Software (Contd.) System Software  It controls the overall operation of the system.  It is stored in the computer's memory and instructs the computer to load, store, and execute an application.  Examples: Operating System (OS), Translators DOS, Microsoft Windows, Unix, Linux, OS2, BeOS, OS-X (Mac OS) and so on  Operating system cannot run without the BIOS Sunday, 30 August 2015CSC1103- Nouf AlJaffan 30

Software (Contd..) Application Software  They are Softwares written to perform specific tasks.  The basic types of application software are: word processing, database, spreadsheet, desktop publishing, and communication. Examples: MSOffice, MSOutlook, BANKSOFT Sunday, 30 August 2015CSC1103- Nouf AlJaffan 31

Application Software  Applications Software must be compatible with the Operating Systems  Common Applications Software:  Word Processing as Microsoft Word  Spreadsheets as Microsoft Excel  Database as Microsoft Access  Presentation as Microsoft PowerPoint  Web browsing as Internet Explorer Sunday, 30 August 2015CSC1103- Nouf AlJaffan 32

Sara Turn on her computer and then open the word processor to write her homework What are the steps taken by the computer to do this task in order ? Load MS word in to the RAM Run the BIOS software from the ROM the BIOS crries out the Power On Self Test(POST) read the OS files from HDD and copy them to the RAM Sunday, 30 August 2015CSC1103- Nouf AlJaffan 33

Types of computer Sunday, 30 August 2015CSC1103- Nouf AlJaffan 34

Types of Computers On the basis of Computing Power & Size: LLaptop / Palmtop MMicro Computer / Desktop MMini Computer / Mainframe SSuper Computer Sunday, 30 August 2015CSC1103- Nouf AlJaffan 35

Types of computer (PC) 1- Personal Computer Typical users Cost SpeedCapacity ??? ? Sunday, 30 August 2015CSC1103- Nouf AlJaffan 36

Types of computer (PC) 2- Network Computer Typical users Cost SpeedCapacity ??? ? Sunday, 30 August 2015CSC1103- Nouf AlJaffan 37

Types of computer (PC) 3-laptop computers Typical users Cost SpeedCapacity ??? ? Sunday, 30 August 2015CSC1103- Nouf AlJaffan 38

Types of computer (PC) 4-PDA Typical users Cost SpeedCapacity ??? ? Sunday, 30 August 2015CSC1103- Nouf AlJaffan 39

Types of computer (PC) 5-Mainframe Typical users Cost SpeedCapacity ??? ? Sunday, 30 August 2015CSC1103- Nouf AlJaffan 40

Sunday, 30 August 2015CSC1103- Nouf AlJaffan 41

Computer Network  A Computer Network is interconnection of Computers to share resources.  Resources can be : Information, Load, Devices etc. Sunday, 30 August 2015CSC1103- Nouf AlJaffan 42

Types Of Computer Networks On the basis of Size: LLocal Area Network (LAN) Its a network of the computers locally i.e. in one room, one building. WWide Area Network (WAN) Its a network of the computers spread widely geographically. Sunday, 30 August 2015CSC1103- Nouf AlJaffan 43

Benefits of Computer Networks IInformation Sharing DDevice Sharing LLoad Sharing MMobility FFast Communication AAnywhere Anytime Banking Sunday, 30 August 2015CSC1103- Nouf AlJaffan 44

Internet IInternet is a huge network of computer networks. IInternet provides many services: E WWorld Wide Web (www) RRemote Login (Telnet) FFile Transfer (FTP) Sunday, 30 August 2015CSC1103- Nouf AlJaffan 45

Intranet  Intranet is the generic term for a collection of private computer networks within an organization. Sunday, 30 August 2015CSC1103- Nouf AlJaffan 46