vu mgt101 Mid Term Subjective Solved Past Paper No.3

vu mgt101 Financial Accounting Solved Past Papers

Solved Past Papers

This subjective solved past paper is related to book/course code vu mgt101 Financial Accounting which belongs to vu organization. We have 4 past papers available related to the book/course Financial Accounting. This past paper has a total of 10 subjective questions belongs to topic Mid Term to get prepared. NVAEducation wants its users to help them learn in an easy way. For that purpose, you are free to get prepared for exams by learning subjective questions online on NVAEducatio.

NVAEducation also facilitates users to download these solved past papers with an affordable prices. However, users are not enforced to pay for money, rather they can use credits to buy such stuff on NVAEducation. Users can earn credits for doing some little tasks and then you will be able to use that credits to buy solved past papers on NVAEducation.

Question 6: Adding user interface detail in the SRS is controversial a creative process i.e by adding GUI detail to the SRS document, focus e shift from what to how (analysis design) do you agree?
Answer:
Yes I am agree because Client appreciates more the contents of the SRS document if our SRS document contains the GUI details than if we don't have them there.
Question 9: Code example of High Coupling
Answer:

Tightly Coupled Example:

public class CartEntry{
public float Price; public int Quantity;
}
public class CartContents {
public CartEntry[] items;
}
public class Order {
private CartContents cart;
private float salesTax;
public Order(CartContents cart, float salesTax) {
this.cart = cart;
this.salesTax = salesTax;
}
public float OrderTotal() {
float cartTotal = 0;
for (int i = 0; i < cart.items.Length; i++) {
cartTotal += cart.items[i].Price * cart.items[i].Quantity;
}
cartTotal += cartTotal*salesTax; return cartTotal;
}
}

Reference: Lecture No. 14

Question 10: Collaboration Diagrams depict Dynamic behavior of the system, explain it.
Answer:

Collaboration diagrams

Collaboration diagrams can also be used to depict the dynamic behavior of a system. They show how objects interact with respect to organizational units (boundaries!).

Since a boundary shapes communication between system and outside world e.g. user interface or other system, collaboration diagrams can be used to show this aspect of the system. The sequence of messages determined by numbering such as 1, 2, 3, 4, This shows which operation calls which other operation.<

p>Reference: (Page 110)


Solved Past Papers of mgt101 Financial Accounting

Other mgt related subjective solved past papers

Other categories of vu Solved Past Papers

Other organizations

Theme Customizer

Gaussian Texture



Gradient Background