Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 9 ICT Summer Exam

Total questions: 68

Worksheet time: 37mins

Name
Class
Date
1.

What is the name of the spreadsheet package we have been using?

a)

Google Slides

b)

Microsoft Word

c)

Microsoft Excel

d)

Microsoft Access

2.

What is the term used for each box in a spreadsheet?

a)

Cell

b)

Box

c)

Field

d)

Record

3.

What is the term used for cells which appear going across the spreadsheet?

a)

Column

b)

Record

c)

Field

d)

Row

4.

What is the term used for cells which appear going up and down the spreadsheet?

a)

Field

b)

Row

c)

Column

d)

Record

5.

What symbol is used to multiply?

a)

/

b)

-

c)

+

d)

*

6.

How must a cell containing a formula start?

a)

SUM

b)

=

c)

+

d)

( )

7.

What function is used to add more than 2 cells?

a)

+

b)

=

c)

SUM

d)

( )

8.
Which formula would you use to multiply cell B4 by cell C4?
a)
=B4*C4
b)
=B4xC4
c)
=(B4:C4)
d)
B4xC4=
9.
What is the name of this cell?
a)
B10
b)
5B
c)
B5
d)
you cannot know the name from this picture
10.

What word is used to describe re-organising the order of data?

a)

Search

b)

Sort

c)

Fill

d)

Filter

11.

What symbol is used to make a cell reference absolute?

a)

Dollar $

b)

Exclamation mark !

c)

Ampersand &

d)

Colon :

12.

Why might charts and graphs be a way of making the data in a spreadsheet easier to understand?

a)

Because bar charts are taught early and so everyone understands them.

b)

Because they don't require you to enter any formula.

c)

Because the data is presented in a more visual way.

13.

What is a group of cells in a spreadsheet called?

a)

Cell range

b)

Cell reference

c)

Formula

d)

Table

14.

A single page in a Spreadsheet is called a:

a)

Worksheet

b)

Workbook

c)

Data

d)

Table

15.

To find a value associated with another value we can use the formula...

a)

VLOOKUP

b)

MAX

c)

SEARCH

d)

MATCH

16.

In the formula

=VLOOKUP(A1, A2:D10, 3)

What cell contains the value being searched for in the table

a)

A2

b)

A1

c)

D10

d)

3

17.

Which formula would count the number of cells containing the word Yes in the D column?

a)

=COUNT("Yes",D:D)

b)

=COUNTIF("Yes",D:D)

c)

=COUNT(D:D,"Yes")

d)

=COUNTIF(D:D,"Yes")

18.

You are creating a spreadsheet to calculate the cost of a party. You want to know how much you will spend on food. Why is it better to use a formula rather than working out the total yourself?

a)

It will make it easier if you want to rearrange your spreadsheet

b)

A formula will instantly calculate the change in cost if you update the price of the food

c)

The spreadsheet will look tidier if your use a formula

d)

It is always faster to calculate the answer in your head, you should not use a formula.

19.

It is possible to automatically change how a cell looks based on the contents of the cell

a)

TRUE

b)

FALSE

20.

What is the name of this gate?

a)

AND

b)

OR

c)

NOT

21.

What is the name of this gate?

a)

AND

b)

OR

c)

NOT

22.

What is the name of this gate?

a)

AND

b)

OR

c)

NOT

23.

Is this Truth table for AND Gate correct?

a)

Yes

b)

No

24.

Is this Truth table for OR Gate correct?

a)

Yes

b)

No

25.

Is this Truth table for NOT Gate correct?

a)

Yes

b)

No

26.

What will the OR gate's output be?

a)

0

b)

1

27.

What will the NOT gate's output be?

a)

0

b)

1

28.

Convert this 4-bit binary number to denary

a)

8

b)

5

c)

6

d)

4

29.

Convert this 4-bit binary number to denary

a)

12

b)

13

c)

10

d)

11

30.

Convert this 8-bit binary number to denary

a)

53

b)

58

c)

64

d)

52

31.

Convert this 8-bit binary number to denary

a)

145

b)

130

c)

135

d)

134

32.

Convert 14 into binary

a)

1010

b)

1110

c)

1111

d)

1011

33.

Convert 15 into binary

a)

1010

b)

1110

c)

1111

d)

1011

34.

Convert 30 into binary

a)

0001 1110

b)

0011 0001

c)

0011 0011

d)

0111 1111

35.

Binary uses electrical signals

a)

True

b)

False

36.

Each 1 and 0 represented in binary is called a bit

a)

True

b)

False

37.

What is a Sprite?

a)

A object or character in a video game

b)

The Code of Ethics

c)

The background of a video game

d)

The language used in video games

38.

Which career allows you to create and design video games?

a)

Video Game Tester

b)

Lawyer

c)

Video Game Developer

d)

Programmer

39.

Which of the following do we use in class to create video games?

