1. Consider the following statements : The salient features of a bar chart over network are that : 1. It is simple to draw and easy to understand. 2. It is unable to depict interdependence of activities. 3. It clearly distinguishes between critical and non-critical activities. 4. It is not possible to crash activities to get optimum and minimum duration of the project. Which of the following statements given above are correct ?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Two statements are given followed by two conclusions I and II. You have to consider the two statements to be true even if they seem to be at variance from commonly known facts. You have to decide which one of the given conclusions is definitely drawn from the given statements. Statement : All virtuous persons are happy. No unhappy person is virtuous. Conclusions : I. Happiness is related to virtue II. Unhappy person is not virtuous.....
QA->A statement followed by two assumptions I and II is given. You have to consider the statement to be true even if it seems to be at variance from commonly known facts. You are to decide which of the given assumptions can definitely be drawn from the given statement. Indicate which one of the four given alternatives is correct ? Statement : If more encouragement is given to Sports, Indians will win more gold medals at the Olympic Games. Assumptions : I. Indians do not win gold medals. II. More enc....
QA->Which one of the following statements with regard to the "Make in India" initiative of the Government of India is not correct?....
QA->The following is not a salient feature of a Co-operative enterprise....
QA->A pendulum clock is set to give correct time at the sea level. This clock is moved to a hill station at an altitude of 2500m above the sea level. In order to keep correct time on the hill station, the length of the pendulum?....
MCQ->Consider the following statements : The salient features of a bar chart over network are that : 1. It is simple to draw and easy to understand. 2. It is unable to depict interdependence of activities. 3. It clearly distinguishes between critical and non-critical activities. 4. It is not possible to crash activities to get optimum and minimum duration of the project. Which of the following statements given above are correct ?....
MCQ->Consider the following statements : A critical activity in a CPM network has 1. The longest duration of all activities 2. zero total float 3. zero for float 4. The shortest duration of all activities which one of the statements given above are correct ?....
MCQ->Duration along the critical path defines which of the following ? 1. Shortest duration needed 2. Shortest duration permissible 3. Longest duration needed 4. Longest duration permissible Select the correct answer using the code given below :....
MCQ->Consider the following statements : In the bar chart planning 1. Interdependence of the operations cannot be portrayed 2. Progress of work can be measured 3. Spare time of the activities can be determined 4. Schedule cannot be updated Of these statements :....
MCQ->class Bar { } class Test { Bar doBar() { Bar b = new Bar(); / Line 6 / return b; / Line 7 / } public static void main (String args[]) { Test t = new Test(); / Line 11 / Bar newBar = t.doBar(); / Line 12 / System.out.println("newBar"); newBar = new Bar(); / Line 14 / System.out.println("finishing"); / Line 15 / } } At what point is the Bar object, created on line 6, eligible for garbage collection?....
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