Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password

Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.

SCJA-drills-chap09 Fill In The Blanks

      Help!   
In each blank, try to type in the word that is missing. If you've typed in the correct word, the blank will turn green.

If your not sure what answer should be entered, press the space bar and the next missing letter will be displayed.

When you are all done, you should look back over all your answers and review the ones in red. These ones in red are the ones which you needed help on.
Question: How are concrete classes in UML?Answer: Concrete classes are modeled as a boldface name in a box.
Question: How are classes modeled in UML?Answer: Abstract classes are modeled as a boldface name in a rectangular box.
Question: How are modeled in UML?Answer: are modeled as a boldface name, prefaced by the stereotype word interface enclosed in guillemet characters (<<interface>>).
Question: "generalization".Answer: Generalization is the concept of a class.
Question: How can generalization be if ClassB inheritates from ClassA?Answer: Generalization can be as ClassB extends ClassA, as well as ClassB is-a ClassA.
Question: How is the generalization's path modeled in UML?Answer: Generalization’s graphic path is a line and a closed arrowhead.
Question: "realization".Answer: Realization is the concept of an interface.
Question: How can generalization be if ClassB "inheritates" from InterfaceA?Answer: Realization can be as ClassB implements InterfaceA.
Question: How is the realization's path modeled in UML?Answer: Realization’s graphic path is depicted with a dotted line and a arrowhead or with the lollipop element and interface name.
Question: What are the of attributes compartment?Answer: The attributes compartment is optional and extends off of the name of the class diagram. It houses the member variables, also known as the state of the system.
Question: What is the SCJA condensed usage for individual member variables within the attributes ?Answer: The SCJA usage for individual member variables within the attributes compartment is: [<visibility>] <name> [: <type>]
Question: What are the of operations compartment?Answer: The operations compartment is optional and extends off of the bottom of the class box and is below the attributes compartment if it is present. It houses the member , also known as the methods.
Question: What is the SCJA usage for individual member variables within the operations compartment?Answer: The SCJA usage for individual member functions within the operations compartment is: [<visibility>] <name> [<parameter-list>] [: <return-type>]
Question: How many visibility indicators are used to access modifiers in UML? Which ones?Answer: Four visibility indicators are used to access modifiers in UML: +, -, #, ~.
Question: Which symbol is used to represent the public modifier?Answer: The plus sign (+) is used to represent the public access .
Question: Which symbol is used to represent the private access ?Answer: The minus sign (-) is used to represent the access modifier.
Question: Which symbol is used to represent the access modifier?Answer: The pound sign (#) is used to the protected access modifier.
Question: Which symbol is used to the package-private default modifier?Answer: The tilde sign (~) is used to represent the package-private modifier.
Question: What does the plus sign (+) in UML?Answer: The plus sign (+) is used to the public access modifier.
Question: What does the sign (-) represent in UML?Answer: The minus sign (-) is used to the private access modifier.
Question: What does the sign (#) represent in UML?Answer: The sign (#) is used to represent the protected access modifier.
Question: What the the sign (~) represent in UML?Answer: The tilde sign (~) is used to represent the -private default modifier.
Question: visibility indicators are on the SCJA test?Answer: Only the public and private visibility are on the test.
Question: What does the directed association class relationship does in UML ?Answer: The directed association class relationship depicts the services of class, as well as defining its destination class.
Question: What does the class relationship does in UML associations?Answer: The association class relationship depicts the knowledge or of another class.
Question: What does the composition relationship does in UML associations?Answer: The composition association class relationship depicts a class that is composed of one or more classes. The component parts/classes only live as long as the composite .
Question: How is association represented in UML?Answer: Composition association is represented with a solid line and a diamond.
Question: What does the association class relationship does in UML associations?Answer: The aggregation class relationship depicts one class as the owner over one or more classes.
Question: How is aggregation represented in UML?Answer: Aggregation association is with a solid line and an unfilled diamond.
Question: What does the dependency association class relationship does in UML ?Answer: The dependency association class relationship one class having a temporary association with another class.
Question: How is navigation denoted in UML?Answer: The navigation indicator is denoted by a stick arrowhead attached to the end of the .
Question: What are indicators used for in UML?Answer: Multiplicity indicators are used to the number of objects that can be present in an association.
Question: What do multiplicity indicator representations in UML?Answer: Multiplicity indicator include *, 0, 0..* , 0..1, 0..[x], 1, 1..*, 1..[x], [x]..[y], and [x].
Question: What are association role used for in UML?Answer: Association role are used to provide further clarification of class relationships.
 
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how
Created by: fd99
Popular Computers sets