You are on page 1of 2

1 Design a partial domain model of Dice game.

2 What is usecase? List its types.


Use cases are text stories widely used to discover and record requirements.They are text stories of
some actor using a system to meet goals.Types are concrete use case ,abstract use case, base use
case.
3 What is UML? List its types.
The Unified Modeling Language is a visual language for specifying, constructing and documenting
the artifacts of systems. There are two broad categories of diagrams and they are again divided into
subcategories −
1. Structural Diagrams
2. Behavioral DiagramS

4 Define requirements. Mention its types.


Requirements are capabilities and conditions to which the system and more broadly, the project must
conform.
1. Functional
2. Reliability
3. Performance
4. Supportability
5 List out the artifacts in elaboration.
1. Domain Model.
2. Design Model
3. 3.Software Architecture Document
4. Data Model
5. Test Model
6. Implementation Model
7. Use-Case Storyboards,UI Prototypes

6 What is OOA and OOD?


During object-oriented analysis there is an emphasis on finding and describing the objects or concepts
in the problem domain. For example, in the case of the flight information system, some of the
concepts include Plane, Flight, and Pilot.
During object-oriented design (or simply, object design) there is an emphasis on defining software
objects and how they collaborate to fulfill the requirements. The combination of these two concepts
shortly known as object oriented analysis and design.
7 List out the process sale steps.
1. Customer arrives at a POS checkout with goods and/or services to purchase.
2. Cashier starts a new sale.
3. Cashier enters item identifier.
4. System records sale line item and presents item description, price, and running total. Price
calculated from a set of price rules. Cashier repeats steps 2-3 until indicates done.
5. System presents total with taxes calculated.
6. Cashier tells Customer the total, and asks for payment.
7. Customer pays and System handles payment
. 8. System logs the completed sale and sends sale and payment information to the external
Accounting (for accounting and commissions) and Inventory systems (to update inventory).
9. System presents receipt.
10.Customer leaves with receipt and goods (if any).

8 Define class diagram.


A static view of the class definitions is usefully shown with a design class diagram. This illustrates the
attributes and methods of the classes.
9 What is black box usecase?
The black-box views of a system describe a software system's external behavior. The internal
workings of the software system, such as the internal software objects and their interactions, are not
shown in the black-box views. Black-box views show how the system interfaces with its actors and
other external objects.
10 What tests help to find useful usecases?
1. The Boss Test
2. The EBP Test
3. The Size Test 16.

You might also like