(TCOs 3, 7, and 8) Breaking a complex problem into more manageable pieces is called a _____ approach to problem solving. (Points : 3)
. (TCOs 3, 7, and 8) Breaking a complex problem into more manageable pieces is called a _____
approach to problem solving. (Points : 3)
separate and deliver
separate and detach
divide and conquer
divide and deliver
Question 2.
2. (TCOs 3, 7, and 8) Which of the following is not a good module name according to common convention? (Points : 3)
printPageHeadings()
calculateEmployeePay()
salesTax()
validateInputDate()
Question 3.
3. (TCOs 3, 7, and 8) In order for the code in a function to be executed, there must be a function _____. (Points : 3)
definition
declaration
call
module