computer skills cis 100 mqais/cis%20100.html 1 st semester 2013-2014

65
COMPUTER SKILLS CIS 100 http://www.just.edu.jo/~mqais/CIS %20100.html 1 st semester 2013-2014

Upload: arron-townsend

Post on 28-Dec-2015

223 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

COMPUTER SKILLSCIS 100

http://www.just.edu.jo/~mqais/CIS%20100.html

1st semester 2013-2014

Page 2: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

CH.01INTRODUCTION TO

COMPUTERS

Page 3: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

WHAT ARE COMPUTERS? Computers are electronic devices that can

follow instructions to accept input, process the input and then produce information. It is a machine that manipulates data according to a set of instructions.

Computers are machines that perform tasks or calculations according to a set of instructions, or programs.

A computer is a programmable machine designed to sequentially and automatically carry out a sequence of arithmetic or logical operations. The particular sequence of operations can be changed readily, allowing the computer to solve more than one kind of problem. (Wikipedia free encyclopedia)

Page 4: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

HARDWARE

غير مطلوبة فقط للفهم

Page 5: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

COMPUTERS ARE MADE OF

HARDWARE

SOFTWARE

Page 6: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

COMPUTERS ARE MADE OF

• Computers work through an interaction of hardware and software.

• Hardware refers to the parts of a computer that you can see and touch, including the case and everything inside it.

• The most important piece of hardware the central processing unit (CPU), or microprocessor.

Page 7: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

COMPUTERS ARE MADE OF

• Software refers to the instructions, or programs, that tell the hardware what to do.

• Ex. operating system (OS), A word-processing program.

Page 8: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

HARDWARE

A computer is a system of many parts working together. The physical parts, which you can see and touch, are collectively called hardware. System unit: It is the core of a

computer system. Usually it's a rectangular box. Inside this box are many electronic components that process information.

Page 9: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

HARDWARE

The most important of these components is the central processing unit (CPU, or microprocessor) which acts as the "brain" of computer. The CPU has two main components, namely:

Control Unit (CU): controls the fetching of instructions from the main memory and the subsequent execution of these instructions. Among other tasks carried out are the control of input and output devices and the passing of data to the Arithmetic/Logical Unit for computation.

Page 10: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Arithmetic/Logical Unit (ALU): carries out arithmetic operations on integer (whole number) and real (with a decimal point) operands. It can also perform simple logical tests for equality and greater than and less than between operands.

 

Page 11: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

RAM

Mother-Board (or Main Board)

CPU

ROM

غير مطلوبة فقط للفهم

غير مطلوبة فقط للفهم

Page 12: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

PRIMARY MEMORY Memory (fast, expensive, short-term memory):

Enables a computer to store, at least temporarily, data, programs, and intermediate results.

Two general parts:

1. RAM 2. ROM

Page 13: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

RAM (MAIN MEMORY)

its a primary storage or random access memory (RAM).

it temporarily holds data and programs for use during processing (volatile: information stored in RAM is lost when the computer is turned off). The more information being processed the more RAM the computer needs.

RAM consists of locations or cells. Each cell has a unique address which distinguishes it from other cells.

Page 14: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

MAIN MEMORY

Address Memory locations

1

2

3

n

Memory Cell

Page 15: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

MAIN MEMORY

Page 16: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

ROM: READ ONLY MEMORY

ROM is part of memory Programmed at manufacturing time

Its contents cannot be changed by users

It is a permanent store

Page 17: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

OTHER KIND OF MEMORY

PROM: Programmable Read Only Memory.

EPROM: Erasable Programmable Read Only Memory

Cache Memory Registers: not part of the main

memory.

Page 18: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Input Devices

• Translate data from form that humans understand to one that the computer can work with

• Most common are keyboard and mouse

Selector Buttons

Page 19: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

EXAMPLES OF INPUT DEVICES

Keyboard (QWERTY keyboard, ATMs

keyboard)ATM: automatic teller machine

Mouse Scanner Optical mark recognition (Light Pin , Bar code

scanners) Microphone Joystick .

Page 20: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

EXAMPLES OF INPUT DEVICES(2)

Point and Draw devices Trackball Touchpad Touch screen Magnetic stripes and smart cars. Digital Cameras

Page 21: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014
Page 22: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Secondary StorageSecondary Storage

Stores data and programs permanently: its retained after the power is turned off

Examples• Hard Drive (Hard Disk)

Located outside the CPU, but most often contained in the system cabinet

• Floppy Disk• Optical Laser Discs

