_____ is the process of drawing a series of increasingly detailed data flow diagrams (DFDs), until all functional primitives are identified.
A. Leveling
B. Balancing
C. Indexing
D. Looping
Answer: A
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT a main touch gesture?
A) tap B) tweak C) pinch D) slide
Computer Science & Information Technology
Assuming that x is equal to 4, which of the following statements will not result in y containing the value 5 after execution?
a. y = 5; b. y = x++; c. y = ++x; d. y = x + 1
Computer Science & Information Technology