wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

OCR GCSE Computer Science - J276 1.1 - 1.7

Total questions: 91

Worksheet time: 46mins

Name
Class
Date
1.
This is volatile storage (1-3)
a)
RAM
b)
Secondary Storage
c)
ROM
d)
Hard Disk
2.
This contains the BIOS (Boot-up program) (3-4)
a)
ROM
b)
Secondary Storage
c)
Hard Disk
d)
RAM
3.
You can write data more than once to this device (1-3)
a)
DVD+R
b)
CD ROM
c)
ROM
d)
RAM
4.
Which statement is true? (1-3)
a)
ROM contains the operating system
b)
RAM is part of the hard disk
c)
RAM stores programs / data used by the CPU
d)
ROM is volatile
5.
A gaming computer is “thrashing” the disk. Why? (5-7)
a)
The processor is short of RAM
b)
The game uses high resolution graphics
c)
The screen uses too many colours
d)
The game takes up too much space
6.
Which statement is true? (1-3)
a)
ROM is non volatile
b)
RAM has a slow access time relative to other storage devices
c)
RAM holds the BIOS
d)
RAM can be Static (SRAM) or Dynamic (DRAM)
7.
What is firmware? (3-5)
a)
A program in cache
b)
Any hardware
c)
Data in RAM
d)
A program in ROM
8.
What is the fastest data storage in a computer (6-9)
a)
Registers
b)
RAM
c)
ROM
d)
HDD
9.
How does data/instructions move between the CPU and RAM?
a)
Address Bus
b)
Address and Data Buses
c)
ROM
10.
What happens to RAM when the electricity is turned off?
a)
The data from the memory is not saved
b)
The data from memory is saved onto flash memory
c)
The data from the memory is saved onto the hard disk
d)
The data from the memory is saved onto ROM
11.
Which storage device is NOT flash memory?
a)
RAM
b)
Micro SD
c)
BIOS
d)
SD Card
12.
RAM - What happens when the electricity Is turned off? (1-2)
a)
The data from the memory is saved onto the hard disk
b)
The data from the memory is saved onto ROM
c)
The data from the memory is saved onto flash memory
d)
The data from the memory is not saved
13.
Which one is an example of flash memory? (2-3)
a)
RAM
b)
ROM
c)
SD Card
d)
Cache
14.
Which storage device stores data using magnetic technology? (2-3)
a)
External hard disk
b)
USB
c)
Solid state
d)
Internal Hard disk
15.
Where does virtual memory live? (2-3)
a)
Cache
b)
ROM
c)
RAM
d)
Hard Disk
16.
Which one is secondary storage? (2-3)
a)
ROM
b)
Hard Disk
c)
RAM
d)
BIOS
17.
A computer is continuously paging to the swap file. Discuss why this might be (5-8)
a)
The hard disk is too slow
b)
There is not enough RAM
c)
The cache is too slow
d)
The virtual memory is too small
18.
Which storage device is not flash memory? (2-3)
a)
RAM
b)
Micro SD
c)
BIOS
d)
SD Card
19.

What doesn’t affect the performance of the computer

a)

Clock Speed

b)

Number of Cores

c)

The number of instructions in the program

d)

Cache Size

20.

If the processing speed goes from 1GHZ to 4GHZ and the processor is changed from an 8 core to a dual core processor – what is the exact effect on the performance of the computer?

a)

The number of instructions executed per second quadruples

b)

The number of instructions executed per second doubles

c)

The number of instructions executed per second stays the same

d)

The number of instructions executed per second is halved

21.

Firmware in which software and hardware are integrated on a circuit board is often used in what type of system?

a)

Point of Sales System

b)

Desktop System

c)

Embedded System

d)

Operating System

22.

Which is an example of an Embedded System:

a)

PCs

b)

Washing Machine

c)

Laptops

d)

Tablets

23.

Processors don’t do the following

a)

Operate in Hz

b)

Execute Data

c)

Execute Instructions

d)

Process Data

24.

The part of a processor in which instructions are executed is known as?

a)

Core

b)

Centre

c)

Instruction Centre

d)

Execution

25.

What acts as an intermediary between the processor and the Main Memory?

