GCSE Computer Science 1.5 Utility 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/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:01 PM on 7/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

What are operating systems? Why are they so important?

Operating systems are a type of software that manage and control the computer; they have several main functions. Without an operating system, a computer wouldn’t be usable and there wouldn’t be any interface between the user input and the hardware output.

2
New cards

What is the GUI?

The graphical user interface is a visual way for users to interact with their electronic devices; they use graphical elements, like WIMP, to do this.

3
New cards

Command-line interface

Command line interfaces are less visual and the user types in text-based commands to interact with their electronic device.

4
New cards

Memory management

The OS allocate sections of the computers memory to different applications, keeping track of what part of RAM are in use.

5
New cards

Multitasking

This is the ability of the OS to run more than one program at the same time. It achieves this by switching rapidly between tasks, giving each program a small slice of the processor’s time.

6
New cards

Peripheral management

The OS manages peripherals, which are devices connected to the computer. The OS sends signals to the appropriate peripherals when data needs to be sent or received..

7
New cards

Device drivers

A driver is a small program that acts as a translator between the OS and the hardware peripheral device; each type of hardware needs its own specific driver.

8
New cards

User management

Many systems allow multiple users to have separate accounts. The OS is responsible for creating and managing these accounts, as well as setting usernames and passwords, managing login processes and assigning different levels of access to different users. The OS also ensures that users can only access their own files and that personal data is kept private.

9
New cards

File management

This includes controlling how data is stored, organised and retrieved on a computer; the OS allows users to move, copy, delete or rename files. The OS also keeps track of where each file is stored on the desk and ensures that the data is saved correctly, and cannot be overwritten unless told so.

10
New cards

Why is utility software needed?

It is needed to perform additional housekeeping task that may not be carried out by an OS. It’s usually pre-installed on many computers.

11
New cards

Encryption software

This is used to convert data in plain text into cipher text, using complex algorithms. This cipher text can only be decrypted by a key, given to authorised users.

12
New cards

Defragmentation

Used to reorganise files stored on a hard disk, so that they take up fewer separate spaces. This speeds up file access, by removing the movement of the read/write head on the surface of the disk. This is only used for magnetic HDDs and not SSDs, because HDDs have moving parts, whilst SSDs don’t.

13
New cards

Data Compression

Reduces the size of the files, so that they take up less storage space and can be transmitted more quickly.