1 introduction to computers prof. sokol computer and information science brooklyn college

26
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

Post on 21-Dec-2015

216 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

1

Introduction to Computers

Prof. Sokol

Computer and Information Science

Brooklyn College

Page 2: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

2

What is a Computer?

A COMPUTER is an electronic device that can:

Receive information Perform processes Produce output Store info for future use.

Page 3: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

3

Information Processing Cycle Input Process Output Storage

Page 4: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

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: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

5

Hardware: physical devices that comprise a computer system

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: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

6

What Are The Primary Components Of A Computer ?

Input devices. Central

Processing Unit (control unit and arithmetic/logic unit).

Memory. Output devices. Storage devices.

Page 7: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

7

Input Devices Keyboard. Mouse. Microphone Scanner Camera …

Page 8: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

8

Central Processing Unit

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)

Page 9: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

9

Memory

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.

Page 10: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

10

Memory Data in memory is stored as binary

digits (BITS) e.g. 011100101010

1 BYTE = 8 bits

1 byte usually stores 1 text character.

Page 11: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

11

Amount Of RAM In Computers

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

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

One megabyte can hold approximately 500 pages of text information.

Page 12: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

12

Output Devices

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.

Page 13: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

13

Storage Devices

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

Page 14: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

14

Hard Disks

Permanent storage that is inside of the computer, and NOT portable.

Consists of several platters which spin very fast

Typical hard disks range from 40 GB to 200 GB

Page 15: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

15

Floppy Disks – 1.44 MB

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.

Page 16: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

16

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

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

Page 17: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

17

Flash CardsAdvantages: Small, easy to carry around High 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.

Page 18: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

18

Software A 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.

Page 19: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

19

Software

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

System software Application software.

Page 20: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

20

System Software

The most important system software is the operating system.

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

Page 21: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

21

What is an operating system?

An OS is a computer program that:

Controls the hardware of the computer,

Enables you to communicate with the computer.

Page 22: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

22

Application Software

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

Page 23: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

23

Word Processing

Word Processing software is used to create and print documents. A key advantage of word processing software is that users easily can make changes in documents.

Page 24: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

24

Electronic Spreadsheets

Electronic spreadsheet software allows the user to add, subtract, and perform user-defined calculations on rows and columns of numbers. These numbers can be changed and the spreadsheet quickly recalculates the new results.

Page 25: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

25

Database Software

Allows the user to enter, retrieve, and update data in an organized and efficient manner, with flexible inquiry and reporting capabilities.

Page 26: 1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

26

Presentation Graphics

Presentation graphic software allows the user to create documents called slides to be used in making the presentations. Using special projection devices, the slides display as they appear on the computer screen.