Coding Languages
Beginner Coding
Coding Vocab
What can coding do?
HTTP Errors
100

Considered the easiest coding language to learn and is widely known.

What is Python?

100

This development tool was developed by MIT and is great for people to learn the basics of coding through drag-and-drop

What is Scratch?

100

I’m a data structure that holds multiple values in a single place, all neatly ordered.

What is an array?

100

Very known use of coding, specifically for making things like Fortnite

What is Game Development?

100

The internet’s way of saying “you’re looking for something that does not exist.”

What is 404 Not Found?

200

This language is often paired with CSS to make websites

What is HTML?

200

I guide your code down different paths depending on whether a condition is true or false.

What is an if statement?

200

A term used to represent coding errors typically within systems.

What is a bug?

200

I’m what coding can create so people can visit your content online.

What is a website?

200

Authenticated, but not authorized

What is 403 Forbidden?

300

A simple, no-drama language from Google that developers love for being fast, clean, and easy to read.

What is Go/GoLang?

300

This is one of the most important symbols in many coding languages—except Python, GoLang, and JavaScript—and omitting it will often throw errors in languages like Java and C

What is a semicolon (;)? 

300

This unit, made up of 8 bits, is the basic building block of digital information in computers.

What is a byte?

300

Coding is also used to create these tools such as ChatGPT.

What is Artificial Intelligence?

300

When your backend panics harder than you do and doesn't know what to do.

What is 500 Internal Server Error?

400

This language was created by Apple and is used for almost all iOS apps

What is Swift?

400

This is a type of function that references, or calls, itself.

For example, if I had a function called "fig()," the code inside of that function would have a line that called "fig()." 

What is a recursive function?

400

This is the formal name for apps that you use to write code, such as VSCode

What are IDEs (Integrated Development Environments)?

400

Coding is used to create protective software, such as cloudfare.

What is Cybersecurity?

400

This status means the request needs valid login info before the server will even consider it.

What is 401 Unauthorized?

500

Often considered the lowest-level programming language and is really hard to work with

What is Machine Language (binary)?

500

What is the HTML tag you would use when defining an Image?

What is <img>?

500

A way for two or more computer programs or components to communicate with each other.

What is API (application programming interface)?

500

Coding is also applied to this type of work/profession that aims to build games, web applications, and network control systems.

What is software engineering?

500

The internet’s way of saying 'all systems go'.

What is 200 OK?

M
e
n
u