The Basics
You're Numbered!
It ain't hardware
Are you secured?
Logically speaking
100

This hardware component is known as the "brain" of the computer.

What is the CPU?

100

Computers use this number system internally for processing data.

What is binary?

100

This high-level language is commonly used for web development and data science.

What is Python?

100

This protocol is used to transfer web pages over the internet.

What is HTTP?

100

This type of logic gate outputs true only if both inputs are true.

What is AND?

200

This type of memory is volatile and loses its data when the power is turned off.

What is RAM?

200

The decimal number 29.625 in binary is this.

What is 11101.101?

200

This software converts high-level code into machine code before execution.

What is compiler?

200

This device assigns IP addresses and connects computers to the internet.

What is router?

200

This linear data structure follows the First-In, First-Out (FIFO) principle, or what you do at McDonald's.

What is queue?

300

This type of storage retains data permanently, even when the power is off.

What is a hard drive (or SSD)?

300

This number system uses base-16 and includes digits 0-9 and letters A-F.

What is hexadecimal?

300

This programming structure involves a function calling itself.

What is recursion?

300

The default port number for HTTP is this.

What is 80?

300

This sorting algorithm has an average-case complexity of O(n log n).

What is Merge Sort?

400

This input device allows users to type characters into a computer.

What is a keyboard?

400

Convert the binary number 1011 into decimal.

What is 11?

400

This term refers to a set of rules that solve a problem in programming.

What is algorithm?

400

This cybersecurity measure changes data to protect it from hackers.

What is encryption?

400

This data structure stores elements in a Last-In, First-Out (LIFO) manner, or when you put plates in the kitchen cabinet.

What is stack?

500

This device connects computers in a network and directs data packets between them.

What is a router?

500

This system represents negative numbers in binary and simplifies subtraction.

What is two’s complement?

500

The Big-O notation for Bubble Sort is this.

What is O(n²)?

500

This law protects personal data and requires companies to gain consent before collecting user information.

What is GDPR?

500

This search algorithm is O(log n) and only works on sorted data.

What is Binary Search?