Multiple Choice
The mainline logic of almost every procedural computer program consists of these three distinct parts: ____ .
A) housekeeping tasks,main tasks,and end-of-job tasks
B) clearing tasks,detail loop tasks,and end-of-job tasks
C) housekeeping tasks,detail loop tasks,and end-of-job tasks
D) housekeeping tasks,detail loop tasks,and math tasks
Correct Answer:

Verified
Correct Answer:
Verified
Q7: A _ variable is not used for
Q8: Programmers say that variables and constants declared
Q9: Explain the purpose of temporary variables.
Q10: Depending on the programming language being used,modules
Q11: _ variables and constants are known to
Q13: Program _ are written explanations that are
Q14: List three reasons for modularizing a large
Q15: _ is where a variable's data type
Q16: Match each term with a statement below.<br><br>-The
Q17: Match each term with a statement below.<br><br>-Can