wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

2ND TERM STEAM CAT 2025

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

Digital theft in Computer Security is described as ____________.

a)
the legal acquisition of digital information
b)
the unauthorized access and theft of digital information
c)
the process of securing digital data
d)
the sharing of digital information among users
2.

Which of the following options is a strong password?

a)
password123
b)
12345678
c)
qwertyuiop
d)
P@ssw0rd123!
3.

Digital theft can be prevented by using ____________ for different accounts.

a)
the same password for all accounts
b)
no password at all
c)
passwords that are easy to guess
d)
unique passwords
4.

What is another name for an exhaustive search attack?

(a)  

5.

Two-factor authentication adds an extra layer of _______.

a)
security
b)
authentication
c)
encryption
d)
verification
6.

Caesar cipher is explained as ________.

a)
a type of transposition cipher
b)
a substitution cipher that shifts letters by a fixed number of places
c)
a method of encrypting images
d)
a technique for encoding numbers
7.

What is the key in a Caesar Cipher?

a)
The key is a random string of letters.
b)
The key is the alphabet used in the cipher.
c)
The key is the number of positions each letter is shifted.
d)
The key is the original message itself.
8.

In Caesar Cipher, If a plaintext is "DOG" and the key is 2, what is the ciphertext?

a)
DOG
b)
FQI
c)
FQJ
d)
EPI
9.

(a)   turns ciphertext back into plaintext.

10.

What is the purpose of hashing in computer security?

a)
To create backups of sensitive information.
b)
To compress files for faster storage.
c)
The purpose of hashing in computer security is to ensure data integrity and protect sensitive information.
d)
To encrypt data for secure transmission.
11.

Which of the following is an example of a hash?

a)

The word "Laptop"

b)

The numbers [255 0 0]

c)

The code 80 created from "Laptop"

d)

A drawing made by the turtle

12.

What does the hash function do when the result is more than two digits?

a)

Adds a zero in front

b)

Uses only the first digit

c)

Uses only the last two digits

d)

Doubles the number

13.

What is the hash of "Cab"?

a)

05

b)

06

c)

09

d)

08

14.

When hashing, spaces are assigned the value _____.

a)

29

b)

0

c)

27

d)

25

15.

________ is an encryption method that uses a unique key for each letter.

a)

One-time pad

b)
RSA encryption
c)
Caesar cipher
d)
Vigenère cipher
16.

What is the function of a password file?

a)
To generate random passwords for users.
b)
To encrypt sensitive data for storage.
c)
The function of a password file is to securely store user credentials for authentication.
d)
To log user activity on the system.
17.

What is the full form of HTML?

a)
HyperText Transfer Protocol
b)
Hyperlink Text Markup Language
c)
High-Level Text Markup Language
d)
HyperText Markup Language
18.

What does the <p> tag does in HTML?

a)
The

tag is used to create a link in HTML.

b)
The

tag defines a header in HTML.

c)
The

tag is used for embedding images in HTML.

d)
The

tag defines a paragraph in HTML.

19.

The content of a webpage in HTML is placed in the _________tag.

a)

<title>

b)

<body>

c)

<head>

d)

<html>

20.

Which of the following HTML tags creates a bulleted list?

a)

<ul>

b)

<ol>

c)

<li>

d)

<h1>