Font size
WorksheetsS2 EOY revision
Total questions: 16
Worksheet time: 8mins
Which digital forensics technique involves hiding data within other files?
MD5 Hash Files
Analyze EXIF data
Steganography
Cipher
Which type of hacker is hired to identify vulnerabilities in a system?
Black-hat hacker
White-hat hacker
Grey-hat hacker
Red-hat hacker
How can you visually identify a hyperlink on a webpage?
It is usually displayed in bold.
It appears in a different color and is often underlined.
It has a special icon next to it.
It is italicized.
What is the function of an MD5 hash in digital forensics?
To hide data in images
To ensure data has not been altered
To encrypt data
To recover deleted files
Which technology uses data from real-world devices?
Internet of Things
Machine Learning
GPS Tracking
Security
Which tag would be used for the largest heading in an HTML document?
<h3>
<h1>
<h2>
<header>
Which Sketchup tool is used to modify the position of an object in 3D space?
Orbit Tool
Move Tool
Scale Tool
Push/Pull Tool
What is the primary purpose of a storyboard when designing a new app?
To create graphic designs for the app
To outline the app’s user interface and experience
To code the backend functionality of the app
To market the app to potential users
What is another type of list that HTML can produce besides an unordered list?
Ordered list
Dynamic list
Reference list
Indexed list
Why is it important to understand your end-user's needs when designing an app?
To ensure the app is visually appealing
To make the app compatible with all devices
To tailor the app’s features to user expectations
To increase the app’s download speed
What is the correct HTML syntax to create a hyperlink to a school website?
<a href="https://www.staloysius.org">My School</a>
<a "https://www.staloysius.org">My School</a>
<link "https://www.staloysius.org">My School</link>
<a url="https://www.staloysius.org">My School</a>
When a formula contains the expression '1Ax2A', which of the following corrections is needed?
Change '1A' to 'A1'
Replace 'x' with '*'
All of these
Replace '2A' with 'A2'
In a spreadsheet, if you need to calculate the total sales in cell D8, which formula might you use?
=SUM(D1:D7)
=AVERAGE(D1:D7)
=D1+D2+D3+D4+D5+D6+D7
=PRODUCT(D1:D7)
What spreadsheet function would you use to find the average price of items listed in column C?
=AVERAGE(C1:C20)
=SUM(C1:C20)
Both A and B
=MEDIAN(C:C)
What is the correct order to develop a new product following the Design and Build cycle?
Brainstorm ideas, define the problem, find your user, implement, test
Define the problem, find your user, brainstorm ideas, implement, test
Find your user, define the problem, brainstorm ideas, implement, test
Define the problem, brainstorm ideas, find your user, test, implement
To correct the HTML code for displaying an image called image.jpg, what is the proper syntax?
<img="image.jpg">
<img src="image.jpg">
<img href="image.jpg">
<image="image.jpg">
