You are on page 1of 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