wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

OCR J277 Computer Science Paper 1 Revision Test 1

Total questions: 86

Worksheet time: 43mins

Name
Class
Date
1.

What is the primary function of the Arithmetic Logic Unit (ALU) in a CPU?

a)

Controls the flow of data in and out of the CPU

b)

Temporarily holds small amounts of data

c)

Performs calculations and logical operations

d)

Stores regularly used data for quick access

2.

Amelia is configuring her new workstation for advanced video editing tasks. Which component of her computer system is crucial for processing all data and instructions?

a)

Control Unit

b)

Arithmetic Logic Unit

c)

Central Processing Unit

d)

Cache

3.

What is the role of the Control Unit (CU) within the CPU?

a)

Performs calculations including addition and subtraction

b)

Temporarily holds small amounts of data

c)

Controls the flow of data and manages instruction execution

d)

Stores regularly used data for quick access

4.

Isabelle is building a custom PC for gaming. Which factor does NOT affect the CPU performance of her gaming setup?

a)

Number of cores

b)

Clock speed

c)

Cache size

d)

Type of peripherals connected

5.

What is the role of the Memory Address Register (MAR) in a CPU?

a)

It stores the data being transferred to and from the memory unit

b)

It holds the address of the next instruction to be executed

c)

It contains the address of the memory location currently being accessed

d)

It decodes the instructions fetched from memory

6.

Which component of the CPU holds the actual data or instruction that has been fetched from memory or is waiting to be written to memory?

a)

Arithmetic Logic Unit (ALU)

b)

Memory Address Register (MAR)

c)

Memory Data Register (MDR)

d)

Control Unit

7.

What is the primary function of the Program Counter (PC) in the Fetch-Execute Cycle?

a)

It stores the data needed for CPU operations.

b)

It keeps track of the next instruction to execute.

c)

It manages the input/output operations of the system.

d)

It performs arithmetic and logical operations on data.

8.

In the Fetch-Execute Cycle, what happens during the "Decode" step?

a)

The instruction in the MDR is decoded by the control unit.

b)

The program counter is incremented to point to the next instruction.

c)

Data is written to memory.

d)

The memory address is copied from the program counter to the MAR.

9.

Which type of memory loses its data when the power is turned off?

a)

Hard Drive

b)

RAM

c)

SSD

d)

ROM

10.

Muhammad is working on his computer to complete a project. He needs to access data quickly while he works. Which type of memory is known as the main temporary memory in a computer that allows Muhammad to access this data quickly?

a)

ROM

b)

RAM

c)

Virtual Memory

d)

Secondary Storage

11.

Arjun is working on a complex video editing project on his computer, which has limited RAM. What is the function of virtual memory in Arjun's computer system?

a)

To increase the processing speed of the CPU

b)

To store permanent data

c)

To act as additional RAM by using secondary storage

d)

To only read data and not write to it

12.

ROM is described as which type of memory?

a)

Volatile and writable

b)

Non-volatile and writable

c)

Non-volatile and only readable

d)

Volatile and only readable

13.

Which component contains the BIOS necessary for a computer to boot up?

a)

RAM

b)

CPU

c)

ROM

d)

Virtual Memory

14.

While deciding on a new laptop, Priya is considering the type of storage device. What would be an important characteristic of Solid State Drives (SSDs) compared to Hard Disk Drives (HDDs) that Priya should consider?

a)

SSDs have moving parts.

b)

SSDs use magnetic storage.

c)

SSDs are usually noisy.

d)

SSDs have no moving parts.

15.

Ava, Sophie, and Oliver are part of a tech team at a university. They need to choose a storage solution to archive decades of academic research data. Which type of storage is commonly used by organizations to store large amounts of data?

a)

Flash drives

b)

SSDs

c)

Magnetic tape

d)

Memory cards

16.

What is a common use of external SSDs in a home computing environment?

a)

They are mainly used for gaming.

b)

They serve as primary operating system drives.

c)

They are used for additional storage and backups.

d)

They enhance the graphics performance of computers.

17.

Max is setting up a new gaming PC and wants the fastest data access speeds for his games. Which type of storage device should he choose?

a)

External HDD

b)

Internal SSD

c)

USB Flash Drive

d)

Optical Disc

18.

What is the primary function of peripheral management in an operating system?

a)

To allocate memory addresses to applications

b)

To communicate with internal hardware and manage peripherals using drivers

c)

To organize files into a hierarchical structure

d)

To grant user access to specific data and resources

19.

