input is data you put into your computer like: keyboards mouse data from another computer webcam...

9
The Four Functions of Computers y: Chlsea Mortensen

Upload: leon-chambers

Post on 17-Jan-2018

239 views

Category:

Documents


1 download

DESCRIPTION

Input is data that is transferred into a computer, normally from a USB, memory stick and the things I listed before. Input Continued

TRANSCRIPT

Page 1: Input is data you put into your computer like:  Keyboards  Mouse  Data from another computer  Webcam INPUT

The Four Functions of Computers

By: Chlsea Mortensen

Page 2: Input is data you put into your computer like:  Keyboards  Mouse  Data from another computer  Webcam INPUT

Input is data you put into your computer like: Keyboards Mouse Data from another computer Webcam

INPUT

Page 3: Input is data you put into your computer like:  Keyboards  Mouse  Data from another computer  Webcam INPUT

Input is data that is transferred into a computer, normally from a USB, memory stick and the things I listed before.

Input Continued

Page 4: Input is data you put into your computer like:  Keyboards  Mouse  Data from another computer  Webcam INPUT

The States of an executing program

PROCESSING

The Process consists of:• Codes

• Private Data• The state of the processor(values in its registers)

It also might have a:• Processor Identifier

• Open Files• CPU Time Limits• Shared Memory• Child Processes• Signal Handlers

SOFTWARE

Page 5: Input is data you put into your computer like:  Keyboards  Mouse  Data from another computer  Webcam INPUT

On Some Platforms, one process might consist of many threads. A multitasking operating system and run multiple processes

concurrently or parallel, which allows a process to spawn “child” Processes.

PROCESSING CONTINUED

Page 6: Input is data you put into your computer like:  Keyboards  Mouse  Data from another computer  Webcam INPUT

STORAGE

Storage is where data is kept like:- Work- Programs- Pictures - Music- And any other types of data.

Page 7: Input is data you put into your computer like:  Keyboards  Mouse  Data from another computer  Webcam INPUT

Storage Continued

Storage can be kept in multiple devices like:- Memory Sticks- Attachable storage devices

You can also store your stuff in devices like your IPOD and Phone, etc.

Page 8: Input is data you put into your computer like:  Keyboards  Mouse  Data from another computer  Webcam INPUT

Output is data that is taken off of a computer to another device or computer. Also can be a piece of a computer like a computer monitor, disk drives.

OUTPUT

Page 9: Input is data you put into your computer like:  Keyboards  Mouse  Data from another computer  Webcam INPUT

Output could be:- A printed sheet of paper from a

printer(or even a printer itself)- Information on a screen- A compact disk- Speakers- Old style Floppy Disks- Headphones

Output Continued