CD-ROM, CD-RW, and DVD

Page 23: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

KINDS OF DISK DRIVESDRIVES

Page 24: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Common Secondary Media

• DiskettesDiskettes– Data represented as magnetic spots on

removable flexible plastic disks– Most common size is 3 1/2 inches, in a rigid

plastic case – Disk drive holds the diskette, reads or

retrieves the data and writes or stores data

Page 25: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Common Secondary MediaCommon Secondary Media• Hard drive

– Data is represented magnetically as with diskettes

– Normally more than one rigid platterplatter in a sealed unit

– These disksdisks are not removablenot removable– Significantly more capacity and faster

operating than diskettes

Page 26: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Hard drive

Common Secondary MediaCommon Secondary Media

Page 27: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

OPTICAL LASER DISCS

CD ROM & DVD’s Data is represented as pits and lands

Some kinds are read only (CD-ROM) and some Kinds are rewritable (CD-RW)

Significantly more capacity and faster operating than diskettes

Common Secondary MediaCommon Secondary Media

DVD: Digital Video Disk

Page 28: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Disk size Amount of storageApproximate printed

8.5 x 11 inch pages

5.25 low density 360 Kb 180 pages

3.5 low density 720 Kb 360 pages

5.25 high density 1.2 Mb 600 pages

3.5 high density 1.44 Mb 720 pages

CD 700 MB a small library

DVD 4.7 GB /8.5 GB a feature length movie

Common Secondary MediaCommon Secondary Media

Page 29: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

tapes

Panasonic's LS120 3.5 inch diskettes3.5 inch diskettes

Iomega's Zip & Jazz disks

VCR tape (Video Cassette Recorder )

Flash USB disks

MMC (Multi Media Card )

SD

Common Secondary Media

Page 30: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Output Devices

Pieces of equipment that translate the processed information fromfrom the CPU intointo a form that humans can understand.

CPUPr

oces

sed

info

rmat

ion

Page 31: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

OUTPUT DEVICES

Monitors Printers

Dot matrix printers Ink jet printers Laser printers

Sound Blasters (Sound Card By Creative Lab)

Controlling other devices

Page 32: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Software

• A collection of computer programs and related data that provide the instructions for telling a computer what to do and how to do it.

Page 33: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

TYPES OF SOFTWARE1- System software: helps run the computer

hardware and computer system.

2- Application software: allows end users to accomplish one or more specific (not directly computer development related) tasks.

3- Programming software : usually provides tools to assist a programmer in writing computer programs, and software using different programming languages in a more convenient way.

Page 34: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

System Software

• The software that controls everything that happens in a computer.

• Background software, manages the computer’s internal resources

Resources examples : CPU, RAM , I/O devices, …

Page 35: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

All hardware and software are under the control of the All hardware and software are under the control of the

operating systemoperating system.

Among other things, the operating systemthe operating system::

1. Determines how valuable RAM is allotted to programs.

2. Performs tasks related to file management.

3. Sets priorities for handling tasks.

4. Manages the flow of instructions, data and information to and from the processor (CPU).

Page 36: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Examples ofExamples of Microcomputer Operating System Software

• DOS - original standard for IBM compatibles

• Windows - a graphical operating environment Windows VISTA, XP, millennium,

2000, 98, and 95

Continue …Continue …

Page 37: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

• Windows NT - for powerful workstations & networks

• OS/2 - competitor to Windows 2000• Macintosh Operating System• Unix - originally for minicomputers, now

used on microcomputers and Internet servers

Examples ofExamples of Microcomputer Operating System Software

ContCont..

Page 38: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Application SoftwareApplication Software

• Packaged - “off the shelf”, pre-written programs ( General purpose)

• Custom - written for an organization’s specific purpose (Special purpose)

Packaged Custom

Page 39: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Application Software – Basic ToolsApplication Software – Basic Tools

• Word processors– example: example: Microsoft wordMicrosoft word

• Spreadsheets-- example: example: Microsoft ExcelMicrosoft Excel

• Database managers-- example: example: Microsoft AccessMicrosoft Access

• Graphics-- example: PhotoshopPhotoshop

Page 40: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

UNITS OF MEASUREMENTS

Bit (Binary Digit)(takes two values: 1 or 0) Byte = 8 bits

KB (Kilo-byte) = 1024 bytes MB (mega-byte) = 1024 KB GB (giga-byte) = 1024 MB TB (Tera-byte) = 1024 GB

Remark: 1024=210

Page 41: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

