A(n) _____ is a group whose members share a common set of goals and interests and regularly engage in sharing and learning as they strive to meet those goals.

a. zero-based budgeting committee
b. through-the-line team
c. community of practice
d. above-the-line team


c. community of practice
A community of practice (CoP) is a group whose members share a common set of goals and interests and regularly engage in sharing and learning as they strive to meet those goals. A CoP develops around topics that are important to its members.

Computer Science & Information Technology

You might also like to view...

What will be displayed by the following program when the button is clicked?

Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim a, b, c, x As Double a = 5 b = 3 c = 6 If a > c Then x = 1 Else If b > c Then x = 2 Else x = 3 txtBox.Text = CStr(x) End If End If End Sub``` ``` (A) 1 (B) 2 (C) 3 (D) None of the above

Computer Science & Information Technology

max_connections is a ____________ parameter that determines the simultaneous MySQL connection limit.

a. PHP b. MySQL c. Apache d. SQL

Computer Science & Information Technology

A(n) noncritical task doesn't necessarily have to start on its currently scheduled Start date in order for the overall project to be completed on time.

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

Computer Science & Information Technology

Radiation patterns can be used to classify antennas into what two basic categories?

What will be an ideal response?

Computer Science & Information Technology