NEW
Font size
WorksheetsUnit 1: Intro to Cybersecurity and Computer Science Part 1
Total questions: 25
Worksheet time: 13mins
Artificial Intelligence (AI)
The science of making machines/computers that can think like humans
the study of the possibilities and limitations of computers to help us solve problems in our world
Analyzing information to solve problems
Creation and maintenance of websites
DDoS
Ransomware
Networking
The practice of connecting computers and devices to share resources and information. Internet and Wifi
IoT
Computer Virus
a program that helps in data recovery.
a software that protects against malware.
a malicious program that replicates itself by infecting other files or programs.
a type of hardware that enhances computer performance.
Web Development
solely focused on graphic design.
refers to the creation of mobile applications only.
the process of managing social media accounts.
the process of building and maintaining websites and web applications.
Spyware
a legitimate software for system optimization.
malicious software that secretly monitors and collects user information.
a tool used for data encryption.
a type of antivirus software.
Computer Science
study of the possibilities and limitations of computers to help us solve problems in our world
the study of human behavior.
the art of painting with colors.
focuses solely on hardware design.
Algorithm
a step-by-step procedure for solving a problem.
Botnet
a type of antivirus software.
a single computer used for gaming.
a network of infected devices controlled by a hacker.
a network of devices that are all functioning normally.
Data Science
a branch of philosophy that studies human behavior.
the art of creating visual designs.
solely focused on programming languages.
analyzing information to solve problems.
Phishing
a fraudulent attempt to obtain sensitive information by pretending to be a legitimate source.
a legitimate marketing strategy.
refers to a method of secure data transfer.
a type of online shopping.
Cybersecurity
the practice of protecting systems, networks, and data from digital attacks.
the study of physical security measures.
the process of creating software applications.
refers to the protection of physical assets only.
Program/Software
a complete set of instructions that enable a computer to perform specific tasks.
refers to the physical components of a computer.
a type of hardware used in computers.
a single instruction that cannot be executed by a computer.
Code
print( )
reads data from the console.
used to create variables.
a function for formatting strings.
outputs information back to the user.
Programming Language
a set of rules for grammar and punctuation.
a natural language used for communication.
a formal language comprising a set of instructions for computers.
a type of hardware used for computing.
Comments
executable command that run during executions
mandatory for all programming languages.
used to increase the execution speed of the program.
text in code that is not executed, used to explain the code.
Syntax
The set of rules that programmers must follow that define how words, symbols, and punctuation are structured in a programming language
Bug
a feature that enhances software performance.
an error or flaw in software code that leads to incorrect or unexpected behavior.
a type of software that improves user experience.
a programming term for a successful code execution.
Syntax Error
type of runtime error that occurs during program execution.
a warning that suggests improvements in code style.
a mistake in the code that violates the grammatical rules of the programming language.
a logical mistake that produces incorrect output.
Command
a comment that explains the code.
a type of programming language.
a variable that stores data.
a specific task or instruction for the computer
Which of the following will print "Hello, World!" in Python?
echo "Hello, World!"
print(Hello, World!)
print("Hello, World!")
console.log("Hello, World!")
Which of the following is NOT a reason to use comments in our code?
