Traditionally the very first program you write when learning a programming language, a program that prints "Hello world" to the user.
Declaring a variable is defining it for the first time.
Initializing a variable is giving it an initial value.
Assigning to a variable is updating the variable's value
Arithmetic operators include + addition, - subtraction, * multiplication, / division, and % modulus. These operators are used to perform basic mathematical tasks.
An algorithm is a set of steps or rules to follow to solve a particular problem.
A programming language is any set of rules that converts strings, or graphical program elements in the case of visual programming languages, to various kinds of machine code output.
an online platform where millions of people gather to imagine, create, and share experiences with each other in immersive, user-generated 3D worlds
a website, hub, and app where users access games and experiences
a game engine and developer tool used to create and code games, worlds, and experiences for the Roblox Client
software tools that allow developers to create video games. It houses the logic, scenes, and components developers use to create games
changing a geometric object's position or orientation within a space
Defining a function means to teach the computer a new command and explain what it should do when receiving that command.
Calling a function actually gives the command, so the computer will run the code for that function.
Managing complexity by "abstracting away" information and detail, in order to focus on the relevant concepts.
The ability to use methods and programs that we do not fully understand, or are unable to write.
An API (application programming interface) is a set of tools for building programs.