1.1.8 Programming Terminologies
1.1.8 Programming Terminologies
Programming terminologies refer to the specific words and phrases used in the
field of computer programming.
These can include terms related to programming languages, coding concepts, data
structures, algorithms, and software development methodologies.
DEFINITIONS:
Algorithm: a set of steps or instructions used to solve a problem or accomplish a task.
Variable: a container for storing a value that can change during the
execution of a program.
While loop: a control structure that allows a program to repeat a set of
instructions while a certain condition is true.
Abstraction: the process of hiding the implementation details of an object or
system and exposing only the necessary information to the user.
Boolean expression: an expression that evaluates to either true or false.
Compression: the process of reducing the size of data to save storage
space or reduce transmission time.
Constant: a value that cannot be changed during the execution of a program.
Control structure: a programming construct that controls the flow of
execution in a program.
Data type: a category of data that defines the type of value that a variable can hold.
Loop control variable: a variable that is used to control the execution of a loop.
Memory: the physical storage space in a computer where data and programs are stored.