COMP 230 Week 4 Quiz
Click Below Link To Purchase
www.foxtutor.com/product/comp-230-week-4-quiz
1. (TCO 5) Source code documentation includes _____. (Points : 2)
2. (TCO 5) What name is best suited to a module that calculates overtime pay? (Points : 2)
3. (TCO 5) If a subroutine or function is useful and well-written, you may want to use it more
than once within a program or in other programs. This is known as _____. (Points : 2)
4. (TCO 5) Programs are easier to understand if you break their logic down into a few major
code blocks called _____. (Points : 2)
5. (TCO 5) What variable scope is preferable in modules to avoid overwriting existing data?
(Points : 2)
6. (TCO 5) What statement is not an advantage of using modularization? (Points : 2)
7. (TCO 5) In what way do named constants differ from variables? (Points : 2)
8. (TCO 5) Which of the following would most likely be a named constant? (Points : 2)
9. (TCO 5) What is a feature of good program design? (Points : 2)
10. (TCO 5) Which VBScript statements below represent an acceptable definition for the
subroutine displayResults( )? (Points : 2)