wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

OCR GCSE Computer Science Revision Paper 1- Saim C :D

Total questions: 98

Worksheet time: 48mins

Name
Class
Date
1.

State the purpose of the CPU.

a)

Contains the CU

b)

Executes all of the stored program instructions

c)

Contains registers

d)

Interprets instructions

2.

Define the purpose of the CU

a)

Controls all the other components of the CPU.

b)

Interprets program instructions and tells the ALU what operations to carry out

c)

Electrical conductors

d)

A very fast RAM

3.

Define the purpose of the ALU

a)

Controls the flow of data

b)

A simple memory location stored within the CPU which helps with the storage of application software

c)

Performs the arithmetic and logical operations to carry out program instructions

d)

Controls what rate instructions are executed.

4.

What is the clock?

a)

The time between a input such as a key being pressed and the output of the key being presented.

b)

The time taken to send a packet across a network

c)

The time taken for a router to connect to the internet

d)

Controls the speed at which program instructions are carried out, by sending control electrical signals at regular intervals,AKA cycles

5.

Define the purpose of the decoder.

a)

Used to find bugs in the PC to ensure the PC runs smoothly and at its best performance

b)

To translate the instructions and tells the other components, ALU what operations to carry out

c)

Executes logical operations and arithmetic operations.

d)

To transport instructions around the motherboard

6.

How does a bus transport data across the motherboard.

a)

Electrical conductors that carry electrical signals between components.

b)

A bus is a little wire which passes on instructions by the internet

7.

What is clock speed?

a)

How many clock cycles can be performed within a second.

b)

The GHz

c)

How many instructions can be carried in 1 second.

d)

The speed of how quickly a PC is able to respond to inputs.

8.

Which is not located in the CPU?

a)

RAM

b)

Mouse

c)

CU

d)

Fan

9.

Which of the following is an example of 'main memory'.

a)

Hard Drive

b)

USB Drive

c)

RAM

d)

ROM

10.

Role of the MDR?

a)

Temporary store buffer

b)

Stores result from ALU

c)

Holds address of the memory currently being read or read from

d)

Holds the address of the next instruction to be fetched

11.

What is the function of the program counter?

a)

Holds address of the memory location currently being read or written to

b)

Stores results from ALU

c)

Holds address of the next instruction to be fetched

d)

Temporary buffer

12.

What is the accumulator?

a)

Temporary buffer

b)

Stores the results from the ALU

c)

Holds address of the memory location being written or read to

d)

Holds address of the next instruction to be fetched

13.

What is the MDR

a)

Holds address of the next instruction

b)

Temporary buffer

c)

Holds results from the ALU

d)

Holds the address of the current memory location being read or written to

14.

What is the correct order of instructions being executed?

a)

EDF

b)

FDE

c)

PDF

d)

DFE

15.

Which one of these is a detailed description of FDE?

a)

CPU(Asks for instruction)-->Data Bus-->RAM(Where instructions and data is stored)--> Address Bus-->Decoder(Decodes the instruction so the)-->ALU(Executes the instructions)-->Accumulator (Where results are stored)

b)

CPU(Asks for instruction)-->Address Bus-->RAM(Where instructions and data is stored)--> Data Bus-->Decoder(Decodes the instruction so the)-->ALU(Executes the instructions)-->Accumulator (Where results are stored)

c)

RAM(Asks for instruction)-->Address Bus-->CPU(Where instructions and data is stored)--> Data Bus-->Decoder(Decodes the instruction so the)-->ALU(Executes the instructions)-->Accumulator (Where results are stored)

d)

RAM(Asks for instruction)-->Data Bus-->CPU(Where instructions and data is stored)-->Address Bus-->Decoder(Decodes the instruction so the)-->ALU(Executes the instructions)-->Accumulator (Where results are stored)

16.

Select which of these affect performance of a computer.

a)

CPU (Clock Speed)

b)

If its single or multi core

c)

GPU

d)

Amount of Cache

e)

Amount of RAM

17.

Explain how Cache affects performance?

a)

