CPTS 121
Study online at https://quizlet.com/_73i7b6
1. Algorithm A methodical, logical rule or procedure that guarantees
solving a particular problem.
2. Variables Names used to refer to some location in memory.
3. Datatype Set of values plus the set of operations for those values.
4. Three types sup- Integers (Int), Floating points (doubles), Characters (char)
ported by C
5. Preprocessor Di- Tell the preprocessor to modify the program before com-
rective pilation.
6. Main function Where program execution begins. Contains a series of de-
clarations and executable statements separated by punc-
tuation to help the compiler translate the statements.
7. Curly Braces Uniting a strings, equations, and commands withing a
function.
8. Syntax Error When you violate the rules of writing in C.
9. Logic Error A 'bug' or mistake in a program's source code that results
in incorrect or unexpected behavior
10. Implicit Type Done by the compiler on it's own when it's see's mixed
Casting data types
11. Explicit Type Done by the user to explicitly cast a specific data type.
Casting
12. Cohesion Refers to the degree to which the elements inside a mod-
ule belong together.
13. Coupling The degree of interdependence between software mod-
ules; a measure of how closely connected two routines
or modules are; the strength of the relationships between
modules
14. Actual Argument
1/2
Study online at https://quizlet.com/_73i7b6
1. Algorithm A methodical, logical rule or procedure that guarantees
solving a particular problem.
2. Variables Names used to refer to some location in memory.
3. Datatype Set of values plus the set of operations for those values.
4. Three types sup- Integers (Int), Floating points (doubles), Characters (char)
ported by C
5. Preprocessor Di- Tell the preprocessor to modify the program before com-
rective pilation.
6. Main function Where program execution begins. Contains a series of de-
clarations and executable statements separated by punc-
tuation to help the compiler translate the statements.
7. Curly Braces Uniting a strings, equations, and commands withing a
function.
8. Syntax Error When you violate the rules of writing in C.
9. Logic Error A 'bug' or mistake in a program's source code that results
in incorrect or unexpected behavior
10. Implicit Type Done by the compiler on it's own when it's see's mixed
Casting data types
11. Explicit Type Done by the user to explicitly cast a specific data type.
Casting
12. Cohesion Refers to the degree to which the elements inside a mod-
ule belong together.
13. Coupling The degree of interdependence between software mod-
ules; a measure of how closely connected two routines
or modules are; the strength of the relationships between
modules
14. Actual Argument
1/2