Internet and Web
Computer Science News
Programming Languages
Historical Figures
Programming Basics
100

What is the language most commonly used to structure web pages?

HTML

100

What semi-recently caused a major outage across the internet?

AWS Outage

100

What language is known for being beginner-friendly and often being the first language taught?

Python

100

Who is known as the father of computer science?

Alan Turing

100

What is a named container that stores a value in a program?

Variable

200

What is a small block of data created by a web server and placed on to your computer called?

A cookie

200

What university recently added a new school for mathematics, computing, and data science?

NYU

200

What language is the standard for backend web development?

Javascript

200

Who is known for co-founding Apple and creating the first programmable universal remote?

Steve Wozniak

200

What is a sequence of instructions that repeats until a condition is met?

Loop

300

What is the protocol widely used across the Internet for secure communication over a network?

HTTPS

300

What browser recently added an AI assistant, but with a focus on control and privacy?

Firefox

300

What language is known for game development is built into the Unity engine?

C#

300

Who is known as the first computer programmer?

Ada Lovelace

300

What is a statement that lets your program make a choice?

Conditional

400

What is the naming system that translates domain names into IP addresses?

DNS

400

What caused Anthropic to release a report regarding suspicious Claude AI usage?

AI-orchestrated cyberattack

400

What "new" programming is known for being fast and focused on concurrency and type and memory safety?

Rust

400

Who is known for creating the Linux kernel and the version control system Git?

Linus Torvalds

400

What is it called when a function calls itself?

Recursion

500

What is the tracking method that identifies specific users by collecting unique details about their device and settings?

Fingerprinting

500

What Y Combinator backed startup recently went viral for a brainrot and vibecoding IDE?

Chad: The Brainrot IDE

500

What language is known for being used in statistical computing, data visualization, and data analysis?

R

500

Who famously popularized the term "debugging"?

Grace Hopper

500

What is a type of variable exists only inside the function where it is declared?

Local variable