The ____ manager makes low-level decisions by following well-defined set of routine procedures

A. operational
B. tactical
C. strategic
D. executive


Answer: A. operational

Computer Science & Information Technology

You might also like to view...

Which statement would produce an output of one of the following numbers: 5, 6, 7, 8, 9, 10

a. Floor(Random() * 5) + 5 b. Floor(Random() * 6) + 5 c. Floor(Random()) + 5 d. Floor(Random() * 9) - 5

Computer Science & Information Technology

Create a new document with the following text: “*****”. Then find “**” and replace with “*”. How many times did it find and replace? Explain in detail how the process worked.

What will be an ideal response?

Computer Science & Information Technology

A denial-of-service attack is one of the most common attacks on a system

Indicate whether the statement is true or false.

Computer Science & Information Technology

If every recursive call results in another recursive call, then the recursive function (algorithm) is said to have infinite recursion.

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

Computer Science & Information Technology