Cache is high speed memory used to store frequently stored instructions the larger the cache size the less the RAM, which is the slower main memory needs to be accessed. Therefore the CPU does not need to wait longer for data to be delivered as cache is also located closer to the CPU than the RAM.

b)

Cache reduces performance due to the fact that as it gets bigger it is harder to find data as there are more items of data the PC needs to search through.

c)

The higher the Cache the better as if you have more of a data storage the better as there is more instructions which you are able to store meaning that the CPU will perform faster.

18.

Select the advantages of multicore processors

a)

The program may be sequential

b)

The cores can work together- Parallel Processing

c)

The cores can work on separate tasks at the same time-Multitasking

d)

The cores get to keep more of their power reserved as the others can do the job for them

19.

Select the disadvantages of multi core processors.

a)

Some programs may be sequential

b)

It takes time for the processors to decide which processor is going to perform each task

c)

The processors may run out of read/write cycles

d)

Not all programs support multi core processing

20.

Which one is a faster rig?

a)

Single Core 3GHz Processor

b)

Dual Core 2GHz PRocessor

21.

What is another term used to describe Embedded Systems?

a)

PCB

b)

Real Time Systems

c)

Insider Systems

22.

What are the main components of a PCB which contains a embedded system?

a)

Processor

b)

Memory

c)

Input/Output User Interface

d)

A fan

23.

Define an embedded system.

a)

A system built for small range of specific tasks.

b)

A computer system built into another device in order to control it.

c)

A computer system built into another device to perform no tasks but just for decor.

d)

A PCB

24.

Explain the function of one embedded system within a washing machine.

a)

The monitoring of the water temperature so that it can turn the heating element on and off.

b)

The whole machine itself , its purpose is to wash clothing items.

25.

Which can be written and read to?

a)

RAM

b)

ROM

26.

Which one can only be read to?

a)

RAM

b)

ROM

27.

Which one stores application data?

a)

RAM

b)

ROM

28.

Which one stores BIOS?

a)

RAM

b)

ROM

29.

Describe the difference between volatile and non-volatile with examples.

a)

The content of non-volatile memory is not lost when power is turned off where as with volatile it is. Content of volatile memory constantly changes such as in RAM and where as non-volatile it is fixed and cant be altered, such as ROM.

b)

The content of non-volatile memory is lost when power is turned off where as with volatile it is not . Content of volatile memory constantly changes such as in ROM and where as non-volatile it is fixed and cant be altered, such as RAM.

c)

In volatile the memory is kept in virtual storage or secondary storage which means that there will always be a place to keep data whether you have power or not. Your data can can be read and written to. BIOS is located in volatile memory.

30.

What is meant by virtual memory?

a)

An area of RAM which is used temporarily when the SSD or HDD is full.

b)

Area of HDD or SSD used at temporary storage when the RAM is full.

c)

An area of HDD or SSD which is used when the cache is full

d)

A Level 3 Chache used when the RAM is full

31.

Program instructions and data are constantly moving between CPU and RAM

a)

True

b)

False

32.

Which one is swapped out during virtual memory.

a)

Frequent used data

b)

Least frequent used data

33.

The components involved in virtual memory are: CPU,RAM,Cache

a)

True

b)

False

34.

Select the disadvantage(s) of virtual memory.

a)

The read write head of HDD is slower than the RAM

b)

Disc Thrashing

c)

if the OS is constantly swapping data the programs will run slower

35.

Which is an advantage of virtual memory?

a)

The PC will run faster as it is near the CPU

b)

The program operation will continue even when memory is full

36.

Select the general features of secondary storage

a)

Non-Volatile

b)

Not directly accessed by CPU

c)

Long-Term Storage

d)

SSD

37.

Which is an example of Magnetic Storage

a)

USB Flash Drive

b)

HDD

c)

SSD

d)

DVD

38.

Which of these is an example of optical storage?

a)

CD

b)

SSD

c)

USB

d)

HDD

39.

Which of these is a example of Solid State Storage?

a)

HDD

b)

USB

c)

DVD/Blu-Ray

d)

USB Flash Drives

40.

Which of these contains a laser?

a)

Optical

b)

Magnetic

c)

Solid State

41.

Which of these contains no moving parts?

a)

