wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

S2 EOY revision

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.

Which digital forensics technique involves hiding data within other files?

a)

MD5 Hash Files

b)

Analyze EXIF data

c)

Steganography

d)

Cipher

2.

Which type of hacker is hired to identify vulnerabilities in a system?

a)

Black-hat hacker

b)

White-hat hacker

c)

Grey-hat hacker

d)

Red-hat hacker

3.

How can you visually identify a hyperlink on a webpage?

a)

It is usually displayed in bold.

b)

It appears in a different color and is often underlined.

c)

It has a special icon next to it.

d)

It is italicized.

4.

What is the function of an MD5 hash in digital forensics?

a)

To hide data in images

b)

To ensure data has not been altered

c)

To encrypt data

d)

To recover deleted files

5.

Which technology uses data from real-world devices?

a)

Internet of Things

b)

Machine Learning

c)

GPS Tracking

d)

Security

6.

Which tag would be used for the largest heading in an HTML document?

a)

  • <h3>

b)

<h1>

c)

<h2>

d)

<header>

7.

Which Sketchup tool is used to modify the position of an object in 3D space?

a)

Orbit Tool

b)

Move Tool

c)

Scale Tool

d)

Push/Pull Tool

8.

What is the primary purpose of a storyboard when designing a new app?

a)

To create graphic designs for the app

b)

To outline the app’s user interface and experience

c)

To code the backend functionality of the app

d)

To market the app to potential users

9.

What is another type of list that HTML can produce besides an unordered list?

a)

Ordered list

b)

Dynamic list

c)

Reference list

d)

Indexed list

10.

Why is it important to understand your end-user's needs when designing an app?

a)

To ensure the app is visually appealing

b)

To make the app compatible with all devices

c)

To tailor the app’s features to user expectations

d)

To increase the app’s download speed

11.

What is the correct HTML syntax to create a hyperlink to a school website?

a)
c)

<link "https://www.staloysius.org">My School</link>

d)
12.

When a formula contains the expression '1Ax2A', which of the following corrections is needed?

a)

Change '1A' to 'A1'

b)

Replace 'x' with '*'

c)

All of these

d)

Replace '2A' with 'A2'

13.

In a spreadsheet, if you need to calculate the total sales in cell D8, which formula might you use?

a)

=SUM(D1:D7)

b)

=AVERAGE(D1:D7)

c)

=D1+D2+D3+D4+D5+D6+D7

d)

=PRODUCT(D1:D7)

14.

What spreadsheet function would you use to find the average price of items listed in column C?

a)

=AVERAGE(C1:C20)

b)

=SUM(C1:C20)

c)

Both A and B

d)

=MEDIAN(C:C)

15.

What is the correct order to develop a new product following the Design and Build cycle?

a)

Brainstorm ideas, define the problem, find your user, implement, test

b)

Define the problem, find your user, brainstorm ideas, implement, test

c)

Find your user, define the problem, brainstorm ideas, implement, test

d)

Define the problem, brainstorm ideas, find your user, test, implement

16.

To correct the HTML code for displaying an image called image.jpg, what is the proper syntax?

a)
  • <img="image.jpg">

b)

<img src="image.jpg">

c)

<img href="image.jpg">

d)

<image="image.jpg">