Code & Logic
Hardware & Systems
Cybersecurity
Tools & Dev Life
Tech Trivia
100

What language uses "print()"?

Python

100

This is the “brain” of the computer.

CPU

100

The “S” in HTTPS stands for this.

Secure

100

The website developers use to store and share code.

GitHub

100

This is the name of Apple’s voice assistant.

Siri

200

This loop repeats until a condition is false.

While loop

200

The memory that forgets everything when the power is off.

RAM

200

This type of attack tries to guess your password automatically.

Brute force attack

200

This file lists a project’s dependencies in Node.js.

package.json

200

The AI company behind ChatGPT.

OpenAI

300

This term refers to a named spot in memory used to store data.

Variable

300

The component that turns code into actions on hardware.

The operating system.
300

This type of malware locks your files until you pay.

Ransomware

300

The command that saves your code changes in Git.

"git commit"
300

The logo with a small green robot represents this operating system.

Android

400

In coding, this structure holds items in order and can be iterated through.

An array (or list)

400

The unit of digital storage equal to 1,024 bytes.

A kilobyte (KB)
400

A safe password should include letters, numbers, and these.

Special characters (or symbols)

400

This popular code editor from Microsoft is known for its extensions, themes, and built-in terminal.

Visual Studio Code (VS Code)

400

The operating system that powers most servers.

Linux

500

This type of error occurs when code runs but gives the wrong result.

Logic error

500

This system process manages tasks so your computer doesn’t freeze up.

The scheduler

500

This cybersecurity method verifies your identity in two steps.

two-factor authentication (2FA)

500

The command line tool used to check if your computer can “talk” to another one on a network.

"ping"

500

This futuristic concept connects billions of smart devices.

the Internet of Things (IoT)