Evaluators use traces to __________.
a) simulate the user environment a system is intended to execute
b) determine how well a system executes the programs it is intended to run
c) determine which operating system primitives are implemented inefficiently
d) all of the above
a) simulate the user environment a system is intended to execute
You might also like to view...
Another term for various software programs that are sold together and designed to complement each other is ________
A) suite B) package C) collection D) group
Which is an incorrect guideline for modular programming?
A) Keep each module to a manageable size. B) Pay particular attention to the critical interfaces. C) Maximize the number of modules the user needs to modify when making changes. D) Maintain the hierarchical relationships set up in the top-down phases.