1. If t is the duration of an activity, t1 is the latest finish possible moment of its preceding activity and t2 is the earliest start possible moment, the independent float of the activity is





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->A can finish a work in 20 days.A and B together can finish the work in 12 days.Then B alone can finish the work in....
QA->P can finish a work in 18 days. Q can finish the same work in 15 days. Q worked for 10 days and left the job. How many days does P alone need to finish the remaining work?....
QA->A and B can finish a work 30 days if they work together. They worked together for 20 days and then B left. A finished the remaining work in another 20 days. In how many days A alone can finish the work?....
QA->.A work can finish 6 male workers or 9 female workers in 20 days.How many days take to finish the same work with 4 male workers and 4 female workers?....
QA->P and Q can do a work in 30 days. Q and R can do the same work in 24 days and R and P in 20 days. They started the work together, but Q and R left after 10 days. How many days more will P take to finish the work?....
MCQ->If t is the duration of an activity, t1 is the latest finish possible moment of its preceding activity and t2 is the earliest start possible moment, the independent float of the activity is....
MCQ->If D is the duration, ES and EF are the earliest start and finish, LS and LF are latest start and latest finish time, then the following relation holds good....
MCQ->Which two cause a compiler error? float[ ] f = new float(3); float f2[ ] = new float[ ]; float[ ]f1 = new float[3]; float f3[ ] = new float[3]; float f5[ ] = {1.0f, 2.0f, 2.0f};....
MCQ->What will be the output of the following program? #include<iostream.h> int main() { float Amount; float Calculate(float P = 5.0, int N = 2, float R = 2.0); Amount = Calculate(); cout<< Amount << endl; return 0; } float Calculate(float P, int N, float R) { int Year = 1; float Sum = 1 ; Sum = Sum (1 + P ++N R); Year = (int)(Year + Sum); return Year; }....
MCQ->Consider the following statements : Total flat is : 1. the time span by which the starting (or finishing) of an activity can be delayed without delaying the completion of the project. 2. difference between maximum time available and the actual time required to perform the activity. 3. difference between its earliest finish time and the earliest start time of its successor activity. Which among the following is/are correct ?....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution