presentation1

11
The Purpose of Operating Systems By Jordan Lowe

Upload: lowiehd

Post on 13-Dec-2014

316 views

Category:

Technology


0 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Presentation1

The Purpose of Operating

Systems

By Jordan Lowe

Page 2: Presentation1

Where you might fi nd a OS Operating Systems are all around us, we use them everyday without knowing, you can find Operating Systems in items such as :

• Consoles (Xbox 360, Ps3, Wii, PSP)

• SATNAV’s

• Mobile Phones (Andriod, Apple, Blackberry’s)

• Cars

• Computers

Page 3: Presentation1

Operati ng Systems

The main function of the Operating System is to interact with all the hardware elements of your computer.

The Main Functions of the OS are:

Processor Management Memory Management Device Management Storage Management User Interface

Page 4: Presentation1

Processor ManagementThis controls the planning and process of an activity, it also monitors the performance of a process. The managing processor comes down to two related issues, it has to ensure that each application/process receives enough of the processors time to work properly. The processor can only every do one thing at one time so the operating system is in charge or sending tasks to the processor.

Data is put out in order, or for example in a line, normally as first come first serve, so it outputs data in the order it arrived. A Buffer temporarily holds data (Queues it up) before moving it onto another place. Data is stored in the buffer as it is retrieved from an input device or sent to an output device e.g. Mouse or speakers.

Page 5: Presentation1

Memory ManagementMemory management is the act of managing computer memory, this involves providing ways to allocate portions of memory to programs at their request, and freeing the memory for other programs to reuse when no longer needed. The management of main memory is critical to the computer system.

Page 6: Presentation1

Device ManagementDevice management on a computer is accomplished through the operating system, motherboard and drivers. A driver helps the operating system communicate with the electrical signals from computer hardware.

A Device Driver or software driver is a computer program which converts the messages from the Operating system into messages that the hardware device can understand.

Page 7: Presentation1

File ManagementFile Management organises your documents/programs in a well organised filing system, say for instance if application is downloaded or a Microsoft word document has been written/changed it will be saved to a destination of your choice. The File Allocation Table is a table of which the Operating system uses to locate data on the Hard Disk Drive and because data often gets fragmented the File allocation table keeps track of the data.

Page 8: Presentation1

User InterfaceUser interface is where a Human interacts with machines. The user interface includes hardware and software which exist for various systems, and provide a means of input/output. User interfaces Allow the user to interact much easier in ways such as the desktop icons (shortcuts) taking you to files within files making getting to them files much more easier.

Command line interface is where a user types commands into a command prompt.

Page 9: Presentation1

What Role does the OS Play in Managing the Processor

The Operating System has the role of Swapping commands in and out, it can switch between processes thousands of times per second.

Page 10: Presentation1

What is Virtual Memory?

Virtual Memory is where if your computer lacks the RAM needed to run a programme/operation, the Operating system uses virtual memory to compensate for the needed memory.

Virtual Memory combines your RAM with the temporary space on your HDD, So when there isn't enough space on the RAM the Virtual Memory moves the data to a temporary storage destination (paging file).

Page 11: Presentation1

What is a Fi le Allocati on Table?

A File Allocation Table is a computer file system architecture now commonly

used on a substantial amount of computers, memory cards and floppy

disks.