Languages
Logic
More Logic
OOP
Scripting
100

You must transform these programming languages to executable binary before it can run

Compiled languages   p149

100

a label to access value, class, method or interface

Identifier p151

100

This container may hold a number of elements, but it cannot be resized

Array p152

100

This reusable segment of code will return a value to whatever called it

Function p154

100

These are smaller pieces of code, typically used to perform a specific task

Script p156

200

These programming languages converts the code into machine binary at runtime

Interpreted Language   p149

200

Contains a value that can change during execution of program

Variable p151

200

This container can shrink or grow based on size of elements, or their addition or removal

Vector  152

200

These OOP components can have attributes, properties & methods

Objects p155

200

These are typically a collection of command-line instructions that you store in a .CMD file

Batch Files p156

300

This language is designed to retrieve records from datasets

Query Language    p150

300

Variables are often (blank) as a particular data type

Declared p151

300

This is a sequence of instructions outside the main program sequence, usually invoked by a condition

Branch  p153

300

These are values and data types stored within an object that define the object

Attributes p155

300

This scripting tool is fully integrated in the Windows OS, and enables you to perform management and admin tasks

PowerShell p157

400

This Language presents Machine code in human readable text

Assembly Language    p150

400

A specific identifier that contains a value that does not change within the program

Constant p152

400

Similar to Branches, however, the instruction repeats until a certain condition is met

Loops  p153

400

These OOP properties define what can be done to an object

Methods p155

400

This is based on another Microsoft language, and provides functions similar to JavaScript

VBScript p157

500

This is NOT a programming Language, but makes document data accessible to a program

Markup Language    p150

500

special type identifier that can reference multiple values or elements

Container  p152

500

Loops & Branches rely on THESE logic tests (Boolean values) that determine whether to continue, or return to the main program flow

Operators  p154

500

These OOP elements represent an alternate way of accessing a field within an object publicly

Properties p155

500

Applications written to run on multiple devices/OS

Cross Platform p158

M
e
n
u