Magnetic

b)

Optical

c)

Solid State

42.

Which of these contain a read/write arm?

a)

Solid State

b)

Magnetic

c)

Optical

43.

Where will you find the described type of secondary storage ? "Data is encoded as opposing magnetic polarities on the surface of the disc. Electromagnets in the read/write head , read and write the data.

a)

HDD

b)

USB Flash Drive

c)

CD

44.

What type of storage does this describe? "Discs use a laser to read an write data. The datais encoded as a series of pits representing 1s and 0s in a spiral track running from inside to outside of the track."

a)

Optical

b)

Magnetic

c)

Solid State

45.

Which secondary storage type does this description describe? " Made up of flash memory which is non volatile , it can be electrically erased and reprogrammed. It uses arrays of transistors which operate in 1s and 0s and are changed via electrical signals. Data is encoded as binary digits"

a)

Solid State

b)

Optical

c)

Magnetic

46.

Which of these is not a example of secondary storage?

a)

USB

b)

SSD

c)

SD Cards

d)

HDD

47.

Which type of secondary storage is the largest per GB?

a)

Optical

b)

Solid State

c)

Magnetic

48.

Which type of secondary storage is the fastest?

a)

Optical

b)

Solid State

c)

Magnetic

49.

Which type of secondary storage(s) is the cheapest?

a)

Optical

b)

Magnetic

c)

Solid State

50.

Which of these secondary storage types is the most portable?

a)

Solid State

b)

HDD

c)

Optical

51.

Which secondary storage is most likely to be found in a mobile phone?

a)

Optical

b)

Solid State

c)

Magnetic

52.

How much data can a compact disc store?

a)

700MB

b)

70 GB

c)

7TB

d)

4.7GB

53.

Which type of network spans over a small geographical area?

a)

LAN

b)

WAN

54.

Which of these is the Internet an example of?

a)

LAN

b)

WAN

55.

A network which is located in a big school is a WAN

a)

True

b)

False

56.

Select factors that affect network performance

a)

Bandwidth

b)

Hardware/Software

c)

Number of users

d)

The amount of RAM in each client's PC

57.

Bandwidth is.........

a)

Can lead to collisions of data packets resulting in transmission errors the packets have to be resent

b)

Is the maximum amount of data that can pass through the medium per second

c)

Routers and switches can affect performance

d)

can cause network congestion, leading to packets being queued before being transmitted by routers and switches

58.

Hardware and software limitations means....

a)

Is the maximum amount of data that can pass through the medium per second

b)

Such as routers and switches can affect performance

c)

Can cause network congestion, leading to packets being queed before being transmitted by routers and switches

d)

Collisions of data packets resulting in transmission errors the packets have to be resent

59.

A high number of users on a network means....

a)

Collisions of data packets resulting in transmission errors the packets have to be resent

b)

The maximum amount of data that can pass through the medium per second

c)

Can cause network congestion, leading to packets being queued before being transmitted by routers and switches

d)

The maximum amount of data that can pass through the medium per second

60.

A high network traffic means....

a)

Can cause network congestion, leading to packets being queued before being transmitted by routers and switches

b)

It can lead to collisions of data packets resulting in transmission errors the packets have to be resent

c)

The maximum amount of data that can pass through the medium per second

d)

Such as routers and switches can affect performance

61.

Which piece of hardware will you NOT see in a peer-to-peer network?

a)

Printer

b)

Server

c)

Computer

d)

Laptop

62.

Which of these can you find in a server-client network?

a)

Printer

b)

Computer

c)

Server

d)

Laptop

63.

In a peer-peer network, "There is no_____ to manage the network, all computers are equally connected"

a)

Client

b)

Node

c)

Server

64.

"Computers communicate through a central piece of hardware which manages the network" Which network type does this apply to?

a)

Client-Server

b)

Peer-Peer

65.

Which type of network stores data centrally?

a)

Client-Server

b)

Peer-Peer

66.

Which network requires each user to be responsible for backing up each client?

a)

Server-Client

b)

Peer-Peer

67.

Select the advantages of sing a client-server network over a peer-peer network.

a)

Network is controlled centrally rather than each client.