a)

Game Maker Studio 2.0

b)

Scratch

c)

Canvas

d)

Google Doodle

40.

How do you make a sprite in Game Maker Studio 2.0?

a)

Learn Game Maker Language (GML)

b)

Open up a room

c)

Right click on sprite in the right panel and create a sprite

d)

Create a squence

41.

What is the plan/layout to create a rough draft of a video game?

a)

Video Game Designer

b)

Game Tester

c)

Video Game Demo

d)

Storyboard

42.

In GameMaker, what is an event?

a)

A type of sprite

b)

A function that plays music

c)

A trigger that causes an object to perform an action

d)

A background image

43.

What is the primary purpose of a sprite in GameMaker?

a)

To store game levels

b)

To represent visual elements like characters and objects

c)

To manage game logic

d)

To handle sound effects

44.

Which of the following best describes an object in GameMaker?

a)

A sound file

b)

A collection of events and actions

c)

A background image

d)

A variable type

45.

What is the role of a room in GameMaker?

a)

To store variables

b)

To define the game world or level layout

c)

To create sound effects

d)

To manage user input

46.

What is the purpose of using variables in GameMaker?

a)

To create sound effects

b)

To store and manipulate data

c)

To design game levels

d)

To draw graphics

47.

Which event would you use to check for a collision between two objects in GameMaker?

a)

Create Event

b)

Step Event

c)

Collision Event

d)

Draw Event

48.

What is the function of the Draw Event in GameMaker?

a)

To handle object creation

b)

To update game logic

c)

To render graphics on the screen

d)

To manage sound playback

49.

An Antivirus protects you from all attacks

a)

True

b)

False

50.

What does malicious mean?

a)

Something intended to do harm

b)

Something that makes you ill

c)

Something good

d)

Tasty

51.

What is the term for computer programs that attack your computer?

a)

Malware

b)

DangerDroids

c)

RudeBots

d)

Dangerware

52.

Who should know your passwords?

a)

Only you!

b)

Your best friends

c)

Anyone

53.

What is malware?

a)

Malicious software

b)

Software made by a company called Mal

c)

Malicious hardware

d)

Clothes that hackers wear

54.

What is a Trojan malware?

a)

A type of malware that appears to be a legitimate program, but actually causes harm

b)

A type of malware that deletes programs on the system each time replacing them with itself

c)

A type of malware that spies on users without their knowledge

d)

A type of malware that removes and sends all of your files to a third party, over time so you don't notice

55.

The attempt to acquire sensitive information such as usernames, passwords, and credit card details by pretending you are a trustworthy entity in an electronic communication is known as?

a)

Converting

b)

Hacking

c)

Phishing

d)

Fishing

56.

What should a strong password include?

a)

At least one upper case letter

b)

Short, easy to guess words

c)

Date of birth

d)

At least one number

e)

At least 8 characters

57.

an occasion when private information can be seen by people who should not be able to see it

a)

data breach

b)

data breech

c)

data disruption

58.

A network security device that monitors incoming and outgoing network traffic and decides whether to allow or block specific traffic based on a defined set of security rules.

a)

Anti-virus

b)

Firewall

c)

Encryption

d)

Malware

59.

Which of the following passwords meet password requirements?

a)

p455w0rd1

b)

!@#$%^&*

c)

akHGksmLN

d)

uP1b@!Si7p

60.

The mouse on your computer screen starts to move around on its own and click on things on your desktop. What do you do?

a)

Turn your computer off

b)

Disconnect your computer from the network

c)

Unplug your mouse

d)

Run anti-virus

e)

All of the above

61.

The technology and process that is designed to protect networks and devices from attack, damage, or unauthorized access

a)

Cyber Security

b)

White Hat Hacker

c)

Domain Name Server

d)

All of the above

62.

What are the motives behind cyber crime?

a)

Demanding ransom

b)

Propagating religious or political beliefs

c)

Financial loss to the target

d)

Information thefts and manipulating data

e)

All of the above

63.

Individuals with wide range of skills motivated by religious or political beliefs to create fear by large- scale disruption of computer networks

a)

State sponsored hacker

b)

Hactivist

c)

Cyber terrorist

d)

Black hat hacker

64.

Unauthorized access to control over computer network security systems

a)

Security

b)

Hacking

c)

Surfing

d)

Dancing

65.

Detecting Vulnerabilities in a computer system/network also includes employee behaviours and procedures?

a)

True

b)

False

66.

Businesses, Banks, Shops, Schools and Exam Boards all keep data on you and are required to keep it safe?

a)

True

b)

False

67.
 What is a policy that requires users to change passwords periodically?
a)
password expiration
b)
password encryption
c)
password complexity
68.

DDoS stands for...

a)

Destroyed Denial of Service

b)

Distributed Delivery of Service

c)

Delivered Denial of Service

d)

Distributed Denial of Service