wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Unit 1: Intro to Cybersecurity and Computer Science Part 1

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Artificial Intelligence (AI)

a)

The science of making machines/computers that can think like humans

b)

the study of the possibilities and limitations of computers to help us solve problems in our world

c)

Analyzing information to solve problems

d)

Creation and maintenance of websites

2.

DDoS

a)
Distributed Denial of Service
b)
Decentralized Denial of Service
c)
Dynamic Denial of Service
d)
Distributed Data Service
3.

Ransomware

a)
Ransomware is a type of malware that encrypts files and demands payment for decryption.
b)
Ransomware is a hardware device used for data storage.
c)
Ransomware is a type of antivirus software that protects against malware.
d)
Ransomware is a legal term for a type of contract dispute.
4.

Networking

a)
A method for storing data in the cloud.
b)
The process of creating a website.
c)
The act of sending emails between users.
d)

The practice of connecting computers and devices to share resources and information. Internet and Wifi

5.

IoT

a)
Internet of Technology
b)
Interconnected Objects
c)
Internet of Things
d)
Intelligent Online Tools
6.

Computer Virus

a)

a program that helps in data recovery.

b)

a software that protects against malware.

c)

a malicious program that replicates itself by infecting other files or programs.

d)

a type of hardware that enhances computer performance.

7.

Web Development

a)

solely focused on graphic design.

b)

refers to the creation of mobile applications only.

c)

the process of managing social media accounts.

d)

the process of building and maintaining websites and web applications.

8.

Spyware

a)

a legitimate software for system optimization.

b)

malicious software that secretly monitors and collects user information.

c)

a tool used for data encryption.

d)

a type of antivirus software.

9.

Computer Science

a)

study of the possibilities and limitations of computers to help us solve problems in our world

b)

the study of human behavior.

c)

the art of painting with colors.

d)

focuses solely on hardware design.

10.

Algorithm

a)

a step-by-step procedure for solving a problem.

b)
A recipe for cooking food.
c)
A method for organizing data in a database.
d)
A random collection of numbers.
11.

Botnet

a)

a type of antivirus software.

b)

a single computer used for gaming.

c)

a network of infected devices controlled by a hacker.

d)

a network of devices that are all functioning normally.

12.

Data Science

a)

a branch of philosophy that studies human behavior.

b)

the art of creating visual designs.

c)

solely focused on programming languages.

d)

analyzing information to solve problems.

13.

Phishing

a)

a fraudulent attempt to obtain sensitive information by pretending to be a legitimate source.

b)

a legitimate marketing strategy.

c)

refers to a method of secure data transfer.

d)

a type of online shopping.

14.

Cybersecurity

a)

the practice of protecting systems, networks, and data from digital attacks.

b)

the study of physical security measures.

c)

the process of creating software applications.

d)

refers to the protection of physical assets only.

15.

Program/Software

a)

a complete set of instructions that enable a computer to perform specific tasks.

b)

refers to the physical components of a computer.

c)

a type of hardware used in computers.

d)

a single instruction that cannot be executed by a computer.

16.

Code

a)
A method for designing user interfaces.
b)
A type of computer hardware component.
c)
A set of instructions for a computer written in a programming language.
d)
A programming language used for web development.
17.

print( )

a)

reads data from the console.

b)

used to create variables.

c)

a function for formatting strings.

d)

outputs information back to the user.

18.

Programming Language

a)

a set of rules for grammar and punctuation.

b)

a natural language used for communication.

c)

a formal language comprising a set of instructions for computers.

d)

a type of hardware used for computing.

19.

Comments

a)

executable command that run during executions

b)

mandatory for all programming languages.

c)

used to increase the execution speed of the program.

d)

text in code that is not executed, used to explain the code.

20.

Syntax

a)
The method of writing comments in code.
b)
The process of debugging a program.
c)
The way to optimize code performance.
d)

The set of rules that programmers must follow that define how words, symbols, and punctuation are structured in a programming language

21.

Bug

a)

a feature that enhances software performance.

b)

an error or flaw in software code that leads to incorrect or unexpected behavior.

c)

a type of software that improves user experience.

d)

a programming term for a successful code execution.

22.

Syntax Error

a)

type of runtime error that occurs during program execution.

b)

a warning that suggests improvements in code style.

c)

a mistake in the code that violates the grammatical rules of the programming language.

d)

a logical mistake that produces incorrect output.

23.

Command

a)

a comment that explains the code.

b)

a type of programming language.

c)

a variable that stores data.

d)

a specific task or instruction for the computer

24.

Which of the following will print "Hello, World!" in Python?

a)

echo "Hello, World!"

b)

print(Hello, World!)

c)

print("Hello, World!")

d)

console.log("Hello, World!")

25.

Which of the following is NOT a reason to use comments in our code?

a)
To explain complex logic.
b)
To improve code readability.
c)
To document the purpose of functions.
d)
To make the code look more complex.