wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT Paper A - Grade 5

Total questions: 20

Worksheet time: 13mins

Name
Class
Date
1.

AutoSum feature calculates the lowest value in the list.

a)

True

b)

False

c)

Partially Correct

2.

Using the given spreadsheet the correct formula to find the average of values from A4 through D4 will be:

a)

AVERAGE(B4:D4)

b)

AVG(A4:D4)

c)

AVG(N/A,B4:D4)

d)

AVERAGE(A4:D4)

3.

Using the spreadsheet given the correct answer to the formula =Count(A1:D4) will be:

a)

4

b)

16

c)

14

d)

None of the Above

4.

Using the spreadsheet given the correct answer to the formula =CountA(A1:D4) will be:

a)

4

b)

16

c)

14

d)

None of the Above

5.

Using the spreadsheet given the correct answer to the formula =MIN(A1:D4) will be:

a)

N/A

b)

N/A, N/A

c)

3

d)

18

6.

Using the given spreadsheet the correct answer to the formula MAX(A1:D4) will be:

a)

203

b)

900

c)

750

d)

400

7.

Using the given spreadsheet choose the correct Excel formula to find all the values greater than 100.

a)

COUNTIF(A1:D4, "><100")

b)

COUNTIF(A1:D4, ">=100")

c)

COUNTIF(A1:D4, ">100")

d)

COUNTIF(A1:D1, "=>100")

8.

It is not important to type '=' before a formula or a function in Excel.

a)

True

b)

False

9.

In Excel, the name of the bar where information appears as you input data in called ?

a)

File Bar

b)

Help Bar

c)

Formula Bar

d)

Window Bar

10.

The function COUNT is specific for _________________

a)

Counting cells

b)

Counting text

c)

Counting number

d)

Counting tables

11.

The function COUNTA is specific for _________________

a)

Counting text

b)

Counting cells

c)

Counting number

d)

Counting tables

12.

The two types of variables in QBASIC are:

a)

Named and unnamed memory location

b)

Numeric and String variables

c)

Special characters

d)

None of the Above

13.

A variable name in QBASIC must always begin with a

a)

number

b)

letter

c)

decimal point

d)

space

14.

String variable NAME is:

a)

Valid

b)

Invalid

15.

Numeric Variable 5GS5 is

a)

Valid

b)

Invalid

16.

Numeric Variable Ch4 is

a)

Valid

b)

Invalid

17.

To skip a line in QBASIC we use the following command:

a)

SKIP

b)

LINESKIP

c)

PRINT

d)

LINEPRINT

18.

_____________ are non excecutable statements in a QBASIC program.

a)

INPUT

b)

CLS

c)

PRINT

d)

Comments

19.

_________ and ________ are the two separators used with PRINT statement.

a)

Double quotes and Single quote

b)

Comma and Semicolon

c)

Comma and Forward Slash

d)

Dollar Sign and Comma

20.

_________ is a sign used with string variables.

a)

%

b)

#

c)

$

d)

&