+ All Categories
Home > Documents > A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Date post: 13-Jan-2016
Category:
Upload: basil-perry
View: 216 times
Download: 0 times
Share this document with a friend
Popular Tags:
39
Computer Basics 2
Transcript
Page 1: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Computer Basics 2

Page 2: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage

Computer

Page 3: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

A complete working computer that has all of the necessary parts to make the computer

function.

Hardware Software

Computer System

Page 4: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Hardware

The physical components of the computer. The actual

equipment you can see and touch.

Page 5: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Hardware

The physical components of the computer. The actual

equipment you can see and touch.

Page 6: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

HardwarePeripheral

A peripheral is an external piece of hardware that is

important, but not necessary for a

computer system to work.

Page 7: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Hardware

InputDevices

ProcessingOutputDevices

StorageDevices

Page 9: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Processing

The main parts of a computer system that

process information.

Page 10: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Processing

The main parts of a computer system that

process information.

CPUCentral Processing Unit

The CPU is often called the “brains” of the computer.

Page 11: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Hertz measures the speed of a CPU◦ Hertz = number of cycles per second

Megahertz Gigahertz Terahertz

Hertz

Page 12: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Processing

The main parts of a computer system that

process information.

CPUCentral Processing Unit

ROMRead Only Memory

The CPU is often called the “brains” of the computer.

ROM is permanent internal memory that cannot be changed.

Page 13: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Processing

The main parts of a computer system that

process information.

CPUCentral Processing Unit

ROMRead Only Memory

RAMRandom Access Memory

The CPU is often called the “brains” of the computer.

ROM is permanent internal memory that cannot be changed.

RAM is temporary memory that can be changed.

Page 14: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Output Devices

Hardware that represents data as either hard copy or soft copy after is has been processed by the computer.

Page 16: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Output Devices

Hardware that represents data as either hard copy or soft copy after is has been processed by the computer.

Monitor

Printer

Represents data as “soft copy.” Some common monitors are CRT or flat-panel.

Represents data as “hard copy.” Some common printers are laser or inkjet.

Page 17: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Output Devices

Hardware that represents data as either hard copy or soft copy after is has been processed by the computer.

Monitor

Printer

Speakers

Represents data as “soft copy.” Some common monitors are CRT or flat-panel.

Represents data as “hard copy.” Some common printers are laser or inkjet.

Page 18: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Storage Devices

Needed for permanently storing important information such as computer programs, files, and data.

Page 19: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Storage Devices

Needed for permanently storing important information such as computer programs, files, and data.

Magnetic StorageHard Disk

Floppy DiskVideotape

Plastic or metal platters that are coated with oxide and store data magnetically.

Page 21: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Storage Devices

Needed for permanently storing important information such as computer programs, files, and data.

Magnetic StorageHard Disk

Floppy DiskVideotape

Optical StorageCDs

DVDs

Plastic or metal platters that are coated with oxide and store data magnetically.

USB Storage

A storage medium on which data is recorded and read by two lasers

A storage medium on which data is recorded and read by two lasers A small

storage device that can be plugged into a USB port.

Page 22: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Bit a 0 or a 1Smallest piece of data a computer understands or stores

Byte 8 0s and 1sA = 1000001

Kilobyte 1,024 bytes

Megabyte 1 million bytes

Gigabyte 1 billion bytes

Terabyte 1 trillion bytes

Petabyte, Exabyte, Zettabyte, Yottabyte

Computers use a binary or Base 2 system of 0s and 1s (0=Off, 1=On)

Page 23: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

In September 1956 IBM

launched the 305 RAMAC, the first computer with a hard disk drive (HDD). The HDD weighed over a ton and stored 5MB of data.

IBM leased this machine for

$35,000 a year.

Page 24: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.
Page 25: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Network

Computers that are connected in order to share information and resources. The main computer on a network is called a file server.

LAN – Local Area NetworkComputers are in close proximity to each other.

WAN – Wide Area NetworkComputers are in a larger geographical

area.

Page 26: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Software

A set of instructions or programs that tell a computer what to do.

Page 27: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Software

Operating Systemor

Platform

Applicationsor

Programs

Page 28: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Operating System

This type of software manages RAM, controls peripheral devices, manages file operations (saving, opening, deleting, renaming, etc.), monitors system performance, and provides a user interface

Page 29: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Operating System

This type of software manages RAM, controls peripheral devices, manages file operations (saving, opening, deleting, renaming, etc.), monitors system performance, and provides a user interface

DOS, Windows, VistaDOS is a command-line interface OS. It is not very user-friendly!

Windows is a GUI OS environment that works with DOS. It uses icons and menus to make computers easy to use. You can multitask with Windows.

Page 30: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Operating System

This type of software manages RAM, controls peripheral devices, manages file operations (saving, opening, deleting, renaming, etc.), monitors system performance, and provides a user interface

DOS, Windows, Vista

Macintosh

DOS is a command-line interface OS. It is not very user-friendly!

Windows is a GUI OS environment that works with DOS. It uses icons and menus to make computers easy to use. You can multitask with Windows.Macintosh

computers have their own operating system.

Page 31: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Operating System

This type of software manages RAM, controls peripheral devices, manages file operations (saving, opening, deleting, renaming, etc.), monitors system performance, and provides a user interface

DOS, Windows, Vista

Macintosh

Other Operating Systems:Linux, UNIX, OS/2

DOS is a command-line interface OS. It is not very user-friendly!

Windows is a GUI OS environment that works with DOS. It uses icons and menus to make computers easy to use. You can multitask with Windows.Macintosh

computers have their own operating system.

Page 32: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Application Softwareor

Programs

Programs that allow users to perform specific tasks.

Page 33: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Application Softwareor

Programs

Programs that allow users to perform specific tasks.

Word ProcessingLetters, reports, text

Page 34: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Application Softwareor

Programs

Programs that allow users to perform specific tasks.

Word Processing

Spreadsheets

Letters, reports, text

Numbers

Page 35: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Application Softwareor

Programs

Programs that allow users to perform specific tasks.

Word Processing

Spreadsheets

Electronic Presentations

Letters, reports, text

Numbers

Slide Shows

Page 36: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Application Softwareor

Programs

Programs that allow users to perform specific tasks.

Word Processing

Spreadsheets

Browser

Electronic Presentations

Letters, reports, text

Numbers

Slide Shows

World Wide Web

Page 37: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Application Softwareor

Programs

Programs that allow users to perform specific tasks.

Word Processing

Spreadsheets

Browser

Electronic Presentations

Database

Letters, reports, text

Numbers

Slide Shows

World Wide Web

Large collections of data

Page 38: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Application Softwareor

Programs

Programs that allow users to perform specific tasks.

Word Processing

Spreadsheets

Browser

Electronic Presentations

Database

????

Letters, reports, text

Numbers

Slide Shows

World Wide Web

Large collections of data

Page 39: A computer is a machine that performs 4 basic functions: Input, Processing, Output, Storage.

Virus

A small computer program or piece of code that is put on a computer

(usually without the user knowing about it) that is destructive to the

computer.


Recommended