CS504 Assignment No 2 Solution Fall 2019 | Virtual Study Solutions

Adsetra Ads

 

CS504 Assignment No 2 Fall 2019

Dear Students, Here you can read or download CS504 - Software Engineering-1 Assignment No 2 Solution of Semester Fall 2019. The Assignment Due Date is 29 November 2019. Total Marks are 20. This assignment covers course contents from Lecture no. 8 to 15. CS504 Assignment Solution File has been added. Previously we shared CS504 Assignment No 1 Solution Fall 2019.

CS504 Assignment No 2 Solution and Discussion Fall 2019
CS504 Assignment No 2 Solution and Discussion Fall 2019
Please Note:
We are here to facilitate your learning and we do not appreciate the idea of copying or replicating solutions.
Recommended: How to Avoid Zero Marks in Assignments

CS504 Assignment 2 Instructions:

Please read the following instructions carefully before submitting assignment:
  • You should submit your assignment before or on due date on VULMS.
  • Your assignment should be your own work in your own words. It should not be copied from Internet, handouts or books.
  • Your Assignment must be in Microsoft Word document. Assignment in other than Microsoft Word document will not be accepted.
  • Assignment sent via Email will not be replied and accepted.
  • If the submitted assignment does not open or file is corrupt, it will not be marked and hence awarded zero marks.

CS504 Assignment Objectives:

  • To improve the learning of students related to Logical System Models.
  • To have hands on experience of Maintainable design approaches with regard to Coupling and Cohesion.
Total Questions : 02 Total Marks: 20 

Recommended: How to Solve MCQs Fast

Assignment Scenario

These days, online shopping is very popular. Different online shopping sites offer variety of products to its customers. A customer can visit the website and purchase the desired items. Store management expands its product line time to time by adding new items. A product item in the system may go through any of five states during its life cycle.

Store management adds new items in the system which becomes available for purchase to the customers. They can also remove or disable any item which becomes unavailable to the customers. Customers can select an item to their cart and they can also remove it from the cart to be available for purchase again. Item is purchased after confirmation of the order from the customer and it will be queued for shipment. A product item might become unavailable if it runs out of stock after a purchase. A queued item can also be cancelled by the customer before it is dispatched, which will become available for purchase again. Purchased item will be dispatched to the customer after confirming the status of the product item.

CS504 Assignment Question No 1

Carefully read the above mentioned scenario and identify the five possible states of product item life cycle. Also draw the State Transition Diagram for the mentioned scenario with proper labeling of the transitions.

CS504 Assignment Question No 2

Suppose you are hired as a software engineer in an XYZ organization for maintaining design of an existing educational institute system. For this purpose, you will need to apply the software design principles for a good maintainable design. All the changes in the system design should be localized, so that, it should have a minimal effect on other parts of the system. A small portion of code from the existing system is given below. This code is observed to be loosely cohesive. You are required to apply the software design principles and make the code highly cohesive.


class course {
private:

string course_code;
string course_name;
int credit_hours;
int enrolled_student;
int student_id;
string student_name;
int studentCurrentSemster;
float student_gpa;

public:
void setCourseCode(string);
void setCourseName(string);
void setCreditHours(int);
void countEnrolledStudent();
void setStudentId(int);

string getCourseCode();
string getCourseName();
int getCreditHours();
int getStudentId();
int getStudentCurrentSemster();
};

CS504 Assignment No 2 Solution Idea Fall 2019

You can see the Sample Preview of CS504 Assignment 2 Solution provided by (Virtual Study Solutions) below. Click on Download Button to Download Solution File in Your PC. Please Share it with your friends. You can also like our Facebook Page or Subscribe Us on YouTube for Latest Updates related to Assignment Solution and Past Papers.

Fall 2019 Assignment Solution:

CS614 Assignment No 2 Solution Fall 2019

CS602 Assignment No 2 Solution Fall 2019

CS502 Assignment No 2 Solution Fall 2019

We also recommend you to read:

CS504 Past Papers Collection

Download  [  CS504 Mid Term Papers Solved by Moaaz ]   

CS504 Assignment Solution Sample Preview

CS504 Solution File Sample Page Preview has been added below.


CS504 Assignment 2 Solution Fall 2019 Sample Preview
CS504 Assignment 2 Solution Fall 2019 Sample Preview

Download CS504 Assignment No 2 Solution Fall 2019

File NameDownload Link
CS504 Assignment No 2 Solution Fall 2019.docx Download
Share your valuable feedback in comments section. Thank You.

Post a Comment

 

Top