How many diagrams are drawn for a system in Final year project?

The answer varies from system to system and its nature, but I am answering here, in the context of the majority of cases in our normal daily programming life. How many use case diagrams are drawn for a system in the Final year project? Answer: Mostly More than 1 (Sometimes vary, according to project size, … Read more

State Transition Diagram MCQs

The state machine diagram is also called? (A). State Transition diagram (B). State chart (C). Sequence Diagram (D). State Transition diagram and Sequence Diagram Answer: State Transition diagram and Sequence Diagram Which of the following shows the order of states underwent by an object within the system? (A). State Transition diagram (B). Activity Diagram (C). … Read more

Sequence diagrams MCQs

MCQs based Questions Answers on Sequence diagram Which type of diagram is a sequence diagram? (A). Structural Diagram (B). Behavioral UML Diagrams (C). Interaction diagram (D). both Behavioral  and Interaction diagram Answer: Behavioral UML Diagrams Sequence diagram is belong to same type of diagrams as? (A). Communication Diagram (B). Timing Diagram (C). both Communication Diagram … Read more

Activity diagram MCQs

MCQs based Questions Answers on Activity diagram Which type of diagram is Activity diagram? (A). Structural Diagram (B). Behavioral UML Diagrams (C). Both of these (D). None of these Answer: Behavioral UML Diagrams Activity diagram is belong to same type of diagrams as? (A). Use Case Diagram (B). State Machine Diagram (C). Both of Use … Read more

Component Diagram MCQs

Component Diagram UML MCQs Which of the following diagram displays the structural relationship of components of a software? (A). Component Diagram (B). class diagram ( C). use case diagram (D). sequence diagram MCQ Answer: Component Diagram Which of the following diagram is required when working with big and complex systems with many components? (A). Component … Read more

Composition In Class Diagram with Examples

Composition In Class Diagram with Examples.

Examples of Composition Every motorcycle has tires Every university has different departments. Every house has rooms.  A car has a battery. The sports club has Cricket playgrounds. The school has a canteen. Human has heart. When we can use composition? we can use composition in cases where one … Read more

Aggregation In Class Diagram [Examples, C++ Program]

Aggregation In Class Diagram with Examples.

Examples of Aggregation  A Teacher may belong to multiple departments.  

Activity Diagram | Scenario and Case Study Base Project Examples

Activity Diagram | Scenario and Case Study Base Project Examples Activity diagrams are behavioral diagrams. Activity VS Task An activity is work that is done with no specific purpose in mind or in some cases, activity can have a mini purpose. The task is a big term as compared to activity and task is specifically … Read more

Class Diagram to Code Converter Project Code in C#.Net and Java

Class Diagram to Code Converter Project Code in C#.Net and Java Project Domain / Category Desktop Application Abstract / Introduction   The is era of rapid application development where use of automated tools has become very much common to rapidly develop applications in order to meet deadline requirements. Class diagram to code converter is a … Read more