a)

Clock

b)

Cache

c)

Bus

d)

User

26.

What is held in cache?

a)

All of the programming instructions

b)

Instructions that have been processed

c)

Commonly used instructions and data

d)

Data that hasn’t been used for a long time

27.

Moore’s Law?

a)

The performance increase of computers would eventually halt in 2020

b)

That the number of cores on a processor would double every year

c)

Predicted that the number of transistors on a circuit board would double ever year

d)

Computers would be capable of thinking and learning for themselves by 2020

28.

If the processing speed goes up from 1GHZ to 4GHZ and the number of cores goes from 1 to 2 – what is the exact effect on the performance of the computer?

a)

Quadrupled

b)

Eight Times faster

c)

Sixteen times faster

d)

Doubled

29.

If the processing speed goes up from 1GHZ to 4GHZ and the number of cores goes from 1 to 8 – what is the exact effect on the performance of the computer?

a)

Sixty Four times faster

b)

Sixteen times faster

c)

Eight Times faster

d)

Thirty Two times faster

30.

What component holds the address of the next instruction

a)

Memory Data Register

b)

Accumulator

c)

Memory Address Register

d)

Program Counter

31.

This holds the number of the current instruction being worked on

a)

Memory Address Register

b)

Program Counter

c)

Memory Data Register

d)

Accumulator

32.

This would reduce the number of memory/processor transfers

a)

Arithmetic Logic Unit

b)

Control Unit

c)

Accumulator

d)

Cache

33.

This sends signals such as “I/O Read”

a)

Control Unit

b)

Arithmetic Logic Unit

c)

Accumulator

d)

Cache

34.

This sends signals such as “Memory write”

a)

Control Unit

b)

Cache

c)

Arithmetic Logic Unit

d)

Accumulator

35.
This doesn’t happen during the Decode / Execute part of the cycle: (7-9)
a)
Results are held in the Accumulator
b)
Instructions are transferred from Main Memory
c)
Current Instruction is held in the CIR
d)
Status Register updated
36.

What is held in ROM?

a)

Operating System

b)

Data currently in use

c)

Bootstrap Loader

d)

Instructions frequently used

37.

Which component generates addresses

a)

Secondary Storage

b)

Processor

c)

Main Memory

d)

Control Unit

38.

What is transferred down the data bus?

a)

Data only

b)

Addresses only

c)

Data

d)

Instructions and Addresses

e)

Data and Instructions

39.

What is the purpose of the accumulator?

a)

To hold the results of a calculation

b)

To hold the accumulation of instructions that are about to happen

c)

To hold the accumulation of instructions that have happened

d)

To perform arithmetic operations

40.

What is a standalone computer?

a)

A computer that is not connected to a network

b)

A computer that is being used as a server

c)

A computer that does not have any peripherals attached to it

d)

A computer that is only used by one person

41.

Which of these is a characteristic of a LAN?

a)

It covers a wide geographical area

b)

Computers are connected together using a leased line or a satellite

c)

User can share files and peripherals

d)

Data can only be transmitted at a slow rate

42.

Which of these is a characteristic of a WAN

a)

It covers a small geographical area

b)

Normally has a lower bandwidth than a LAN

c)

It is contained within one building

d)

User are not able to share files and peripherals

43.

Which of these statements is true?

a)

A client-server network has a central computer that provides services to the rest of the network

b)

A client-server network is cheap and easy to set up

c)

A client-server network cannot be used to share files

d)

Each computer on a client-server network is maintain separately

44.

Where are you most likely to find a peer-to-per network?

a)

In a large organisation

b)

In a home

c)

In a large office

d)

Across several offices in a company

45.

Which of these is a benefit of a peer-to-peer network?

a)

Antivirus scans can be run across all computers from one computer

b)

All software updates can be run across all computers from one computer

c)

All computers can be maintained from one computer

d)

Files and peripherals can be shared

46.

Which of these is the correct definition of a router?

a)

Forwards data packets along a network

b)

Corrects errors that are found in data packets

c)

A type of transmission media that provides the greatest bandwidth

d)

A server within a network

47.

Which transmission media is capable of having a much higher bandwidth?

