wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

GCSE Computer Science - Software

Total questions: 18

Worksheet time: 10mins

Name
Class
Date
1.

What is OPEN SOURCE software

a)

Software which is distributed with its source code and can be modified

b)

Software which is available for free

c)

Software which is produced according to open standards

d)

Software covered in ketchup

2.

Which type of software does the following describe: "Software produced by an individual or company. The source code is not available and it cannot be modified"

a)

Proprietary software

b)

Open Source Software

c)

Evil Software

d)

Closed software

3.

Which of the following are open source software?

a)

Microsoft Windows

b)

Linux

c)

Adobe Photoshop

d)

Mozilla Firefox

4.

True or False: you always have to pay to acquire proprietary software legally

a)

False

b)

True

c)

Tralse

5.

Select the DISADVANTAGES of open source software

a)

It is often distributed "as is", without a full set of features

b)

It is not possible to make your own changes to the software

c)

There is unlikely to be a technical support helpline if something goes wrong

d)

It is usually expensive

6.

Select the DISADVANTAGES of proprietary software

a)

It is often distributed "as is", without a full set of features

b)

It is not possible to make your own changes to the software

c)

There is unlikely to be a technical support helpline if something goes wrong

d)

It is usually expensive

7.

Which of the following are commonly used Operating Systems?

a)

Windows

b)

Android

c)

Linux

d)

Google

e)

Intex

8.

Which piece of software allows the operating system to make use of peripherals

a)

Device Driver

b)

Device Module

c)

I/O stream

d)

Interface

9.

How does the OS assist in file management?

a)

It allows for a hierarchical file/folder structure

b)

It manages file creation

c)

It copied and moves files to new locations

d)

It automatically saves user files

10.

What type of interface is represented in the image?

a)

Graphical User Interface (GUI)

b)

Menu Driven Interface (MDI)

c)

Command Line Interface (CLI)

d)

Direct Neural Interface (DNI)

11.

What type of interface is represented in the image?

a)

Graphical User Interface (GUI)

b)

Menu Driven Interface (MDI)

c)

Command Line Interface (CLI)

d)

Direct Neural Interface (DNI)

12.

What type of interface is represented in the image?

a)

Graphical User Interface (GUI)

b)

Menu Driven Interface (MDI)

c)

Command Line Interface (CLI)

d)

Direct Neural Interface (DNI)

13.

What type of interface is represented in the image?

a)

Graphical User Interface (GUI)

b)

Menu Driven Interface (MDI)

c)

Command Line Interface (CLI)

d)

Direct Neural Interface (DNI)

14.

What are the ADVANTAGES of using a command line interface?

a)

Expert users can work much faster than on a GUI

b)

Output from one program can be piped into another, allowing batch processing

c)

It's intuitive and easy to use

d)

Graphics can be used in order to reduce the need for translation into other languages

15.

Which type of utility software is used to reduce the size of files?

a)

Compression

b)

Defragmentation

c)

Antivirus

d)

Backup

16.

Anna has noticed that her HDD is running slowly. She runs defragmentation software on her OS and notices that the speed of her disk increases. Why?

a)

The defrag software rearranges the files on her hard disk so that all of the parts of each file are next to each other. This means that the hard drive does not need to seek so much in order to locate the files

b)

The defrag software deletes unused files, freeing up more space on the hard drive, which in turn allows more virtual memory to be allocated which speeds up the whole system

c)

The defrag software compresses the files, freeing up more space on the hard drive, which in turn allows more virtual memory to be allocated which speeds up the whole system

d)

The defrag software shouts really loudly at the hard disk, threatening to replace it with a newer model if it doesn't pull its finger out. "And I don't want to hear any talk of UNIONS either!" says the defrag software. The defrag software is a tyrant

17.

What is the difference between an incremental backup and a full backup?

a)

An incremental backup only saves changes to files since the last backup; a full backup saves everything

b)

An full backup only saves changes to files since the last backup; an incremental backup saves everything

c)

An incremental backup only happens once a week; a full backup happens every day

d)

Incremental backups are stored on-site; full backups are stored in the cloud.

18.

Which of the following memory and CPU management functions does the OS perform in order to allow the system to multitask

a)

Each application is allocated a different memory space so that their data does not interfere with each other

b)

The OS moves unused parts of memory to storage and swaps it out as necessary

c)

The OS splits CPU cycles up between open applications

d)

The OS Prioritises processes so that instructions are executed in an efficient order