A ____ walk-through is a review of a project team member's work by other members of the team.

A: status
B: structured
C: open
D: private


Answer: B: structured

Computer Science & Information Technology

You might also like to view...

What type of software update is a cumulative package of all patches and feature updates?

A. bulletin B. service pack C. exploit D. patch group

Computer Science & Information Technology

The ________ Report tool allows the user to arrange the fields of a report in a different layout

Fill in the blank(s) with correct word

Computer Science & Information Technology

The following function has ____.Function Numeric average()   // Declare variables   Declare Numeric inputNum // number entered   Declare Numeric quantity // # numbers input   Declare Numeric total = 0 // accumulated total   Declare Numeric index // loop variable   Declare Numeric avg // avg of numbers   // Ask user how many numbers to input   Display "How many numbers will you input? "   Input quantity   // Ask user how many numbers to input   Display "How many numbers will you input? "   Input quantity   // Compute and return average, end function   avg = total / quantity      Return avgEnd Function

A. strong cohesion B. high coupling C. weak cohesion D. strong vulnerability

Computer Science & Information Technology

When you save an Advanced Filter/Sort, it is saved as a (n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology