Fundamentals Of Programming Flashcards
What is Memory?
The location where instructions and data are stored on the computer
What is an algorithm
A sequence of steps that can be followed to complete a specific task
What is syntax
The rules of how words are used within a given programming language
What is a memory Address
A specific location in memory where instructions or data are stored
What is a constant
An item of data whose value does not change throughout the execution of a program
What is a variable
A named item of data whose value could change while the program is being run
What is declaration
The process of defining variables and constants in terms of their name and data types
What is a data type
Determines what sort of data is being stored and how it will be handled by the program
What is an integer
Any whole number
What is boolean
Known as yes or no or True or False
What is a real/float
A decimal
What is a pointer
A data item that identifies a particular element or data structure normally the front or rear
What is an array
A set of related data items stored under a single identifier
What is an element
A single value within a set or list
What is a record
One line of a text file