List what the concept of structural things includes.
What will be an ideal response?
The concept of structural things includes:
A. Classes, which have properties or attributes and methods or operations.
B. Interfaces, the behavior of a class or component of a system that is noticeable from outside the class or component.
C. Collaborations, which describe the interactions of two or more things in a system that perform a behavior that is more than any one of the things can do alone.
D. Use cases, which describe a series of actions that demonstrate a distinct behavior of the system and its interactions with the actors.
E. Control or active classes. A control class can initiate and control an independent flow of activity within the system.
F. Components, which are a physical part of a system that represents the services and interfaces implemented by the elements contained within that component, including software code.
G. Nodes, which represent a piece of hardware on which your system executes. Components are physically deployed on nodes.
You might also like to view...
The __________ scheme minimizes the message dependent amount of computation required to generate a signature.
A. Rabin B. SHA-1 C. ElGamal D. Schnorr
"The process was placed in a suspended state by an agent; either itself, a parent process, or the OS, for the purpose of preventing its execution," is a characteristic of a _________ process.
A) ?blocked ? B) ?suspended ? C) ?ready ? D) ?swapped
Critical Thinking QuestionsCase 6-2Robin thinks that she has a good handle on the use of compound operators but she wants to do a couple of sample problems just to make certain. In both of the problems below, Robin assumes that intResult = 24.When Robin correctly calculates intResult ^= 2, what value does she get? a. 22c. 48b. 24d. 576
What will be an ideal response?
Case 6-2 Robin thinks that she has a good handle on the use of compound operators but she wants to do a couple of sample problems just to make certain. In both of the problems below, Robin assumes that intResult = 24. When Robin correctly calculates intResult -=3, what value does she get?
A. 18 B. 21 C. 72 D. None of the above