What language uses "print()"?
Python
This is the “brain” of the computer.
CPU
The “S” in HTTPS stands for this.
Secure
The website developers use to store and share code.
GitHub
This is the name of Apple’s voice assistant.
Siri
This loop repeats until a condition is false.
While loop
The memory that forgets everything when the power is off.
RAM
This type of attack tries to guess your password automatically.
Brute force attack
This file lists a project’s dependencies in Node.js.
package.json
The AI company behind ChatGPT.
OpenAI
This term refers to a named spot in memory used to store data.
Variable
The component that turns code into actions on hardware.
This type of malware locks your files until you pay.
Ransomware
The command that saves your code changes in Git.
The logo with a small green robot represents this operating system.
Android
In coding, this structure holds items in order and can be iterated through.
An array (or list)
The unit of digital storage equal to 1,024 bytes.
A safe password should include letters, numbers, and these.
Special characters (or symbols)
This popular code editor from Microsoft is known for its extensions, themes, and built-in terminal.
Visual Studio Code (VS Code)
The operating system that powers most servers.
Linux
This type of error occurs when code runs but gives the wrong result.
Logic error
This system process manages tasks so your computer doesn’t freeze up.
The scheduler
This cybersecurity method verifies your identity in two steps.
two-factor authentication (2FA)
The command line tool used to check if your computer can “talk” to another one on a network.
"ping"
This futuristic concept connects billions of smart devices.
the Internet of Things (IoT)