Term
|
Definition
|
|
Term
|
Definition
Set of words, abbreviations, and symbols that enable software developers to communicate instructions to a computer or mobile device. |
|
|
Term
Application Development tool |
|
Definition
Helps a programmer create a program or app, helps create, design, edit, or test. |
|
|
Term
|
Definition
the rules for writing instructions in a language |
|
|
Term
|
Definition
Using multiple computer languages when solving a problem |
|
|
Term
|
Definition
Primary language that is machine dependent |
|
|
Term
|
Definition
Only runs on one type of device. |
|
|
Term
|
Definition
Each instruction equates to multiple machine instructions. Machine Independent |
|
|
Term
|
Definition
|
|
Term
|
Definition
low-level, uses binary, First Generation language |
|
|
Term
|
Definition
Programmer writes instructions using symbolic instruction codes, Low level, Second Generation |
|
|
Term
|
Definition
|
|
Term
|
Definition
contains language and instructions to be converted to machine language |
|
|
Term
|
Definition
|
|
Term
|
Definition
Enables user to access data using english like commands, Fourth Generation |
|
|
Term
|
Definition
program that creates source code or machine code |
|
|
Term
|
Definition
steps to complete a process |
|
|
Term
|
Definition
|
|
Term
|
Definition
Hypertext Markup Language |
|
|
Term
|
Definition
Extensive Markup Language |
|
|
Term
|
Definition
add effects to programs or websites |
|
|
Term
|
Definition
program that converts assembly language source program into machine language. |
|
|
Term
|
Definition
instructions that tell computer what to accomplish and how to do it. Third Generation Language |
|
|
Term
|
Definition
Converts entire program into machine language Makes list of errors |
|
|
Term
|
Definition
Converts program into machine language piece by piece. Finds errors before converting rest of document. |
|
|
Term
OOP- Object Oriented Programming language |
|
Definition
implements objects in a program |
|
|
Term
|
Definition
item that contains both data and procedures to read and manipulate data representing person, place, thing, or transaction |
|
|
Term
IDE- Integrated Development Environment |
|
Definition
includes tools for building graphical interfaces |
|
|
Term
RAD- Rapid Application Development |
|
Definition
Method of developing software where software developer writes program in segments |
|
|
Term
VPE- Visual Programming Environment |
|
Definition
allows programmers to drag and drop objects to build a program |
|
|