FOUR KINDS OF COMPUTERS

1. Microcomputers

3. Mainframe computers

2. Minicomputers

4. Supercomputers

Page 42: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

ComparisonComparison between the previous kinds of computers may made based on :

Price Processing Speed Storage Capacity Powerful Single-user or Multi-user Supporting hundreds (or thousands) of users

simultaneously Computer Size Companies size …etc.

Page 43: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

MICROCOMPUTERS

Microcomputer =>Personal Computer => PC

Personal Computer (PC): A small, single-user computer based on a microprocessor.

Page 44: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

DESKTOP COMPUTER

Small enough for a desktop, but not easily portable

Personal computers (PC’s) run general purpose software and are employed by a wide spectrum of users

Page 45: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

PORTABLE COMPUTERS

Easily transported from one place to another

Page 46: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

PORTABLE COMPUTERS

• Four categories1. Laptops2. Notebooks3. Sub-notebooks4. Personal Digital

Assistants (PDA)

Page 47: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

PDA

Page 48: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014
Page 49: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

MINICOMPUTERS

A multi-user computer capable of supporting up to hundredshundreds of users simultaneouslysimultaneously.

Desk-sized More processing speed and storage

capacity than microcomputers General data processing needs at small

companies Larger companies use them for specific

purposes

Page 50: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

MAINFRAME COMPUTERS

A powerful multi-user computer capable of supporting many hundredshundreds oror thousandsthousands of users simultaneouslysimultaneously.

Larger machines with special wiring and environmental controls

Faster processing and greater storage than minicomputers

Typical machine in large organizations

Page 51: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

SUPERCOMPUTERS

An extremely fast computerextremely fast computer that can perform hundreds of millions of instructions per second.

The most powerful of the four categories

Used by very large organizations, particularly for very math-intensive types of tasks

Page 52: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

1- Store a large amount of data and information for a long period of time.

2- process data and information in high accuracy level .

3- Speed in processing data information.

4- Sharing of information / network.

Characteristics of Computers

Page 53: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

UnderstandingUnderstanding the difference between Data, Information and Knowledge:

ComputerComputerData

Knowledge

Information

Page 54: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

DataData: is the name given to basic facts such as names and numbers.

InformationInformation: is data that has been converted into a more useful or intelligible form.

KnowledgeKnowledge: arrangement of information and classifying information of the same type or the same topic.

Page 55: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

e. g.

-2 4 0 -3 10 (datadata) | | sort \ / -3 -2 0 4 10 (informationinformation)

Page 56: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Data

• Document files

• Worksheet files

• Database files

Page 57: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Processing data produces information, and processing information produces knowledge.

Page 58: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

COMPUTER VIRUSESCOMPUTER VIRUSES

Page 59: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

COMPUTER VIRUSES

A computer virus are small software programs that are designed to spread from one computer to another and to interfere with computer operation.

A virus might corrupt or delete data on your computer, use your e-mail program to spread itself to other computers, or even erase everything on your hard disk.

Page 60: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

TYPES OF COMPUTER VIRUSES

Macro Viruses Network Viruses

•Trojan Horses Logic Bombs

Companion Viruses Boot Sector Viruses

Multipartite Viruses

Page 61: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

SOURCES OF COMPUTER VIRUSES

Three primary sources The Internet

Via downloads and exchanges

Diskettes

Exchanging disks

Computer networks

Can spread from one network to another

Page 62: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

HOW DO YOU KNOW IF YOU HAVE A

VIRUS? Lack of storage capability

Decrease in the speed of executing programs

Unexpected error messages

Halting the system

Page 63: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

VIRUS PROTECTION

•The software package distributed with new PCs always includes an antiviral program. The best way to cope with viruses is to recognize their existence and use an antiviral, or antivirus program.

Page 64: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

Some tips that will help minimize your Some tips that will help minimize your vulnerability to viruses:vulnerability to viruses:

1. Delete e-mails from unknown or suspicious, untrustworthy (unreliable) sources, especially those with files attached to an e-mail.

2. Never open a file attached to an e-mail unless you know what it is, even if it appears to come from a friend.

3. Download files from the Internet only from legitimate and reputable sources.

Page 65: COMPUTER SKILLS CIS 100 mqais/CIS%20100.html 1 st semester 2013-2014

1. Update your antivirus software at least every two weeks as over 200 viruses are discovered each month.

2. Backup your files periodically3. Traditionally virus protection has

been at the PC or client level. However, this may change as companies look to network and Internet service providers for more services.