Examlex

Solved

Scenario - Vaughn Bately

question 1

Multiple Choice

Scenario - Vaughn Bately
Vaughn Bately manages a group of eight electrical engineers at Defiance Designs. His team is highly trained and well respected by experts both inside and outside the company. Recently one of Vaughn's engineers suggested a new technique for the development and use of an argon laser. There appeared to be rich potential for this technology, but Vaughn wasn't certain that developing this technology was the best use of his limited resources. Vaughn was facing a significant decision.
-If Vaughn uses the administrative model of decision making, which of these assumptions would he reject?


Definitions:

Scope

The context within a program where a variable or function is accessible.

Storage Classes

Specifications in programming languages like C and C++ that determine the lifetime, visibility, and memory location of variables.

Auto

A keyword in the C and C++ programming languages that was originally used to declare automatic variables, now repurposed in C++11 to infer the type of the variable from its initializer.

Related Questions