Forum

  • Home
  • BCA
  • MCA
  • BCA Assignment
  • MCA AssignmentMCA Assignment
  • What is object modeling, dynamic modeling and functional modeling? Briefly explain the diagrams used in these modeling.

    What is object modeling, dynamic modeling and functional modeling? Briefly explain the diagrams used in these modeling.

    MCA Assignment, MCA January 2026, MCS-219
    December 18, 2025

    Question 1 of MCS-219: Object Oriented Analysis and Design.

    Answer:In Object-Oriented Analysis and Design (OOAD), a system is understood using three complementary models: Object Modeling, Dynamic Modeling, and Functional Modeling. Each focuses on a different aspect of the system.

    (more…)
  • Draw class diagram for Online Banking System. Make necessary assumptions.

    Draw class diagram for Online Banking System. Make necessary assumptions.

    MCA Assignment, MCA January 2026, MCS-219
    December 17, 2025

    Below is a UML Class Diagram for an Online Banking System, with necessary assumptions clearly stated.

    Assumptions:

    1. A customer can have multiple bank accounts.
    2. Each account belongs to one customer.
    3. Customers access the system using login credentials.
    4. Transactions can be Deposit, Withdrawal, or Transfer.
    5. An admin manages customers and accounts.
    (more…)
  • What is OOAD? Explain basic constructs of object orientation.

    What is OOAD? Explain basic constructs of object orientation.

    MCA Assignment, MCA January 2026, MCS-219
    December 17, 2025

    Question 1 of MCS-219: Object Oriented Analysis and Design.
    Answer: OOAD (Object-Oriented Analysis and Design) is a software engineering approach that focuses on modeling a system as a collection of interacting objects. These objects represent real-world entities and combine data (attributes) with behavior (methods).
    OOAD helps in understanding system requirements (analysis) and translating them into a robust, reusable, and maintainable software design (design).

    (more…)
  • Question 2 – MCS-209: Data Structures and Algorithms Lab

    Question 2 – MCS-209: Data Structures and Algorithms Lab

    BCA Assignment, January 2026
    December 13, 2025

    Question: Write an algorithm and a program in ‘C’ language to insert and delete edges in an adjacency list representation of an undirected graph. Make assumptions, if necessary.

    Answer:

    Assumptions

    1. The graph is undirected.
    2. Vertices are numbered from 0 to (V–1).
    3. No multiple edges between the same pair of vertices.
    4. Adjacency list is implemented using linked lists.
    5. Maximum number of vertices is fixed.
    (more…)
  • Question 1: MCS-209 Data Structures and Algorithms Lab

    Question 1: MCS-209 Data Structures and Algorithms Lab

    BCA Assignment, January 2026
    December 13, 2025

    Write an algorithm and program in ‘C’ language to merge two sorted linked lists. The resultant linked list should be sorted.

    (more…)

  • Blog
  • About
  • FAQs
  • Authors
  • Events
  • Shop
  • Patterns
  • Themes

Designed with WordPress