Anna, Carlos, and Lee are developing a software application. They want to ensure the interface allows users to interact through graphical icons and visual indicators rather than text-based command lines. What type of interface are they focusing on?

a)

Text-Based User Interfaces

b)

Graphical User Interfaces (GUIs)

c)

Hardware Control Interfaces

d)

Network Configuration Interfaces

20.

How does memory management enhance system efficiency?

a)

By organizing files into folders

b)

By controlling user access

c)

By dividing CPU processing time between tasks to complete them efficiently

d)

By choosing correct drivers for hardware

21.

How does the operating system ensure the security of file data?

a)

By encrypting file contents

b)

By managing user permissions for files

c)

By physically locking the hard drive

d)

By monitoring Internet traffic

22.

As an IT technician for a law firm, Oscar is assigned to manage sensitive data on shared computers. Which feature of user management in operating systems is aimed at preventing unauthorized access by other employees?

a)

Allocating memory addresses to apps

b)

Using memory buffers to store data

c)

Organizing files into folders

d)

Using anti-theft measures like passwords or pin protection

23.

Alexander is working on his computer and notices that it has become significantly slower when accessing files. He learns that this might be due to fragmented data. What is the primary purpose of defragmentation software that Alexander might use to solve this issue?

a)

To encrypt data to prevent unauthorized access

b)

To compress files and reduce their size

c)

To reorganize a HDD by putting related data back together

d)

To permanently delete files from the system

24.

Why do SSDs not require defragmentation like HDDs?

a)

SSDs are random access and do not have a sequential read/write head

b)

SSDs automatically compress files

c)

SSDs use encryption software by default

d)

SSDs are slower than HDDs

25.

What happens to the hard disk when files are moved, deleted, or change size according to the defragmentation process?

a)

The disk becomes encrypted

b)

Small gaps appear on the disk

c)

Files are compressed

d)

The disk is cleaned of all data

26.

How does defragmentation software improve the performance of a hard disk drive?

a)

By encrypting the files

b)

By compressing the files

c)

By reducing the movement of the read/write head

d)

By permanently removing data from files

27.

What is the base number of the hexadecimal system?

a)

10

b)

2

c)

16

d)

8

28.

What is the binary representation of the number 5?

a)

0101

b)

1010

c)

0011

d)

1001

29.

How is the number 9 represented in hexadecimal?

(a)  

30.

What is the decimal equivalent of the binary number 1010?

a)

10

b)

12

c)

8

d)

5

31.

Kiara is working on a project that involves low-level programming. She notices that hexadecimal numbers are frequently used. What is a primary advantage of using hexadecimal numbers in this context?

a)

They simplify the representation of binary numbers

b)

They are universally used in all programming languages

c)

They increase computational speed directly

d)

They require less memory to store

32.

What is the value of the hexadecimal number 'A1' in decimal?

a)

161

b)

162

c)

163

d)

164

33.

Sophia is learning about number systems in her computer science class. She is asked to convert the number 43 from denary to hexadecimal. What is the remainder when 43 is divided by 16?

a)

11

b)

10

c)

12

d)

13

34.

What is the hexadecimal equivalent of the binary number 1110?

a)

E

b)

7

c)

D

d)

F

35.

What is the binary representation of the hexadecimal digit E4?

a)

1110 0100

b)

1101 0100

c)

1111 0100

d)

1010 0100

36.

What is the result of adding the binary numbers 1 and 1?

a)

0

b)

1

c)

10

d)

11

37.

What happens when a binary number is left-shifted by one place?

a)

The number is halved

b)

The number remains the same

c)

The number is doubled

d)

The number is tripled

38.

What is a potential issue when performing binary addition with two 8-bit numbers?

a)

The result fits perfectly every time

b)

The result might require more than 8 bits

c)

The result is always less than 8 bits

d)

The result is converted to a decimal number

39.

What does a right shift operation do to a binary number?

a)

Multiplies the number by two

b)

Leaves the number unchanged

c)

Divides the number by two

d)

Squares the number

40.

Which type of shift operation can cause the most significant bits to be lost?

a)

Right shift

b)

Left shift

c)

Circular shift

d)

No shift causes loss of bits

41.

Charlie is organizing his computer files and notices different file sizes. Which of the following represents the largest unit of data size?

a)

Byte

b)

Kilobyte

c)

Megabyte

d)

Gigabyte

42.

While preparing a presentation, Noah decides to reduce the file size of embedded videos to save space. He doesn't need to restore them to their original quality later. Which type of data compression should he use?

a)

Lossy Compression

