Examlex

Solved

Three Managers Work at the Pabco Company

question 13

Multiple Choice

Three managers work at the Pabco Company. Aaron really "cracks the whip" on his employees and firmly believes in strict controls and punishment for those employees who do not perform to company expectations.

Zach has very few controls and believes that as long as people know what their objectives are, they will exercise self-control and self-direction.

Susan has been trying to improve working conditions and manager-employee relations to increase the level of productivity in her department.
-Zach is what type of manager?


Definitions:

Switch Statement

A control statement in programming used to perform different actions based on different conditions by checking a variable against multiple values.

Do…while Loop

A control flow statement that executes a block of code at least once before checking the given boolean condition at the end of the block.

Even Numbers

Integers that can be exactly divided by two without leaving a remainder. They follow the formula 2n, where n is an integer.

Java

A high-level, class-based, object-oriented programming language designed to have as few implementation dependencies as possible.

Related Questions