This holds a value such as numbers, words, and phrases and can change the values they're holding.
What are variables?
This is the most basic human readable computer language.
What is assembly language?
This programming paradigm focuses on telling a computer what to do to reach a certain objective.
What is procedural programming?
This category of web development has to do with things you see in your web browser when you visit a site.
What is frontend development?
A person in this career creates applications for computers and mobile devices.
What is an application developer?
This data type is used for whole numbers, both positive and negative, as well as zero.
What is an integer?
C and C++ are examples of this kind of programming language that uses a software tool to translate the code into machine language.
What is compiled language?
This programming paradigm focuses on instructing a program what needs to be done instead of telling it how to do it.
What is declarative programming?
This language system links digital objects to each other so when you click the linking object, the linked object can be viewed and is abbreviated HTML.
What is Hypertext Markup Language?
What is a web developer?
This is an identifier that keeps track of values but can never change.
What is a constant?
These languages include such as Python, JavaScript, Ruby and Perl.
What are interpreted languages?
This type of programming involves modeling real-world objects into computer code and contains languages such as C++, Java, and Python.
What is object-oriented programming?
If HTML says what should appear on a website, this language system determines what it should look like.
What is CSS (Cascading Style Sheets)?
A person in this career makes sure the quality of a finished software application meets the standards of the company.
What is a Quality Assurance (QA) Engineer?
This is a special kind of container that can hold onto many values at the same time.
What is an array?
This language is comprised of binary information.
What is machine language?
These software tools help teams manage files and source code over time.
This language will allow webpages to be interactive.
What is JavaScript?
A person in this career writes code to design, create, implement, and maintain databases.
What is a database programmer?
This is used to store more than one character, such as a word or sentence.
What is a string?
These are a subcategory of compiled languages and include examples such as C# and Java.
What are runtime engines?
Programmers use these to connect or communicate with databases, operating systems, and other services.
What are APIs (application programming interfaces)?
This HTML tag stores a web page's metadata such as title, subject and keywords that relate to the page.
What is <head>?
This type of web developer will use both front-end and backend coding.
What is a full-stack developer?