b)

Lossless Compression

c)

Efficient Compression

d)

Temporary Compression

43.

How many bytes are there in a Kilobyte?

a)

100 bytes

b)

1000 bytes

c)

1024 bytes

d)

2048 bytes

44.

Florence is working on a project that involves storing large amounts of video data. What is a benefit of using data compression for Florence's project?

a)

Increases file size

b)

Uses more bandwidth

c)

Files use less storage space

d)

Reduces data accessibility

45.

Which of the following is a benefit of lossless compression?

a)

Reduces file size without losing quality

b)

Reduces file size by removing some data

c)

Increases the file size

d)

Cannot be used on multimedia files

46.

How many bits are typically used to represent a single ASCII character?

a)

5 bits

b)

6 bits

c)

7 bits

d)

8 bits

47.

Which of the following statements is true about Unicode compared to ASCII?

a)

Unicode uses the same number of bytes for each character as ASCII.

b)

The first 128 characters in Unicode are different from those in ASCII.

c)

Unicode can represent characters from major languages including Greek and Chinese.

d)

Unicode represents characters using only a 7-bit binary code.

48.

How many bits are needed to store the string "I'm a string, store me!" in 8-bit ASCII?

a)

184 bits

b)

192 bits

c)

160 bits

d)

200 bits

49.

What is a bitmap in the context of image representation?

a)

A type of image enhancement technique

b)

A type of image compression format

c)

A type of image made up of tiny dots, where each pixel is stored using a binary code

d)

A type of image file format used exclusively for digital cameras

50.

How is image resolution typically expressed?

a)

In megabytes

b)

As width x height in pixels

c)

In dots per inch

d)

As color depth in bits

51.

What does color depth in an image determine?

a)

The physical size of the image

b)

The number of pixels in the image

c)

The number of colors each pixel can represent

d)

The file format of the image

52.

How many colours can be represented with a colour depth of 2 bits?

a)

2 colours

b)

4 colours

c)

8 colours

d)

16 colours

53.

What is the file size in bits for an image with a resolution of 100 x 100 pixels and a color depth of 16 bits?

a)

160,000 bits

b)

1,600 bits

c)

16,000 bits

d)

160 bits

54.

What does metadata in an image file typically include?

a)

The algorithm used for compression

b)

The file size and file type

c)

Information such as height, width, color depth, and resolution

d)

The copyright information of the image

55.

What is the role of 'bit depth' in digital audio processing?

a)

It determines the overall loudness of the audio file

b)

It refers to the number of bits used per sample in audio recordings

c)

It controls the duration of the audio playback

d)

It specifies the encryption level of the audio file

56.

What is meant by "sample rate"?

a)

The quality of the sound in a digital file

b)

The duration of the sound recording

c)

The number of samples taken per second

d)

The size of the sound file

57.

How does increasing the bit depth affect the quality of a digital audio file?

a)

It increases the file's playback speed

b)

It reduces the overall file size

c)

It enhances the audio resolution and dynamic range

d)

It decreases the noise level during recording

58.

Isabelle is working on a digital sound recording project for her music class. She wants to calculate the file size of her recording. How should she calculate it?

a)

Sample rate x bit depth

b)

Sample rate + bit depth + length

c)

Sample rate x bit depth x length

d)

Sample rate / bit depth / length

59.

Which factor will increase the quality as well as the file size of a digital sound file?

a)

Lowering the sample rate

b)

Decreasing the bit depth

c)

Increasing the sample rate or bit depth

d)

Shortening the length of the recording

60.

During a school project, Matilda, Charlie, and Grace are setting up a network to connect all the computers in their classroom. What type of network are they setting up if it is specifically for a small geographical area?

a)

Large Area Network

b)

Local Area Network

c)

Limited Access Network

d)

Link Aggregate Network

61.

Which of the following is NOT a typical use of a LAN?

a)

Sharing an Internet connection

b)

Accessing and sharing files

c)

Connecting global corporate offices

d)

Sharing hardware

62.

What is the primary difference between LANs and WANs?

a)

WANs are cheaper to set up

b)

LANs cover larger geographical areas

c)

WANs connect LANs in different geographical locations

d)

LANs require an Internet connection to function

63.

Emily is setting up a wireless network in her home office. Which factor does NOT affect the performance of her wireless network?

a)

Type of cables used

b)

Signal quality

c)

Range of the device

d)

Interference from other networks

64.

What is the function of a Network Interface Controller (NIC) in computer networking?

a)

It transmits data between networks as packets.

b)

