top of page

5.1: Operating Systems

Exam Board:
OCR

Specification:
2020

What is an Operating System?

An operating system (OS) is software that helps to manage the resources of a computer system and provide the interface between the user and the computer’s hardware.

​

There are five main functions of an operating system:

Memory Management & Multitasking

RAM (1).png

All programs must be temporarily stored in RAM for the CPU to be able to process them.

​

The OS transfers programs in and out of memory from the hard drive (or virtual memory) when processing is required - programs are removed from RAM when closed to free up space for other tasks.

​

The operating system can only perform one process at a time, but through memory management it can appear that more than one process is being executed - this is called multitasking.

keyboard.png

Peripherals Management & Drivers

A peripheral is an external device connected to a computer system to input or output data. Data is transferred between external devices and the processor and this process needs to be managed by the operating system.

​

A device driver is a program that provides an interface for the OS to interact and communicate with an external device. Drivers are hardware dependent and OS-specific. The driver translates the OS’ instructions into a format the specific hardware can understand.

 

Because the CPU and the peripheral will process data at different speeds, a buffer is typically used to temporarily store data until it can be processed.

User Management

The OS allows users to create, manage and delete individual accounts. User accounts can be granted different access rights such as an administrator or guest.

 

The OS will manage security settings such as allowing passwords to be reset and can also be used to monitor login activity.

File Management

The operating system creates and maintains a logical management system to organise files and directories (folders).

​

File management allows files to be namedrenamed, opened, copiedmoved, saved, searched for, sorted and deleted. It also allows users to set access rights for specific files and to view file properties.

User Interface

The final function of an operating system is to provide a user interface, allowing a human to interact with the computer system. The way in which a user can navigate a computer system is known as human-computer interaction (HCI).

Graphical User Interface (GUI)

The most common type of user interface is a graphical user interface (GUI) which can be presented in the following ways:

Icons are displayed to represent shortcuts to applications and files.

Multiple windows can be opened at the same time and switched between.

desktopbackground.png

A folder and file system is displayed and manipulated allowing for copying, searching, sorting and deleting data.

The interface can be customised, such as changing font sizes and the desktop background.

The taskbar allows shortcuts to be pinned for quick access.

Menus can be opened from the Start button to display files and shortcuts.

System settings can be accessed such as network and hardware options.

Command-Line Interface

Other types of user interface do exist, such as a command-line interface (CLI).

 

This type of interface is entirely text-based and requires users to interact with the system by typing commands. This is a complicated process and mistakes could easily accidentally delete data. There are many commands to learn so only experts who have been trained to learn this interface will be able to efficiently make use of it. 

commandline.png

Menu-Driven Interface

A menu-driven interface displays data in a series of linked menus. Examples include cash machines (ATMs) and old iPods.

​

This type of interface is generally user friendly and easy to use as commands do not need to be memorised. However it can be annoying to find specific data through a large number of menus without a search feature.

MenuDriven.jpg

Touch-Sensitive Interface

Another type of user interface is a touch-sensitive interface, used with smartphones and tablets.

​

A human interacts with the device by pressing on a touchscreen, making it very intuitive and suitable for most users without training. Touch-sensitive interfaces may not work with dirty or wet fingers and it will take longer to write text compared to using a keyboard. 

Examining New Tablet

Voice-Driven Interface

A voice-driven interface can be controlled by speaking commands aloud to a listening device. Examples include Amazon's Alexa devices, Apple's Siri technology and Google Home.

​

This interface is intuitive, can be used hands-free and helps to speed up processes. However commands may be misheard or limited in what can be performed.

Online Discussion
Monochrome on Transparent.png

Questo's Questions

5.1 - Operating Systems:

​

1. Describe each role of the operating system:

  • Providing a user interface [3]

  • Memory management (and multitasking) [3]

  • Peripheral management (and drivers) [3]

  • User management [3]

  • File management [3]

​

2. Describe 5 different ways the operating system can provide a graphical user interface (GUI). [5]

​

3. Describe one advantage and one disadvantage of using the following types of human-computer interaction (HCI):

  • a. Command-Line interface [4]

  • b. Touch-Sensitive interface [4]

  • c. Menu-Driven interface [4]

  • d. Voice-Driven interface [4]

bottom of page