a)

Coaxial

b)

Twisted pair cable

c)

Plastic

d)

Fibre optic

48.

Which type of transmission media is the least expensive to manufacture?

a)

Coaxial

b)

Twisted pair cable

c)

Plastic

d)

Fibre optic

49.

Which of these components is internal to a computer and is required to connect the computer to a network?

a)

Wireless Access Point

b)

Network Interface card

c)

Switch

d)

Hub

50.

What is meant by latency in the performance of a network?

a)

The amount of time data takes to travel from the source to the destination

b)

The maximum rate that data can be transferred at

c)

The number of errors that are found in a data packet after transmission

d)

The route a packet takes when it is being transmitted

51.

Which if these terms refers to the maximum rate at which data can be transferred?

a)

Error detection

b)

Packet switching

c)

Bandwidth

d)

Transmission media

52.

What is meant by a data packet?

a)

A unit of data that travels along a network

b)

The number of error found in data when it has been transmitted

c)

The data a computer needs to connect to a network

d)

A connection point in a network that allows data to be shared

53.

What is meant by a virtual network?

a)

A network that is controlled by a central server

b)

A network that is used only to share software

c)

Controlling computers and devices remotely using the internet

d)

A network that is built using only wireless connection points

54.

Which of these is a benefit of virtual network?

a)

They have a higher level of security than other remote connections

b)

There is no need for any hardware to connect a computer to a network

c)

There is no need for any software to connect a computer to a network

d)

They stop any errors occurring in the transmission of data in a network

55.

: Which of these is a correct definition of DNS?

a)

An internet service that is used to detect errors

b)

An internet service that stores data in large quantities for different companies

c)

An internet service that provides a messaging service for users to communicate

d)

An internet service that translates alphabetic names into IP addresses

56.

What is meant by hosting?

a)

A service that allows individuals and organisations to make their website available on the world wide web

b)

A service that creates websites for companies

c)

A service that transmits data in a network

d)

A service that translates alphabetic names into IP addresses

57.

What is cloud computing?

a)

Storing large amounts of data on a single computer

b)

Using the internet to store and access data and programs remotely

c)

Storing hard copies of data as a backup

d)

Using the internet to communicate with other users

58.

What problem can occur through using cloud computing?

a)

There can be privacy and security issues

b)

More hardware needs to be added to a company network to store data

c)

Only a small amount of data can be stored

d)

Only a small amount of software can be stored

59.

Which of these is a benefit of cloud computing?

a)

It can reduce costs for a company as they do not need to buy additional hardware to store data

b)

It is the cheapest option for a company to store their data as they do not need to pay for cloud computing

c)

Data can be accessed anywhere as an internet connect is not needed to access data and software stored in cloud computing

d)

Data will always be more secure in a cloud computing system

60.

What is the purpose of Utility software?

a)

To keep the computer maintained and in working order

b)

To control how the computer operates

c)

To manage resources available to hardware

61.

What is the purpose of an Operating System?

a)

To keep the computer maintained and in working order

b)

To control how the computer operates

c)

To manage resources available to hardware

62.

What is the purpose of a user interface (as a part of the operating system)

a)

Provides a method to communicate with the system

b)

Is a graphical layout

c)

Is user management

d)

Allows users to have different accounts

63.

What is the purpose of peripheral management (as a part of the Operating System)?

a)

Provides a method to communicate with the system

b)

Manages your programs

c)

Allows the Operating System to manage the hardware devices

d)

Allows users to have different accounts

64.

What does a full backup entail?

a)

Makes copies only of the new files

b)

Saves your backup to secondary storage

c)

Makes copies of all files

d)

Only allows you to make a double copy

65.

What does an incremental backup entail?

a)

Makes copies only of the new files

b)

Saves your backup to secondary storage

c)

Makes copies of all files

d)

Makes a copy of the entire drive

66.

Which of the following are examples of Utility Software?

a)

Word Processor

b)

Anti-virus software

c)

Web Browser

d)

Disk Defragmenter

e)

Fortnite

67.

Which of the following are examples of Application Software?

a)

Word Processor

b)

Anti-virus software

c)

Web Browser

d)

