Multiple Choice
____ is used to create a program's overall outline and describe tasks to be accomplished, and then details of these tasks are refined later.
A) Cohesion
B) Top-down design
C) Coupling
D) Bottom-up design
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: When _, the variable's actual memory address
Q3: _ are created when a module is
Q4: _ is the measure of the degree
Q5: The prompt() command in JavaScript is actually
Q6: An advantage of modularization is that the
Q7: A _ error occurs when JavaScript's language
Q8: In most programming languages, global variables are
Q9: _ are available to all modules in
Q10: All variables declared in separate modules are
Q11: Functions can return more than one value.