You are on page 1of 1

Digital Assignment – I

Programme Name: B.Tech

SLOT: F1 and F2

Course Title: Software Engineering Course Code: CSE3001

Question 1:

For the data set given, create an Activity on Node diagram. Perform Forward and Backward
Pass to calculate Earliest Start, Earliest Finish, Latest Start, Latest Finish, Float, Free Float
and Interfering Float value for each of the activities. Identify if there is any critical path in the
network and highlight the critical activities. Use the lucidchart tool to draw the diagram

Activity Predecessor Duration (Weeks)


A - 7
B A 8
C A 10
D A 6
E A 2
F B, C 5
G F, D, F 8
H E 7
I F 5
J I, G, H 2

Question 2:

Write a program to calculate Net Profit, ROI, Payback Period, NPV and Internal Rate of
Return (IRR) for the following projects considering the discount rate of 15%. Use any online
software/tool to calculate IRR and generate the output.

Year Project 1 Project 2 Project 3


0 -175,000 -150,000 -280,000
1 10,000 15,000 30,000
2 20,000 15,000 50,000
3 40,000 30,000 45,000
4 40,000 75,000 100,000
5 60,000 80,000 110,000
6 50,000 15,000 120,000

You might also like