1 / 20

Operating Systems

Operating Systems. Mr Conti 4 th April 2014. Operating Systems. What is an operating system?. An operating system (or OS ) is a computer program which controls everything the computer does. New computers usually come with one installed.

dooley
Download Presentation

Operating Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Operating Systems Mr Conti 4th April 2014

  2. Operating Systems What is an operating system? An operating system(or OS) is a computer programwhich controls everything the computer does. New computers usually come with one installed. You cannot use any other program (software) without an operating system. You can’t do anything without me!

  3. Yes, but what does it do? You probably don’t think about it, but while you’re doing the interesting stuff, your operating system is: • handling communicationsbetween software and hardware • allocating computer memory and CPU time • organizing how data is stored on backing storage. No, no, CPU, I said save first then check for e-mail! OK printer, word processor says print it now, spreadsheet you’ll have to wait! Now, if I put that there because that file was deleted, then this will fit there. Now where did I put that other one?

  4. Communicating At any one time, your computer might be: • loading and saving data and programs • communicating with peripherals such as a mouse or a printer • displaying information on the monitor. The operating system has to communicate with the hardware and software and manage the tasks, so that the system cannot, for example, try to read from and write to a floppy disk at the same time. Because the operating system manages what the software does, most pieces of software need a particular operating system to run on.

  5. Managing Computer Memory Even though you think you are only doing one thing on your computer, like working with a spreadsheet, computer memory must be allocated to each task the computer is doing. Memory would be used to: • store the spreadsheet program • store your spreadsheet file • store a copy of the image that is being displayed on the monitor • run the operating system.

  6. Managing Computer Memory Most computers only have one microprocessor in their CPU, so can only do one thing at a time. The operating system splits CPU time into tiny slices, and allocates each task some time, so it appears as if the computer is doing many things at once – multitasking. If you were printing the first page of your spreadsheet while working on the second one, the CPU’s time would need to be divided up between: • letting you enter more data on the keyboard • printing sheet 1 • displaying what is going on via your monitor. The operating system helps to manage which tasks take priority.

  7. Types of Operating System MS-DOSA simple, command-driven operating system used on personal computers (PCs). WindowsAn operating system used on most PC computers. UNIXA multi-user, multi-computer operating system which is used on large mainframe computers and networks. OS XAn operating system for Apple Mac computers.

  8. Command Line Interface Older operating systems such as MS-DOS are often called Command Line Interfacesor CLIs. They are text based, and the user has totypein what they want to do using commandsthe computer will understand. They work very quickly, and don’t use up many system resources such as memory or hard disk space, but they are difficult to useunless you know the commands really well.

  9. Menu Based Interface Menu-based interfaceswere developed to make things easier. Instead of typing ina command, you could choose one from a list on the screen. They are still text-based, and can be slow because you have to follow a set route to do anything. Like CLIs, they don’t use up lots of resources. Welcome to the KS4 System Press: 1 for Hardware 2 for Software 3 for Networks Mobile phones are a good example of a menu-driven interface.

  10. Graphical User Interface GUIs or Graphical User Interfacesare much easier to use. They use pictures called icons to representfiles or buttons, and the user clicks on the button with a pointer moved by a mouse. This isn’t a real calculator, it’s a GUI that represents one. Clicking on icons with a mouse or pointer is easier than having to type in the numbers for the calculation in a format the computer will understand, as would happen in a CLI. The interface converts the mouse clicks into code for us.

  11. WIMP Many people these days like WIMP. WIMP stands for Windows Icons,Menus,Pointer, and many of the interfaces we are used to are WIMP environments.

  12. Memo To: J. Vincent From: S. Sanghera Re: Meeting Please bring your notes with you, Finding Things When we have papers to file, we put a: File We label folders and drawers Safety Meetings into a Folder into a Meetings Filing cabinet

  13. Tree Diagram The operating system helps us to organize computer files. • A file is one document. • A directory (folder) is a storage area for files that have something in common. • Directories can be split into sub-directories. Root c: main directory Directories (folders) Sub-directories (folders)

  14. File Names A file name is split up into two parts: the file name and the extension. For example: safetymemo.doc This part is the filename, and is usually chosen by the user. This part is the extension, and is usually added by the software. The two parts of the filename are separated by a dot.

  15. Sorting Files The operating system associatesa program with each filetype. When you double click a document ending in .doc, for example, it will usually open it in the word processor. There are lots of ways you can organize your files, and it doesn’t matter too much as long as you can remember how you did it. • You could keep all the files from the same program together in a folder. • Or all the files for the same topic. It will depend on what you actually have to store.

  16. Task Emma’s directory on the school network is in a mess. All her files are in one folder and she has to search through them all to find anything. • In music, she has been working on a project about composers. • She has lots of files about ICT topics. • She has also been using a spreadsheet for her maths coursework and a desktop publishing program for the other projects. • She has decided to put all the files for the same kind of program together in a folder. • Reorganise Emma’s directory and put the correct files in the corresponding folders. • Word Processing – Desk Top Publishing DTP – Spreadsheets - Graphics

  17. Extension Task Emma now thinks it might have been better to group her files by subject, rather than file type. Reorganise Emma’s directory and put the correct files in the corresponding folders. Music– Maths– ICT

  18. Summary • An operating system (or OS) is a computer program which controls everything the computer does. • The operating system: handles communication between software and hardware; allocates computer memory and CPU time; and organizes how data is stored on backing storage. • The operating system helps to manage what gets priority when multitasking. • There are four types of interfaces: Command Line Interfaces (CLI), menu-based interfaces, Graphical User Interfaces (GUI) and Windows Icons, Menus, Pointer (WIMP). • The operating system helps us toorganizefiles in folders.

More Related