Hardware
Coding
Internet
History
100

"Brain" of computer that processes all instructions

What is CPU (Central Processing Unit)

100

A function invokes/calls itself.

What is recursion?

100

The three letters that end most corporate website addresses (precisely, hostname).

What is .com?
100

The company founded by Steve Jobs

What is Apple

200

Transient storage of data that the computer is actively using

What is RAM (random access memory)?

200

The punctuation mark that's used at the end of most programming language (hint: Java/C#/C/Rust/Python)

What is a semicolon (;)?

200

The protocol used to ensure secure transmission of data on the web

What is HTTP?

200
The first female programmer
Who is Ada Lovelace
300
A input device with approximately 104 buttons with typing capabilities
What is a keyboard?
300

The language that instruct computers.

What is a programming language?

300

The language used to add styling to website.

What is CSS (Cascading Style Sheet)?

300

The early computer completed in 1945 weighed 30 tons and used vacuum tubs

What is ENIAC

400

The smallest unit of computer memory

Bit

400

It's commonly understand that computer store characters as bits. Name the bijection between bit and character.

What is character set/character encoding scheme?

400

A set of rule which is used for transferring the files like, audio, video, graphic image, etc. on Internet.

What is HTTP (Hypertext Transfer Protocol)?

500

Part of CPU that performs integer calculations

What is Arithmetic logic unit (ALU)?

500

What is the ASCII code for 'A' (hint: binary bracelet)?

What is 65?

500

It's commonly known that HTTP has multiple methods, such as GET, POST, PUT, DELETE, etc. This method is used to send data to the server.

What is POST?