?Balancing _____.

A. ?uses a series of increasingly detailed data flow diagrams (DFDs) to describe an information system
B. ?ensures that the input and output data flows of the parent data flow diagram (DFD) are maintained on the child data flow diagram (DFD)
C. ?uses a series of increasingly sketchy data flow diagrams (DFDs) to describe an information system
D. ?ensures that the input and output data flows of the child data flow diagram (DFD) are maintained on the parent data flow diagram (DFD)


Answer: B

Computer Science & Information Technology

You might also like to view...

the noexcept keyword indicates that this function ________.

24.4 Q1: In the following function int square(int value) { return value * value; } a. does not catch exceptions b. does not throw exceptions c. does not test for exceptions d. None of the above.

Computer Science & Information Technology

Which of the following statements is false?

a. A catch block declares a type and an exception parameter name. b. Inside the catch block, you can use the parameter’s name to interact with a caught exception object. c. When a program is executed, array element indices are checked for validity—all indices must be greater than 0 and less than or equal to the length of the array. d. If an attempt is made to use an invalid index to access an element, an ArrayIndexOutOfBoundsException exception occurs.

Computer Science & Information Technology

Which of the following is NOT one of the common types of utility programs??

A. ?file compression B. tracking computer programs being run C. merge and sort data D. spreadsheet application

Computer Science & Information Technology

You can also save a single worksheet as a Web page, where Excel changes the content of the worksheet into ________, a language Web browsers can interpret

Fill in the blank(s) with correct word

Computer Science & Information Technology