Introduction to Computers

21
1

description

Introduction to Computers. What is a Computer?. A COMPUTER is an electronic device that can: Receive information Perform processes Produce output Store info for future use. Information Processing Cycle. Input Process Output Storage. Hardware vs. Software. - PowerPoint PPT Presentation

Transcript of Introduction to Computers

Page 1: Introduction to Computers

1

Page 2: Introduction to Computers

What is a Computer?A COMPUTER is an electronic device that can:Receive informationPerform processesProduce outputStore info for future use.

2

Page 3: Introduction to Computers

Information Processing CycleInputProcessOutputStorage

3

Page 4: Introduction to Computers

4

Hardware vs. Software

Hardware - the physical parts that make up the computer e.g. CPU, memory, disks, CD-ROM drives,

printer. Software - computer programs and

applications. Operating system, word processor, games, etc.

Page 5: Introduction to Computers

Hardware: physical devices that comprise a computer system

5

Printer (output)

Monitor (output)

Speaker (output)

Scanner (input)

Mouse (input)

Keyboard (input)

System unit(processor, memory…)

Storage devices(CD-RW, Floppy, Hard disk, zip,…)

Page 6: Introduction to Computers

What Are The Primary Components Of A Computer ?

Input devices.Central Processing

Unit (control unit and arithmetic/logic unit).

Memory.Output devices.Storage devices.

6

Page 7: Introduction to Computers

Input DevicesKeyboard.

Mouse.

7

Page 8: Introduction to Computers

The central processing unit (CPU) is the “brain” of the computer. It: Interprets instructions to the computer (control unit), Performs the arithmetic and logical processing (ALU)

8

Page 9: Introduction to Computers

Memory, also called Random Access Memory or RAM stores: instructions waiting to be executed data needed by those instructions results of processed data Any information stored in RAM is lost when the computer is turned off.

9

Page 10: Introduction to Computers

Memory Data in memory is stored as binary digits (BITS) e.g.

011100101010

1 BYTE = 8 bits

1 byte usually stores 1 text character.

10

Page 11: Introduction to Computers

We measure the size of memory by telling how many bytes it can hold.

1 kilobyte = 210 bytes = 1024 bits 1 megabyte = 220 bytes = ~1 million bytes 1 gigabyte = 230 bytes = ~1 billion bytes 1 terabyte = 240 bytes = ~1 trillion bytes

One megabyte can hold approximately 500 pages of text information.

11

Page 12: Introduction to Computers

Output devices make the information resulting from the processing available for use. printer - produces a hard copy of your output screen - produces a soft copy of your output speakers, etc.

12

Page 13: Introduction to Computers

Auxiliary storage devices are used for permanent storage of data. hard disks floppy disks compact discs – CD and DVD drives flash cards

13

Page 14: Introduction to Computers

Hard DisksPermanent storage that is inside of the computer,

and NOT portable.Consists of several platters which spin very fastTypical hard disks range from 40 GB to 200 GB

14

Page 15: Introduction to Computers

A floppy disk is a portable, inexpensive storage medium that consists of a thin, circular, flexible plastic disk with a magnetic coating enclosed in a square-shaped plastic shell.

15

Page 16: Introduction to Computers

Compact DiscsCD-ROM (read only memory), CD-RW – (rewritable)DVD-ROMDVD+RW

Typical CD’s can store about 700 MBTypical DVD’s can store up to 17 GB

16

Page 17: Introduction to Computers

Flash CardsAdvantages:Small, easy to carry aroundHigh memory capacity – up to 8 GBNote: There are several different form factors of flash cards,

including Compact Flash, SmartMedia, PCMCIA, and Small Form Factor Flash Card.

17

Page 18: Introduction to Computers

SoftwareA computer program or software tells it exactly what

to do.

A computer program is a set of instructions to the computer.

The computer does one instruction at a time.

18

Page 19: Introduction to Computers

Computer software is the key to productive use of computers. Software can be categorized into two types:

System software Application software.

19

Page 20: Introduction to Computers

The most important system software is the operating system.

Examples of operating systems:Windows, DOS, Apple, UNIX

20

Page 21: Introduction to Computers

Application Software consists of programs that tell a computer how to produce information. Some of the more commonly used packages are: Word processing Electronic spreadsheet Database Presentation graphics

21