1 / 2
Complete COP1000C
Quiz 1 – 6
MidtermExam
Final Exam
Final Review
COP1000C Quiz 1
- data items may involve organizing or sorting them, checking them for
accuracy, or performing calculations with them.✔✔✔ Processing - errors are relatively easy to locate and correct because the compiler
2 / 2
or interpreter you use highlights every error.✔✔✔ Syntax
- A error results when you use a syntactically correct statement but
use the wrong one for the current context.✔✔✔ Logical - A(n) is a named memory location whose value can vary.✔✔✔
Variable - Computer programmers often refer to memory addresses using notation.✔✔✔ Hexadecimal
- Before a programmer plans the logic of the program, he or she must
.✔✔✔ Understand the Problem - After a programmer plans the logic of a program, the next step is
.✔✔✔ –
3 / 2
Coding the Program
- The process of walking through a program’s logic on paper before you
actually write the program is called .✔✔✔ Desk-Checking - Typically, a programmer develops a program’s logic, writes the code, and
the program, receiving a list of syntax errors.✔✔✔ Compiles - The process of finding and correcting program errors is called
.✔✔✔ De-bugging - After programs are put into production, making necessary changes is
called .✔✔✔ Maintenance - Using involves writing down all the steps you will use in a program.-
✔✔✔ A Flowchart - In a flowchart, the is used to represent processing.✔✔✔ Rectangle
- The is used to represent output in a flowchart.✔✔✔ Parallelogram
4 / 2
- The is the standard terminal symbol for a flowchart.✔✔✔ Circle
- The repetition of a series of steps is called a(n) .✔✔✔ Loop
- A(n) is a repeating flow of logic with no end.✔✔✔ Infinite Loop
- You represent a decision in a flowchart by drawing a decision symbol,
which is shaped like a .✔✔✔ Diamond - Many programming languages use the term to refer to the marker
that is used to automatically recognize the end of data in a file.✔✔✔ EoF
1 / 2
COP1000C Quiz 1 – 6
COP1000C Quiz 1
- data items may involve organizing or sorting them, checking them for
accuracy, or performing calculations with them.✔✔✔ Processing - errors are relatively easy to locate and correct because the compiler
or interpreter you use highlights every error.✔✔✔ Syntax - A error results when you use a syntactically correct statement but
use the wrong one for the current context.✔✔✔ Logical - A(n) is a named memory location whose value can vary.✔✔✔
2 / 2
Variable
- Computer programmers often refer to memory addresses using notation.✔✔✔ Hexadecimal
- Before a programmer plans the logic of the program, he or she must
.✔✔✔ Understand the Problem - After a programmer plans the logic of a program, the next step is
.✔✔✔ –
Coding the Program - The process of walking through a program’s logic on paper before you
actually write the program is called .✔✔✔ Desk-Checking - Typically, a programmer develops a program’s logic, writes the code, and
the program, receiving a list of syntax errors.✔✔✔ Compiles
3 / 2
- The process of finding and correcting program errors is called
.✔✔✔ De-bugging - After programs are put into production, making necessary changes is
called .✔✔✔ Maintenance - Using involves writing down all the steps you will use in a program.-
✔✔✔ A Flowchart - In a flowchart, the is used to represent processing.✔✔✔ Rectangle
- The is used to represent output in a flowchart.✔✔✔ Parallelogram
- The is the standard terminal symbol for a flowchart.✔✔✔ Circle
- The repetition of a series of steps is called a(n) .✔✔✔ Loop
- A(n) is a repeating flow of logic with no end.✔✔✔ Infinite Loop
- You represent a decision in a flowchart by drawing a decision symbol,
which is shaped like a .✔✔✔ Diamond