wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CPA 4NT Paper 1 Quiz 4 (AISS)

Total questions: 20

Worksheet time: 16mins

Name
Class
Date
1.

Which of the following are input devices?

a)

Keyboard

b)

Monitor

c)

Scanner

d)

Barcode Reader

2.

Which of the following tools is most suitable in protecting your computer from online threats?

a)

Windows Disk Cleaner

b)

Windows Firewall

c)

Windows Explorer

d)

Windows Error Checking

3.

Which of the following steps helps to protect a computer from physical damage?

a)

Installing a firewall

b)

Scanning the computer for viruses

c)

Shutting down the computer properly

d)

Using the correct power supply for the computer

4.

Some program instructions are used to start up a computer. Why are these instructions not stored in the RAM (Random Access Memory)?

a)

RAM is a secondary storage

b)

RAM is unable to store data

c)

RAM loses data when the computer has been shut down

d)

Some computers do not have RAM

5.

In a multimedia presentation, what are the hyperlinks that navigate between different slides also known as?

a)

external links

b)

internal links

c)

merging links

d)

special links

6.

What is the purpose of including action buttons in a multimedia presentation?

a)

To allow a user to contact the person in charge

b)

To allow a user to edit the presentation

c)

To allow a user to link to different slides within the presentation

d)

To allow a user to save the presentation

7.

In the use of computer graphics software (inkscape), what is a possible reason for not being able to fill an object with colour?

a)

The object has been skewed

b)

The object has no outline

c)

The object is not a common shape

d)

The object is not closed

8.

The following drawing is produced by a computer graphics software.

What is the most likely transformation that was done?

a)

Difference

b)

Interpolate

c)

Union

d)

Intersection

9.

Word wrap is a function used in word document to align text. Which of the following best describes how word wrap adjusts text?

a)

Adjusting the font size of words so that the text fits into a single line

b)

Adjusting the indentation of words so that text fits into a single line

c)

Automatic movement of words to the next line when current line is filled.

d)

Automatic movement of words to the next page when current line is filled

10.

DropCap is a fanciful font that improves the look of a document.

Which kind of text is DropCap most commonly found?

a)

Emails

b)

Letters

c)

Storybook for children

d)

Composition

11.

What is the main purpose of using mail merge in a word document?

a)

To generate identical documents for different recipients

b)

To generate letters with different content

c)

To generate multiple documents for the same person

d)

To generate multiple graphics from a folder

12.

When using a word document, in which position is text repeated on every page?

a)

Center of document

b)

Left Margin

c)

Footer

d)

Right Align

13.

Use the spreadsheet table above to answer the question.

It contains information about the nationality of students in a school

Column C indicates the School ID of the students. Which function can be used to obtain the 5th character in their School ID? E.g. extract letter ‘F’ or ‘L’.

a)

Center

b)

Left

c)

Median

d)

Mid

14.

Use the spreadsheet table above to answer the question.

It contains information about the nationality of students in a school.

Which function will return a value 2017 from the cell B3?

a)

=LEFT(B3, 4)

b)

=RIGHT(B3, 4)

c)

=YEAR(B3, 4)

d)

=YEAR(B3)

15.

Use the spreadsheet table above to answer the question.

It contains information about the nationality of students in a school.

Which of the following tool can be used to ensure that a student enters a School ID correctly into column C?

a)

Conditional Formatting

b)

Data Validation

c)

Lookup Function

d)

Spelling Checker

16.

In a spreadsheet, when would the use of a

V/H lookup function be appropriate?

a)

To control what the user enters into the spreadsheet.

b)

To find things in a table by column or row.

c)

To highlight certain words in the spreadsheet.

d)

To replace words in the spreadsheet.

17.

Which of the following formula will round 45.7 to a value of 45?

a)

=ROUND(45.7, 0)

b)

=ROUND(45.7, 3)

c)

=ROUNDDOWN(45.7,0)

d)

=ROUNDUP(45.4,0)

18.

Which of the following best describes a combination chart?

a)

It is a chart that shows 2 charts that overlapping

b)

It is a pie chart combined with a line or column chart

c)

It is always made up of 2 column charts

d)

It is always made up of 2 line charts

19.

Which of the following is represented by this symbol in a flowchart

a)

Decision

b)

Input / Output

c)

Process

d)

Start / End

20.

1. QUICK is a variable used in a game. The following script is used within the game.


SET “ QUICK” TO 5

REPEAT UNTIL <QUICK=3>

IF <KEY “B” PRESSED?>

THEN CHANGE “QUICK” BY -1

LOOP AGAIN


When the game is run, the B key is pressed 5 times, followed by the SPACE key.


What is the final value for “QUICK”?

a)

0

b)

1

c)

2

d)

3