b)

It helps the CPUs in the clients last longer since they dont need to save files themselves

c)

All files can be saved centrally rather than on each client

d)

All backups can be done centrally on each client

68.

Copper wire transmits data as electric signals

a)

True

b)

False

69.

Fibre Optic transmits data as pulses of data

a)

True

b)

False

70.

Which ones cheaper?

a)

Fibre Optic Cable

b)

Copper cable

71.

Which one transmits signals at a faster speed and over greater distances?

a)

Copper

b)

Fibre Optic

72.

Which one transmits data slower than the others?

a)

Wireless

b)

Fibre Optic

c)

Copper

73.

Which transmission media does this describe: "Easy to install just need WAP"

a)

Wireless

b)

Cable

74.

Which type of transmission media is more expensive?

a)

Cable

b)

Wireless

75.

Which network transmission is more easily infiltrated?

a)

Wireless

b)

Cable

76.

Which type of transmission media is more likely to be interfered by walls and other electric equipment?

a)

Wireless

b)

Cable

77.

Which type of transmission media has more mobility?

a)

Wireless

b)

Cable

78.

Hubs send messages to every computer on the network

a)

True

b)

False

79.

Switches read the MAC address and send messages to only the computer which is the intended recipient

a)

True

b)

False

80.

Hubs and Switches are used to link computers so that they can communicate

a)

True

b)

False

81.

Select the purpose of routers.

a)

Connect networks together

b)

Read addresses and forward to correct network

c)

Used to transfer data between a home network and the internet

d)

Similar to hubs , they do not read the adresses

82.

Select the purposes of Wireless Access Points

a)

Wireless devices need WAP to connect to cabled networks

b)

Convert data from Wireless<-->Cabled signals

c)

Often used for hotspots in public ares

d)

Unlike switches they do not read the destination addresses and direct the messages to all devices

83.

A host is a computer accessed by users at remove locations over a network

a)

True

b)

False

84.

Who handles technical and security issues on the internet?

a)

Hosting Company

b)

The Clients

85.

What does IP stand for?

a)

Internet Protocol

b)

Internet Password

c)

Internet Provider

86.

Is a 32 Bit IP Address...?

a)

IPv4

b)

IPv6

87.

Which is the domain?

a)

mysite.co.uk

b)

www.mysite.co.uk

88.

How many bits do IPv6 contain?

a)

64

b)

128

c)

32

89.

When a browser requests access to a host , the client computer contacts.....?

a)

Router

b)

Server

c)

DNS

90.

What are the correct steps of when a client requests access to host via domain name?

a)

1: Client enters the domain name into browser

2:Client contacts router to resolve the domain name

3:If it is not found a WAP is contacted

4:Either one of the sends the domain name

5:The server returns the IP address to the client

6:The client gets access to host using IP Address

b)

1: Client enters the domain name into browser

2:Client contacts DNS server to resolve the domain name

3:If it is not found a second DNS server is contacted

4:Either one of the DNS server sends the domain name

5:The server returns the IP address to the client

6:The client gets access to host using IP Address.

91.

In a .. network each node is connected individually to a central point which can be a file server,hub or switch.

a)

Mesh

b)

Star

c)

Bus

92.

Which network has minimum network traffic?

a)

Star

b)

Mesh

93.

Which network has alternative routes for data if one route fails to work?

a)

Star

b)

Mesh

94.

Which network can you add more devices easily onto?

a)

Star

b)

Mesh

95.

Which network has a central point that if it fails will fail the whole network?

a)

Star

b)

Mesh

96.

Which network requires more cable if a cabled network is used?

a)

Star

b)

Mesh

97.

What are protocols?

a)

The Law which decides whether a person is allowed to use someone else's work while giving them attribution (credit)

b)

Rules that computers must follow when they are transferring data over a network

c)

The Law which decides how a computer should not be misused, such as to gain entry without permission and cause harm

98.

Select 3 tasks carried out by protocols in the transmission of data over a network.

a)

Connect networks together to be able to send data/packets

b)

Split data into packets

c)

Add the address of the recipient computer

d)

Notify the sending computer when the data is received