Disk Defragmenter

e)

Fortnite

68.

Which tasks are the memory manager responsible for (as a part of the Operating System)

a)

Swapping applications and data between RAM and virtual memory

b)

Allocated sections of memory to applications

c)

Communicating with peripheral devices connected to the computer

d)

Allows the end user to control the computer effectively

69.

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

70.

If a file is fragmented it means that....

a)

It is broken and no longer readable

b)

Parts of the file are scatters in different places on the hard disk

c)

Parts of the files data has been deleted and cannot be recovered

d)

Parts of the file are stored sequentially on the hard disk

71.

The purpose of a disk defragmenter is to...

a)

Recover deleted files from the hard disk

b)

To move applications from RAM to the hard disk

c)

To put together sections of files which are physically separated on a hard disk

d)

To remove files which are no longer needed

72.

Why would it be ill advised to run a disk defragmenter application on an SSD

a)

SSDs have more moving parts so they wear more easily

b)

The location a file is stored on an SSD does not affect how quickly it can be accessed

c)

SSDs are fast enough it doesn't matter

d)

Moving files physically on the SSD can contribute to wear and can reduce their lifespan

73.

This method of backup is quicker to perform once an initial backup file is created.

a)

Incremental

b)

Differential

c)

Full

d)

Fragmented

74.

This type of back-up is quicker to restore from?

a)

Incremental

b)

Differential

c)

Full

d)

Fragmented

75.

This type of back-up is slowest to restore from?

a)

Incremental

b)

Differential

c)

Full

d)

Fragmented

76.

Which of the following is not a type of storage.

a)

Optical

b)

Magnetic

c)

Solid State

d)

Hard Drive

77.

What type of storage is a DVD ROM?

a)

Optical

b)

Magnetic

c)

Solid State

d)

It is not a storage device

78.

What type of storage is a USB memory stick?

a)

Optical

b)

Magnetic

c)

Solid State

d)

It is not a storage device

79.

What type of storage is a SSD?

a)

Optical

b)

Magnetic

c)

Solid State

d)

It is not a storage device

80.

What type of storage is a HDD?

a)

Optical

b)

Magnetic

c)

Solid State

d)

It is not a storage device

81.

Which of the following types of storage would likely access its data the fastest?

a)

Optical

b)

Magnetic

c)

Solid State

d)

They are all the same

82.

Which of the following types of storage is the most durable?

a)

Optical

b)

Magnetic

c)

Solid State

d)

They are all the same

83.

Which of the following types of storage is the most expensive per MB/GB?

a)

Optical

b)

Magnetic

c)

Solid State

d)

They are all the same

84.

Why is a Hard Disk Drive (HDD) not very portable?

a)

It has moving parts

b)

It is too large

c)

It will break if you touch it

d)

It is too small

85.

Why does a laptop need secondary storage?

a)

To backup files to move to another computer

b)

To store data, files and software when the power it off

c)

To store programs that are currently in use

d)

To store data that the processor is currently using

86.

Which type of storage uses lasers to write the data?

a)

Optical

b)

Magnetic

c)

Solid State

d)

All types

87.

The types of storage are listed below from fastest to slowest. Which order is correct?

a)

Solid State, Optical, Magnetic

b)

Optical, Magnetic, Solid State

c)

Magnetic, Optical, Solid State

d)

Solid State, Magnetic, Optical

88.

The types of storage are listed below from least expensive per GB to the most expensive per GB. Which order is correct?

a)

Solid State, Optical, Magnetic

b)

Optical, Magnetic, Solid State

c)

Magnetic, Optical, Solid State

d)

Solid State, Magnetic, Optical

89.

The types of storage are listed below from the most reliable to the least reliable. Which order is correct?

a)

Solid State, Optical, Magnetic

b)

Optical, Magnetic, Solid State

c)

Magnetic, Optical, Solid State

d)

Solid State, Magnetic, Optical

90.

Which is the smallest of these data capacities?

a)

2 KB

b)

2049 Bytes

c)

0.5 MB

d)

3 GB

91.

Which is the largest of these data capacities?

a)

2048 MB

b)

2 GB

c)

2050 MB

d)

100,000 KB