-
Algorithm
series of finite steps designed to solve a problem.
-
Applications Programmers
programmers who write, maintain, and/or customize programs that handle a specific task.
-
Applications Software
acts as an interface between the user and the systems software, and allows the user to perform specific tasks.
-
Assembler
used to convert Assembly Language instructions to Machine Language.
-
Assembly Language
a language using mnemonics in place of 1's and 0's, as with Machine Language.
-
Compiler
a software program that converts HighLevel ProcedureOriented and ObjectOriented program instructions into Machine Language.
-
Control Structure
used to control logic flow in a program. The three basic control structures are sequence, selection, and repetition.
-
Decision Structure
another term for a selection structure.
-
HighLevel ProcedureOriented Language
allows the programmer to use instructions that more closely resemble the English language.
-
Iteration
another term for the repetition structure.
-
Logic Structures
another term for control structures.
-
Loop
another term for the repetition structure.
-
Machine Language
a language that uses bits/bytes to form instructions to communicate with a computer system.
-
Mnemonics
symbols used to represent actual Machine Language instructions.
-
ObjectOriented Language
a language that views a problem solution as a set of interacting objects.
-
Programmers
the people who write computer programs.
-
Programming Languages
languages used to communicate with a computer.
-
Programs
the directions given to computers.
-
Repetition Structure
a control structure in which program instructions are repeatedly executed until a condition is met. Another common term for the repetition structure is a loop.
-
Selection Structure
a control structure in which program instructions are executed based upon a decision. Another name for the selection structure is the decision structure.
-
Sequence Structure
the most basic control structure in which program instructions are executed one after another.
-
Systems Programmers
programmers who write and maintain programs that help the com puter carry out its basic operating functions.
|
|