UML and ASP.NET Web Technologies
Quiz covering UML diagramming concepts including use case, class, and deployment diagrams, along with ASP.NET 3.5 web development features
Questions
What are the new data controls introduced in .NET 3.5?
- ListView and DataPager
- TextBox and ListBox
- RadioButton and RadioButtonList
- AdRotator and XML
.NET 3.5 framework does not support which version?
- Microsoft .NET 2.0
- Microsoft .NET 3.0
- Microsoft .NET 3.5
- Microsoft .NET 1.1
What is the new tool introduced for merging pre-compiled assemblies?
- ILDASM tool
- Remote Spy
- ASP.NET Merge Tool
- Remote File Viewer
Intellisense has been provided for?
- JavaScript and AJAX
- CSS
- LINQ
- HTML
ASP.NET 3.5 uses a different engine as of ASP.NET 2.0?
- True
- False
When is a UML Usecase diagram iused?
- while doing developments
- . while requirement gathering
- all of the above.
- None of the above
Which of the following statements are TRUE about Use Cases?
- Use case diagrams are the primary tool to document requirements
- Use cases provide the basis of communication between sponsors and developers in planning phase
- Use cases description provides a good source to identify domain concepts
- A fully-dressed use case should include both "whats" and "hows" so that they are ready for "realization"
UseCase and Sequence diagram are static diagrams, true or false.
- True
- False
Knowing UML means one can handle object-oriented analysis and design
- True
- False
Three items of interest in use case diagrams are:
- Objects, activities, and communications
- Actors, messages, and activities
- Objects, use cases, and activities
- Actors, use cases, and communications
Classes in class diagrams may be grouped into packages in order to illustrate the overall organization of a model.
- True
- False
What is the symbol for a component in a deployment diagram?
- There is no symbol because components are not allowed in deployment diagrams.
- rounded rectangle, just like a state in a state diagram
- 3-dimensional rectangular solid (like a box).
- rectangle with tabs on its left side.
Which of the following statement about statechart diagrams is correct?
- . All actions in a statechart diagram are attached to transitions.
- An event may cause an object to remain in the same state it was prior to the event.
- Once an object leaves a state, it cannot return to that state.
- Two different transitions out of the same state may overlap (they can be triggered by the same event).
Which of the following statements is correct?
- Collaboration diagrams are dynamic models.
- Sequence numbers in collaboration diagrams are optional
- Collaboration diagrams do not show iteration since that is a low-level implementation detail.
- Collaboration diagrams cannot show when an object sends itself a message
Who is the key stakeholder in an UML model
- Business Analyst
- Designer
- Developer
- All of the Above
Which statements are false when partitioning a class into subclass?
- The subclass has additional attributes of interest
- . The subclass has additional associations of interest.
- Some of the attributes/operations in super class are not applicable to subclass
- The subclass concept is operated on, handled, reacted to, or manipulated differently than the superclass or other subclasses in ways that are of interest.
Which diagram are useful to testers
- Deployment Diagram
- Class Diagram
- Activity Diagram
- Use case diagram
Which of the following statement is true about visibility?
- UML uses # for public element
- UML uses - for private element
- UML uses * for protected element
- All of the above