________ breaks down a problem into a series of high-level tasks and continues to break each task into successively more detailed subtasks.

A. Object-oriented analysis
B. Top-down design
C. Bottom-up design
D. Inheritance


Answer: B

Computer Science & Information Technology

You might also like to view...

What tag pair is used to create a new paragraph?

a. ``` ``` b. ``` ``` c. ```

``` d. ``` ```

Computer Science & Information Technology

Gary is preparing a lecture for his students on Internet technology. Gary tells his students that backbone routers are maintained by ____.

A. WAPs B. TCP/IPs C. NAPs D. NSPs

Computer Science & Information Technology

The default style used to display the date is ____.

A. 1/20/14 B. 1-20-2014 C. 20-Jan-14 D. January 20, 2014

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. In C#, a variable must be assigned a value before it can be used on the right side of an assignment statement. 2. The C# compiler will compile code that attempts to use an unassigned variable. 3. You can declare multiple variables of different data types in one program statement. 4. If you need to store numbers and perform mathematical operations on them, you have to use a numeric data type.

Computer Science & Information Technology