wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computing Checkpoint - May 2025

Total questions: 18

Worksheet time: 24mins

Name
Class
Date
1-3.

Understanding Binary Representation

Binary representation is a method of expressing numbers using only two digits: 0 and 1. This system is the foundation of all modern computing systems, as computers operate using binary code. Each binary digit, or bit, represents a power of two, and by combining these bits, we can represent any number. For example, the binary number 101 represents the decimal number 5. Understanding how to convert between binary and decimal is crucial for working with digital systems.

To convert a binary number to a decimal number, you need to understand the place value of each bit. Starting from the right, each bit represents an increasing power of two. For instance, in the binary number 1101, the rightmost bit represents 2^0, the next represents 2^1, and so on. By multiplying each bit by its corresponding power of two and summing the results, you can find the decimal equivalent. This conversion process is essential for interpreting binary data in a form that humans can easily understand.

Binary representation has numerous applications in technology and science. It is used in computer programming, data storage, and digital communications. Every piece of data in a computer, from text to images, is stored in binary form. Additionally, binary digits are used in logic gates, which are the building blocks of digital circuits. Understanding binary is fundamental for anyone interested in pursuing a career in technology or engineering.

1.

What is the binary representation of the decimal number 5?

a)

101

b)

110

c)

111

d)

100

2.

In the binary number 1101, what does the rightmost bit represent?

a)

2^0

b)

2^1

c)

2^2

d)

2^3

3.

Why is understanding binary representation important in technology?

a)

It is the foundation of all modern computing systems.

b)

It is used only in data storage.

c)

It is only relevant for computer programming.

d)

It is not essential for digital communications.

4.

Which two digits are used in binary numbers? (1 mark)

a)

0 and 1

b)

1 and 2

c)

2 and 3

d)

0 and 2

5.

Select the correct base of the binary number system. (1 mark)

a)

Base 2

b)

Base 8

c)

Base 10

d)

Base 16

6.

What is the binary equivalent of the denary number 9? (1 mark)

a)

1000

b)

1001

c)

1010

d)

1100

7.

What is the decimal equivalent of the binary number 1010? (1 mark)

a)

14

b)

8

c)

10

d)

12

8.

What number does the binary 1101 represent in denary? (1 mark)

a)

11

b)

12

c)

13

d)

14

9-11.

Mastering Data Management with Spreadsheets

Spreadsheets are powerful tools for managing data, and one of their key features is the use of formulas and functions. These allow users to perform calculations and analyse data efficiently. For example, you can use the SUM function to add up a column of numbers or the AVERAGE function to find the average of a dataset. Formulas can also be used to create complex calculations by combining different functions. Understanding how to use these tools can greatly enhance your ability to work with data.

Filtering lets you display only the data that meets certain criteria. This is useful when you want to focus on a particular subset of your data without being distracted by irrelevant information.

Conditional formatting is a feature that helps you visually analyse data by changing the appearance of cells based on their values. For instance, you can set rules to highlight cells that contain numbers above a certain threshold or to colour-code data based on specific conditions. This makes it easier to spot trends and outliers at a glance. By mastering conditional formatting, you can make your data more accessible and easier to interpret. Together, these spreadsheet tools provide a comprehensive approach to data management, making it easier for students to handle complex datasets effectively.

9.

What is one of the key features of spreadsheets that allows users to perform calculations and analyse data efficiently?

a)

Formulas and functions

b)

Data entry

c)

Graphical design

d)

Text formatting

10.

Which function would you use in a spreadsheet to find the average of a dataset?

a)

SUM

b)

AVERAGE

c)

COUNT

d)

MAX

11.

What feature in spreadsheets helps you visually analyse data by changing the appearance of cells based on their values?

a)

Conditional formatting

b)

Data validation

c)

Cell merging

d)

Pivot tables

12.

Identify these areas within a spreadsheet.

13.

What is the purpose of a primary key? (1 mark)

a)

To format data

b)

To sort columns

c)

To uniquely identify each record

d)

To apply functions

14.

Which field is best suited as a primary key? (1 mark)

a)

Student Name

1.

Not a good primary key

b)

Student ID

2.

Good primary key

c)

Favourite colour

3.

Not a good primary key

d)

Library card number

4.

Good primary key

15.

Write the Excel formula: Add cell A1 and B1. (1 mark)

(a)  

16.

Match each Excel formula to what it does.

a)

=SUM(A1:A5)

1.

Adds values from A1 to A5

b)

=AVERAGE(A1:A5)

2.

Calculates the average

c)

=MAX(A1:A5)

3.

Finds the highest number

d)

=MIN(A1:A5)

4.

Finds the lowest number

17.

What is the purpose of conditional formatting? (1 mark)

a)

To highlight values

b)

To hide rows

c)

To freeze panes

d)

To change fonts

18.

Write the condition to find values less than 50. (1 mark)

(a)  

19.

You are reviewing a peer’s dataset. It has no primary key, inconsistent data, and no formatting. What is the best improvement? (1 mark)

a)

Add a primary key and apply consistent formatting rules

b)

Add more rows and merge the columns

c)

Delete the inconsistent values and rename all the columns

d)

Sort the data alphabetically and hide the column with errors

20.

Which of the following tasks can be done using filtering in Excel?​ ​ ​ (a)  

Choose from the below words
Automatically calculate column totals
Show only rows where the value is less than 50
Highlight errors using colour
Restrict input to specific options
21.

Put the steps for sorting and filtering a dataset in the correct order.

a)

Open the dataset in Excel

b)

Select the data range

c)

Go to the "Data" tab

d)

Click “Filter”

e)

Choose your filtering criteria

1)
2)
3)
4)
5)
22.

Arrange the following binary numbers in order from smallest to largest.​ (a)   ​ (b)   ​ (c)   ​ (d)  

Choose from the below words
0001
0010
0100
1000