OCR GCSE Computer Science J277 - 1.5 Systems Software

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering Operating System functions and Utility Software according to the OCR GCSE Computer Science J277 specification.

Last updated 2:27 PM on 9/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

System software

Software that manages the computer's hardware and provides a platform and services for other software.

2
New cards

Operating system (OS)

System software that manages hardware and software resources and provides services for users and applications.

3
New cards

Five required operating-system functions

User interface; memory management and multitasking; peripheral management and drivers; user management; file management.

4
New cards

User interface

The part of an operating system that allows the user to interact with the computer.

5
New cards

Examples of user-interface features

Windows, icons, menus, pointers, buttons, command lines and other controls used to interact with the system.

6
New cards

Memory management

The operating system manages the transfer of data in memory and allocates memory to applications.

7
New cards

Memory management support for multitasking

The operating system allocates memory to different applications so more than one program can run.

8
New cards

Multitasking

Running more than one program or task apparently at the same time, managed by the operating system.

9
New cards

Peripheral

A hardware device connected to or used by a computer, such as a printer, keyboard or storage device.

10
New cards

Peripheral management

The operating system manages communication and data transfer between peripherals and the processor.

11
New cards

Device driver

Software that allows the operating system to communicate with and control a particular hardware device.

12
New cards

User management

Operating-system functions for managing user accounts, access rights and security.

13
New cards

Purpose of user accounts

They allow different users to have their own settings, files and permissions.

14
New cards

Access rights

Permissions controlling which files, resources or actions a user is allowed to access.

15
New cards

File management

Operating-system functions for organising and handling files and folders.

16
New cards

Examples of file-management functions

Naming files, creating/allocating folders, moving files and saving files.

17
New cards

OCR requirement for paging or segmentation

OCR explicitly states that understanding paging or segmentation is not required for J277 1.5.

18
New cards

Utility software

System software that performs maintenance or housekeeping tasks, including tasks the operating system may not perform.

19
New cards

Purpose of utility software

To maintain, protect or optimise a computer system and perform additional housekeeping tasks.

20
New cards

Encryption utility

Software that encodes data so it cannot be understood without the correct key.

21
New cards

Purpose of encryption software

To protect sensitive data from being read if it is accessed or intercepted without authorisation.

22
New cards

Defragmentation utility

Software that reorganises fragmented file data on a magnetic disk so related parts are stored together.

23
New cards

Defragmentation benefit for magnetic hard disks

It can reduce the movement needed to access pieces of a file, improving access speed.

24
New cards

Defragmentation for SSDs

SSDs have no moving read/write head, so fragmentation does not cause the same access delay, meaning defragmentation is normally not needed.

25
New cards

Data-compression utility

Software that reduces the amount of storage space needed by data.

26
New cards

Purpose of data compression

To reduce storage requirements or the amount of data that must be transmitted.

27
New cards

Operating system vs utility software

The operating system manages the computer and its resources; utility software performs additional maintenance, protection or housekeeping tasks.