All About Hack Club
Internet & Tech
Guess The Code
Coding Basics
Fun Facts
100

What is Hack Club?

A community where high school students learn to code and build projects.

100

What does Wi-Fi allow devices to do?

Connect to the internet wirelessly.

100

x = 5

print(x)

5

100

What does "code" mean?

Instructions written for a computer to follow.

100

What famous coding language includes symbols in its name?

C++

200

What is a hackathon?

An event where people work on projects, usually within a set amount of time.

200

What does CPU stand for?

Central Processing Unit.

200

print(5 + 3)

8

200

What is a computer program?

A set of instructions that tells a computer what to do.

200

What is the most popular coding language?

Python or JavaScript

300

Name 3 things you can make at a hackathon.

Almost anything! Websites, games, apps, hardware projects, and more.

300

What does URL stand for?

Uniform Resource Locator

300

x = 5

x = x + 2

print(x)

7

300

What is a programming language?

A language used to write instructions that computers can understand and execute.

300

What number system do computers mainly use?

Binaries

400

What is GitHub?

A platform where people store, share, and collaborate on code and software projects.

400

What is cloud storage?

Storing files and data on remote servers that you can access through the internet.

400

name = "Alex"

print("Hello " + name)

Hello Alex

400

What is a variable?

A named place in a program used to store a value or piece of data.

400

What does HTML stand for?

HyperText Markup Language

500

Name 6 coding languages.

Ex: Python, Java, Ruby, Rust, Perl, Swift, Java Script, HTML, C++, C#, F#, Q#, etc.

500

What is the difference between hardware and software?

Hardware is the physical parts of a computer, while software is the programs and instructions that run on it.

500

x = 5

if x > 3:  print("Yes")

else: print("No")

Yes

500

What is a bug and how does it affect the website?

A bug is an error or problem in code that can cause a website to behave incorrectly, crash, or not work as intended.

500

Who donated $1,000,000 to the hack club?

Elon Musk

M
e
n
u