1 basic cptr concepts

18
BASIC COMPUTER CONCEPTS Course: Introduction to Computers

Upload: maha-ali

Post on 10-Apr-2018

224 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 1/18

BASICCOMPUTER

CONCEPTS

Course: Introduction to Computers

Page 2: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 2/18

What Is A Computer?

 A computer is an electronic device,oper ating under the control of  instructions (software) stored in its ownmemory unit, that can accept data

(input), manipulate data (process), andproduce information (output) from the

processing. Gener ally, t

he term is usedto describe a collection of devices that

function together as a system.

Page 3: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 3/18

Major Components of a Computer 

 A computer system consists of two main parts: hardware

and software.

Hardware is the electronic and mechanical parts of   a

computer system.

Soft ware is the data and the computer progr ams of   a

computer system.

Page 4: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 4/18

Hardware vs. Software

Hardware

The computer equipment

Includes printers, monitors, disk drives, etc.

Software

Progr ams which tell the computer what to do

Examples - word processing, gr  ade book,

tutorials, games, etc.

Page 5: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 5/18

Computer Oper ations

Input Processing Output

Stor age

Page 6: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 6/18

Input-Process-Output Model (IPO)

Input: keyboard, mouse, scanner, punch cards

Processing: CPU executes the computer progr am Output: monitor, printer, f ax machine

Stor age: hard drive, optical media, diskettes, magnetic tape

Page 7: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 7/18

What Are The Primary Components Of A

Computer ?

Input devices.

Centr al Processing

Unit (containing

the control unit andthe arithmetic/logic

unit).

Memory.

Output devices. Stor age devices.

Page 8: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 8/18

Input DevicesComputers accept information from the

outside world.

The keyboard is the most common inputdevice.

Pointing devices like the mouse also

receive input.

Page 9: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 9/18

Process Information

The processor, or central processing unit

(CPU), processes information, and

performs all the necessary arithmetic

calculations. The CPU is like the ³br ain´ of 

the computer.

Page 10: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 10/18

Output Devices

Computers produce information and send it

to the outside world.

 A video monitor is a common outputdevice.

Printers also produce output.

Page 11: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 11/18

Store Information

Memory and stor age devices are used to

store information.

Primary storage is the computer¶s mainmemory.

Secondary storage uses disks or other 

media.

Primary stor age Secondary stor age

Page 12: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 12/18

Buses, Ports, and Peripher als

Information tr avels

between components

through groups of 

wires called buses.

Page 13: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 13/18

Buses, Ports, and Peripher als

Peripher als:

are external devices for receiving input or 

producing output (keyboard, monitor, andmouse).

communicate with other parts of the system.

Page 14: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 14/18

Buses, Ports,and Perip

her 

als

Provide attachment and

communication with 

external devices bymeans of:

Slots:-

(for internal attachment)

Ports:-(for external attachments)

Page 15: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 15/18

Benefits of Using Computers

Error-free calculations

Speed Flexibility

Stor age

Consistency and repetition

Page 16: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 16/18

How Computer present the data

Most computers are digital. They

recognize only two discrete

states; on and off.

Computers are electronic devices

powered by electricity,ha

vingonly two states; on and off.

Page 17: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 17/18

Data Representation

The digit 0 represent theelectronic state on and digit 1

represent the electronic state off .This is called binary data

representation

Page 18: 1 Basic Cptr Concepts

8/8/2019 1 Basic Cptr Concepts

http://slidepdf.com/reader/full/1-basic-cptr-concepts 18/18

Binary system

It is a number system that has just

two unique digits,0 and 1,called bits.

Binary Conversion