Considered the easiest coding language to learn and is widely known.
What is Python?
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?
I’m a data structure that holds multiple values in a single place, all neatly ordered.
What is an array?
Very known use of coding, specifically for making things like Fortnite
What is Game Development?
The internet’s way of saying “you’re looking for something that does not exist.”
What is 404 Not Found?
This language is often paired with CSS to make websites
What is HTML?
I guide your code down different paths depending on whether a condition is true or false.
What is an if statement?
A term used to represent coding errors typically within systems.
What is a bug?
I’m what coding can create so people can visit your content online.
What is a website?
Authenticated, but not authorized
What is 403 Forbidden?
A simple, no-drama language from Google that developers love for being fast, clean, and easy to read.
What is Go/GoLang?
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 (;)?
This unit, made up of 8 bits, is the basic building block of digital information in computers.
What is a byte?
Coding is also used to create these tools such as ChatGPT.
What is Artificial Intelligence?
When your backend panics harder than you do and doesn't know what to do.
What is 500 Internal Server Error?
This language was created by Apple and is used for almost all iOS apps
What is Swift?
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?
This is the formal name for apps that you use to write code, such as VSCode
What are IDEs (Integrated Development Environments)?
Coding is used to create protective software, such as cloudfare.
What is Cybersecurity?
This status means the request needs valid login info before the server will even consider it.
What is 401 Unauthorized?
Often considered the lowest-level programming language and is really hard to work with
What is Machine Language (binary)?
What is the HTML tag you would use when defining an Image?
What is <img>?
A way for two or more computer programs or components to communicate with each other.
What is API (application programming interface)?
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?
The internet’s way of saying 'all systems go'.
What is 200 OK?