A(n) _____ is a diagram used during both the analysis and design phases of a systems development life cycle (SDLC) to document the processes of the current system or to provide a model of a proposed new system.
Fill in the blank(s) with the appropriate word(s).
DFD
Computer Science & Information Technology
You might also like to view...
A parameter consists of the data type and variable pair to receive the data.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
A Windows Server 2012 R2 Datacenter cannot act as a domain controller
Indicate whether the statement is true or false
Computer Science & Information Technology
How many times is the body of the loop below executed?
int counter = 1; while (counter > 20) { // body of loop counter = counter - 1; } // end while a. 19. b. 20. c. 21. d. 0.
Computer Science & Information Technology
The ____________ takes the .class files containing the program’s bytecodes and transfers them to primary memory.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology