• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/7

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

7 Cards in this Set

  • Front
  • Back
Purpose of Operating Systems
- Suite of programs that manage the hardware of the system
- The hardware is controlled through the software
- A platform on which applications can run
- Provides user interface which allows for communication between the user and hardware
- Handles communication with protocols and translates code with compilers and interpreters
- Has a lot of utility programs
Batch Operating System
- Data is collected and input over a period of time
- Input is stored as, 'jobs', then later collected as, 'batches'.
- Data is only processed once all input is collected
- Therefore large amounts of data is processed
- There is no need for human intervention during processing
- There is no need for instant response to input
- The data is of similar nature, therefore requires similar processing
Real-Time Operating System
- Data is processed immediately, therefore the system response is immediate to changes in input
- The output affects the next input
- The computer must respond within a set time limit
Single-User Operating System
- Only one user can access the system at a time
- The user is allocated certain rights
- User files are kept separate
Multi-User Operating System
- Multiple users can access the system simultaneously
- Each user accesses the system uniquely
- Each user is allocated certain rights
- User files are kept separate
Multi-Tasking Operating System
- The operating system can do multiple tasks simultaneously
- The tasks will open in separate windows
- Each task will be given a certain amount of processing time until it moving onto the next
- E.g. Listening to music while writing an essay
- A typical PC has a multi-tasking operating system
Distributed System
- File storage or processing is shared between different computers in different locations that make up the whole system
- The user does not know the exact physical location of the data that they are accessing
- This speeds up access to files as all the data does not have to pass through a single point