Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT IGCSE Quiz

Total questions: 25

Worksheet time: 12mins

Name
Class
Date
1.
Which of the following is a valid formula?
a)
=sum(A1:A6)
b)
sum=(A1:A6)
c)
=sum[A1:A6]
d)
=sum(A1,A6)
2.

Zoe wants to add together a range of cells in her spreadsheet. She would like Excel to add only the cells in the range that are greater than 50. What function should she use?

a)

SUMIF

b)

AVERAGEIF

c)

TOTALIF

d)

COUNTIF

3.
If you see this code, what do you need to do?
#####
a)
Check your function syntax
b)
Re-enter the function formula
c)
Widen the column
d)
Use a different function
4.

If a student scores over 20 in the exam, the adjacent cell must state PASS otherwise it should say FAIL.

Select the correct formula that must be typed in cell C4.

a)

=IF(B4>20,"PASS","FAIL")

b)

=IF("PASS"=>20,B4,"FAIL)

c)

=IF(<20,B4,"PASS","FAIL")

d)

=IF(B4<20 "PASS","FAIL")

5.

You've been asked to Extract a list of countries that use dollar as their currency. How would you do this?

a)

Use a filter

b)

Use a formula

c)

Use a function

d)

Use a chart

6.

You have been asked In cell D10 enter a function to lookup the destination for Robert Maxwell.

What function would you use?

a)

VLOOKUP

b)

IF

c)

AVERAGE

d)

SUMIF

7.

You have been asked In Cell D2 use a count formula that counts the frequency of AQA in cell range E3 to E25.

Which is the most appropriate function to use?

a)

COUNTIF

b)

SUMIF

c)

VLOOKUP

d)

IF

8.

Which of the below formulae includes absolute cell referencing?

a)

=B7*$D$21

b)

=SUM(A2:D5)

c)

=IF(D5=5,"MET","FAIL")

d)

=AVERAGE(H7:H20)

9.

What is the correct format of an IF statement

a)

=IF (TEST, VALUE IF TRUE, VALUE IF FALSE)

=IF(A1>B1,"YES","NO")

b)

=IF (TEST VALUE IF FALSE VALUE IF TRUE)

=IF(A1>B1,NO, YES)

c)

=IF TEST,VALUE IF TRUE, VALUE IF FALSE

=IFA1>B1,"YES","NO"

10.

What is the difference between HTML and CSS

a)

HTML is the content and CSS is the styles

b)

HTML and CSS can do the same

c)

CSS is the content and HTML is the styles

11.
What does CSS stand for? 
a)
Creative Style Sheets
b)
Cascading Style Sheets
c)
Colorful Style Spread
d)
Computer Style Spread
12.

Select the correct code below to configure the CSS for the table style:

a)

table,td {border:3px solid black; }

b)

table, td { line: #000000; }

c)

table { border:3point black; }

d)

table td { bordar:3px; sold black }

13.

What line contains a syntax error

a)

1

b)

2

c)

3

d)

4

14.

What line contains a syntax error

a)

1

b)

2

c)

3

d)

4

15.

Why use slide master?

a)

To ensure slides contain the same fonts, layout and images (such as logos)

b)

To ensure that the printouts will print in black and white

c)

To add different animations on each slide

d)

To add a background image rather than a plain colour to one slide

16.

You have been given a word processed document that needs to be transferred into powerpoint.

How can you do this easily?

a)

Use File, Open, and select All Outlines

b)

Use Insert, then select Word Documents

c)

Copy and paste each item from the document into Powerpoint

d)

Select Slideshow and then New Slide

17.

Looking at the image, what data type would you suggest to store the field membership start date in a database?

a)

Text

b)

Numeric

c)

Date/Time

d)

Boolean

18.

Looking at the image, what data type would you suggest to store the field Full amount paid in a database?

a)

Currency

b)

Numeric

c)

Date/Time

d)

Boolean

19.

You have been given this task as part of a query/report:

Must contain a new field calculated at run-time called FinalCost. This is calculated using Quantity multiplied by Price.

How would this be written in the final column?

a)

FinalCost:[Quantity]*[Price]

b)

FinalCost=Quantity*Price

c)

[Quantity*Price]=FinalCost

d)

FinalCost:QuantityxPrice

20.

You have been given this task as part of a query/report:

show only the records where the The Destination_Name is London Gatwick, and Vacant_Seats is more than or equal to 5.

Select the correct syntax that you would use to search for this.

a)
b)
c)
d)
21.

What does the image show?

a)

Importing data into a database

b)

A mail merge

c)

A presentation outline

22.

The four main objects of a database consist of:

a)

form, table, query, report

b)

form, list, database, report

c)

table, query, form, sort

d)

table, column, row, report

23.

You are working on a database and have been asked to extract a report to be used in a word processed document.

What should you do?

a)

Create the report and then export it to Excel, to then copy and paste the table into the word processed document

b)

Print it off and scan it as an image

c)

Use the word processed document software to 'insert' a database

d)

Take a screenshot and insert it into the word processed document

24.

A picture is an element of a web page, select two others from below.

a)

Sounds

b)

Hyperlink

c)

Colours

d)

Layout

25.

What is wrong with this line of HTML?

<h3>This is a club aiming to help people of all ages learn ICT<h3>

a)

both h3 should be >h3<

b)

The second h3 should be </h3>

c)

h3 does not exist

d)

The first h3 should be <h3/>