Chapter 1 - Programming Basics - Key Words Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Memory

A

The location where instructions and data are stored on the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Algorithm

A

A sequence of steps that can be followed to complete a task and that always terminates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Syntax

A

The rules of how words are used within a given language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Memory Address

A

A specific location in memory where instructions or data are stored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Assignment

A

The process of giving a value to a variable or constant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Constant

A

An item of data whose value does not change

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Variable

A

An item of data whose value could change while the program is being run

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Debug

A

The process of finding and correcting errors in programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Declaration

A

The process of defining variables and constants in terms of their name and data type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Data Type

A

Determines what sort of data are being stored and how it will be handled by the program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Integer

A

Any whole positive or negative number including zero

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Pointer

A

A data item that identifies a particular element in a data structure - normally the front or rear

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Array

A

A set of related data items stored under a single identifier. Can work on one or more dimensions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Element

A

A single value within a set or list - also called a member

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Record

A

One line of a text file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly