Which of the following statements about structure charts is true?
A. Structure charts are a design process in incremental development.
B. Structure charts are a design process in top-down development.
C. Structure charts are a design process in function development.
D. Structure charts are read top-down, left-right.
E. Structure charts are used to factor a program.
Answer: D
Computer Science & Information Technology
You might also like to view...
____________ refers to a framework that facilitates software building by connecting software components from diverse sources.
a. JavaBeans b. Threads c. SQL d. all of the above
Computer Science & Information Technology
Write a recursive method that will duplicate each character in a string and return the result as a new string. For example, if "book" is the argument, the result would be "bbooookk".
What will be an ideal response?
Computer Science & Information Technology