It allows devices to connect to a network, usually built into the motherboard.

c)

It shields networks from external interference.

d)

It connects multiple devices to a LAN wirelessly.

65.

What type of network cable uses light to transmit data and is immune to electromagnetic interference?

a)

Twisted pair

b)

Coaxial

c)

Fibre optic

d)

None of the above

66.

Scarlett is setting up a network for her new office building and is considering different types of cables. What is the primary advantage of using fibre optic cables in this scenario?

a)

Low cost

b)

High performance and can send data over long distances with little interference

c)

Easy installation

d)

Low bandwidth

67.

Which wireless technology is primarily used for contactless payment systems and has a very short range?

a)

Wi-Fi

b)

NFC

c)

Bluetooth

d)

LTE

68.

In a corporate setting where Mira, Oscar, and Leo work, what is a key advantage of using a client-server network model?

a)

No central server required

b)

Expensive to set up

c)

Easy file tracking as all stored centrally

d)

Data can be lost if one device fails

69.

Which of the following is a disadvantage of peer-to-peer networks?

a)

High performance

b)

Easy to maintain without expertise

c)

Data could be lost if one device fails

d)

Network unaffected if a device fails

70.

In a company's network setup using a star topology, what is a major drawback?

a)

No single point of failure

b)

Switch is a single point of failure

c)

Easy to add more devices

d)

Network unaffected if a device fails

71.

Which characteristic is true for mesh topology?

a)

Central switch controls the network

b)

Single point of failure

c)

No switch — data sent along fastest route from one device to another

d)

Expensive for wired networks

72.

What is the primary function of the Transmission Control Protocol (TCP) in network communication?

a)

Encrypts website information

b)

Directs packets to their destination across a network

c)

Splits and reassembles data packets

d)

Sends and transfers emails between servers

73.

Sebastian is creating a website for his final year project. Which protocol will be used when the website is accessed via web browsers?

a)

SMTP

b)

HTTP

c)

FTP

d)

IMAP

74.

What type of identifiers are IP addresses?

a)

16-bit identifiers

b)

32- or 128-bit identifiers

c)

48- or 64-bit identifiers

d)

8- or 16-bit identifiers

75.

Which protocol is responsible for retrieving emails from a server and allows the server to delete the email after it is downloaded?

a)

SMTP

b)

POP

c)

IMAP

d)

FTP

76.

What is the purpose of the HTTPS protocol?

a)

Splits and reassembles data packets

b)

Encrypts website information sent and received for security

c)

Directs packets to their destination across a network

d)

Retrieves emails from a server

77.

Which protocol is primarily used for sending email attachments?

a)

HTTP

b)

FTP

c)

SMTP

d)

TCP

78.

In computer networking, what does the term 'IP address' stand for?

a)

Internet Provision address

b)

Internet Protocol address

c)

Internal Port address

d)

Interface Privacy address

79.

What is the hexadecimal representation of the binary number 1101 1010?

a)

1A5

b)

B4

c)

DA

d)

7E

80.

What is the primary role of the Graphics Processing Unit (GPU) in a computer system?

a)

To manage the computer's memory and processes

b)

To enhance video and image processing capabilities

c)

To store data permanently

d)

To handle network connections

81.

In computer terminology, what does the acronym 'BIOS' stand for?

a)

Basic Input/Output System

b)

Binary Integrated Operating System

c)

Basic Integrated Output System

d)

Binary Input/Output System

82.

What is the primary function of cache memory in a computer system?

a)

To store user data permanently.

b)

To enhance the speed of the CPU.

c)

To act as the main storage for the operating system.

d)

To provide backup storage in case of system failure.

83.

What does the term 'bit' stand for in computing?

a)

Binary Digit

b)

Binary Data

c)

Bitrate Transfer

d)

Binary Transmission

84.

Charlie is considering upgrading his computer's storage. What is the main advantage of Charlie choosing an SSD over an HDD in terms of access speed?

a)

SSDs have slower read and write speeds.

b)

SSDs have faster read and write speeds.

c)

SSDs require more power to operate.

d)

SSDs have a larger storage capacity.

85.

Which of the following is a characteristic of volatile memory?

a)

It retains data when the power is turned off.

b)

It is primarily used for long-term storage.

c)

It loses stored data when the power is turned off.

d)

It is slower than non-volatile memory.

86.

In a client-server model, what role does the server primarily play?

a)

Requests data from clients

b)

Provides data and services to clients

c)

Acts as an equal in data sharing

d)

Only receives data, does not provide data