Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
27 views

Assignment #2 SPM

The document describes a project that involves building a property listing website. It outlines the main functionalities and activities in sequence. These include sign up, login, profile update, property listing, searching, payments, bidding, and actions against posts/sellers. It then asks the student to create a Critical Path Method (CPM) network diagram showing the dependencies between activities, and perform forward and backward passes to identify the critical path(s). The critical paths identified are those with no slack, including the path from the initial activity 'A' through to the final activity 'O'.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Assignment #2 SPM

The document describes a project that involves building a property listing website. It outlines the main functionalities and activities in sequence. These include sign up, login, profile update, property listing, searching, payments, bidding, and actions against posts/sellers. It then asks the student to create a Critical Path Method (CPM) network diagram showing the dependencies between activities, and perform forward and backward passes to identify the critical path(s). The critical paths identified are those with no slack, including the path from the initial activity 'A' through to the final activity 'O'.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

BIDLAND

CRITICAL PATH METHOD

Assignment No 2

BS in Software Engineering

Registration ID-
Sr.# Name Email ID Phone # Signature
Sec

Ahmad Sp20-bse-
(i) SP20-BSE-111
Waheed 111@gmail.com

Fa19-bse-
Mohammad
(ii) FA19-BSE-401 401@cuilahore.ed
Emal
u.pk

Department of Computer Science


COMSATS University Islamabad, Lahore Campus
24 December 2023
Question:

 Describe main functionalities of your project in sequence. Note down the flow of activities to
mention the sequential integration among components.
 Identify each activity with some alphabet and write down the predecessor activity according to
the flow of your project in a table.

Functionalities Activities Predecessors Duration


Sign Up A: Enter Credential -- 3
Sign Up B: Validate Email A 4
Sign Up C: Create Account B 5
Login D: Enter Credentials C 6
Login E: Validate Credentials D 2
Login F: Redirect to Dashboard E 5
Profile Update G: Modify Profile F 6
Property Listing H: Add Property G 4
Property Listing I: Edit Property H 3
Property Listing J: Delete Property H 8
Search K: Perform Search H 9
Payment L: Enter Payment Info J 7
Bidding M: Place Bid L 6
Action Against Post N: Report Post K 3
Action Against Seller O: Report Seller K 2

1. Make CPM network diagram.


2. Apply forward pass on CPM diagram.
3. Show backward pass on CPM diagram.

4. Identify Critical Path.

There is three critical path because in every path there is no slack (LS-LF= 0) so we can select A as a
critical path .

A. A>B>C>D>E>F>G>H>K>N>O

You might also like