wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CPA_2024

Total questions: 34

Worksheet time: 26mins

Name
Class
Date
1.

Which of the following is an output device?

a)

Byte

b)

Printer

c)

Scanner

d)

Thumb drive

2.

Which of the following is an example of a troubleshooting technique?

a)

Backing up

b)

Printing

c)

Rebooting

d)

Storing

3.

A local area network (LAN) is

a)

always in a single room

b)

never connected to the internet

c)

usually in a single building

d)

usually in multiple buildings

4.

A benefit of file compression is

a)

a larger file size

b)

a smaller file size

c)

an increase in the number of files

d)

making file transfer more difficult

5.

For which of the following acts would you need to ask for permission?

a)

Distributing copyrighted software

b)

Installing a program you wrote yourself

c)

Installing free ware

d)

Using a sound file that has a Creative Commons license

6.

Vector graphics are composed of

a)

dots and nodes

b)

nodes and paths

c)

paths and pixels

d)

pixels and dots

7.

Which of the following is an operation on a video clip?

a)

Fill

b)

Plan

c)

Trim

d)

Union

8.

Video with a lower frame rate

a)

appear smother

b)

have more colours

c)

have poorer quality

d)

take up more space

9.

Line spacing in a document can be set as

a)

advanced

b)

double

c)

left

d)

right

10.

The text above has a

a)

bold typeface

b)

italic typeface

c)

sans-serif typeface

d)

serif typeface

11.

The orientation of a page can be set to

a)

horizontal

b)

landscape

c)

left

d)

vertical

12.

Which function is used to find the largest number in a range of cells in a spreadsheet?

a)

LEN

b)

MAX

c)

MIN

d)

SUM

13.

Which function rounds to the nearest whole number?

a)

RANDBETWEEN

b)

ROUND

c)

ROUNDDOWN

d)

ROUNDUP

14.

Input data is validated to make sure that

a)

the input value is acceptable

b)

the input value is accurate

c)

the input data is not copyrighted

d)

there are no calculation errors

15.

Which of the following is an example of interactive multimedia communication?

a)

Document

b)

Slide presentation

c)

Spreadsheet

d)

Storyboard

16.

The purpose of a slide master is to

a)

add external hyperlinks

b)

create a consistent style and layout

c)

enhance contrast with media elements

d)

insert media elements into a presentation

17.

Which of the following is usually used for navigation between slides?

a)

Background

b)

Button

c)

Storyboard

d)

Video

18.

Which of the following Scratch blocks produces a number?

a)

b)

c)

d)

19.

When flag clicked

Set My Variable to 0

Change My Variable by 5

Set Your Variable to 5

Change My Variable by 5

If My Variable > Your Variable

Say My Variable for 2 seconds

Else

Say Your Variable for 2 seconds

a)

0

b)

5

c)

10

d)

15

20.

In scratch the area where an animation or game takes place is called the

a)

script

b)

sprite

c)

stage

d)

variable

21.

Give three examples of input devices.

(a)  

22.

A computer uses application software.

State what is meant by application software.

(a)  

23.

Give two examples of application software.

(a)  

24.

Malware is malicious software.

Give three examples of types of malware.

(a)  

25.

Web pages are frequently used to communicate information.

Describe two advantages of using web pages as a form communication.

(a)  

26.

Match the following to connect each network device with the most appropriate purpose.

Categorize the following

To allow wireless devices to access a network

To form a network by connecting multiple wired devices

To convert data from one form to another

to allow network access by being installed in a computer

wireless access point
router
modem
network interface card
27.

State two different file formats for raster graphics

(a)  

28.

State the number of rows and columns in this table.

Rows :___

Columns : ___

(a)  

29.

This formula contains absolute and relative cell references.

= D27*$A$5

Identify the absolute cell reference and the relative cell reference in this formula.

Absolute cell reference : __________

Relative cell reference : __________

(a)  

30.

State one advantage of using cell referencing in formulas.

(a)  

31.

State one difference between how absolute and relative cell referencing are used.

(a)  

32.

A slide presentation is developed to show a school's sports competition and the results.

Identify two different types of media elements that can be used.

(a)  

33.

When flag is clicked

Set Sum to 0

Set Counter to 1

repeat until Counter > 3

ask Please enter a number and wait

set Sum to Sum + answer

Set Counter to Counter + 1

Say Sum for 5 seconds

stop all

(a)  

34.

When flag is clicked

Set Sum to 0

Set Counter to 1

repeat until Counter > 3

ask Please enter a number and wait

set Sum to Sum + answer

Set Counter to Counter + 1

Say Sum for 5 seconds

stop all

(a)