Examlex

Solved

Refer to the Scenario Below to Answer the Following Questions

question 58

Multiple Choice

Refer to the scenario below to answer the following questions.
Designing a Control System (Scenario)
Gina realizes her department needs to make some changes in its control system. The department is one of five in her division, and she is not sure which approach will work best for the organization. She could base her department's performance on their distinct product, making it a profit centre and evaluating it against overall company results. She could also make better use of the policies, regulations, and procedures that are already in place. To date, Gina has not strictly enforced many of the regulations established by the head office because her department is self-regulating. The work groups set their goals and insure those goals are achieved. Everyone is well aware of the expected standards and work behaviours, and there is little tolerance for workers who do not meet the group norms.
-Gina also recognizes that it is not enough to just set up the control system. As an effective manager, she also needs to ____________.


Definitions:

#define Statement

A preprocessor directive in C and C++ used to define macros or constants that replace tokens in the code before compilation.

Equivalences

Equivalences refer to the relationship between entities that are equal in value or function, indicating that they can be substituted for one another in certain contexts.

Macro

A rule or pattern that specifies how input text should be mapped to replacement output text, usually in the context of a preprocessor.

#define SQUARE(x)

A preprocesser macro in C that calculates the square of its argument x.

Related Questions