Chapter 1 - Programming Basics - Key Words Flashcards
Memory
The location where instructions and data are stored on the computer
Algorithm
A sequence of steps that can be followed to complete a task and that always terminates
Syntax
The rules of how words are used within a given language
Memory Address
A specific location in memory where instructions or data are stored
Assignment
The process of giving a value to a variable or constant
Constant
An item of data whose value does not change
Variable
An item of data whose value could change while the program is being run
Debug
The process of finding and correcting errors in programs
Declaration
The process of defining variables and constants in terms of their name and data type
Data Type
Determines what sort of data are being stored and how it will be handled by the program
Integer
Any whole positive or negative number including zero
Pointer
A data item that identifies a particular element in a data structure - normally the front or rear
Array
A set of related data items stored under a single identifier. Can work on one or more dimensions
Element
A single value within a set or list - also called a member
Record
One line of a text file