Questions

Q:

Project Cost Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Cost Budgeting ?

Answer

I. Inputs



  • Project scope statement

  • Work breakdown structure

  • WBS dictionary

  • Activity cost estimates

  • Activity cost estimate supporting detail

  • Project schedule 

  • Resource calendars 

  • Contract

  • Cost management plan


II. Tools and Techniques



  • Cost aggregation

  • Reserve analysis

  • Parametric estimating 

  • Funding limit reconciliation


III. Outputs



  • Cost baseline 

  • Project funding requirements 

  • Cost management plan (updates)

  • Requested changes

Report Error

View answer Workspace Report Error Discuss

0 2115
Q:

A series is given, with one term missing. Choose the correct alternative from the given ones that will complete the series.

XFB,UGD ,RIG ,OLK, ?

A) OLJ B) LNK
C) LPP D) OLM
 
Answer & Explanation Answer: C) LPP

Explanation:
Report Error

View Answer Report Error Discuss

3 2115
Q:

Read the passage carefully and choose the best answer to each question out of the four alternatives and click the button corresponding to it.


Without breakfast, all of us ­ irrespective of age ­ are likely to experience the late morning slump; tiredness, sleepiness and the urge to sit back. Our efficiency goes down further as the day progresses.Moreover, skipping the first meal of the day leads to intense hunger pangs by late morning and we end up eating chips, samosas, burgers or other high­ fat unhealthy foods. Break fast­skippers are more likely to be overweight. A good breakfast leads to a more active, productive day. Research has found a definite connection between skipping breakfast and memory impairment in both young and older adults. Moreover, breakfast is directly linked with performance in school and college. Breakfast should contribute at least one ­fourth of our daily requirement of nutrients. An ideal breakfast should contain adequate amounts of carbohydrates, proteins and fats in addition to minerals and vitamins. Essentially this means including most of our food groups in the morning meal. Whole grain cereals ­ like atta in parathas and puris, dalia, suji, etc. are an integral part of the traditional Indian breakfast. Their high fibre and protein content provides a feeling of satisfaction, which lowers the urge to snack before lunch. On the other hand, high­ sugar foods actually make people sleepier, not active.

Milk, cheese, eggs or dals (as sprouts in idli or dosas or as sambhar) are other protein sources. A serving of milk (one cup) provides B­ complex vitamins and also minerals like zinc, magnesium and calcium. Fruits or vegetables provide valuable vitamin C and keep constipation away.

 

We eat unhealthy food when

A) we suffer from hunger B) we have become overweight
C) we have skipped the first meal D) we love chips, burgers etc.
 
Answer & Explanation Answer: C) we have skipped the first meal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2115
Q:

You can use Keyword Planner to identify

A) Determine which Google Ads experience you're using. B) Which text ads are performing best based on your keywords
C) Webpages where ad can appear based on your keywords D) The amount of traffic potential keywords might get
 
Answer & Explanation Answer: D) The amount of traffic potential keywords might get

Explanation:

You_can_use_Keyword_Planner_to_identify1554271615.jpg image

Report Error

View Answer Report Error Discuss

4 2114
Q:

Explain compiler?

Answer

compiler is used to translate the high-level language program into machine code at a time. It doesn't require special instruction to store in a memory, it stores automatically. the execution time is less compared interpreter.


A compiler is a program that translates a source program written in some high-level programming langualge (such as Java) into machine code for some computer architecture (such as the Inter Pentium archiecture).

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2114
Q:

Why we use do-while loop in c?

Answer

It is also called as post tested loop. It is used when it is necessary to execute the loop at least one time. Syntax:

do {
Loop body
} while (Expression);

Example:

int main(){
    int num,i=0;  
    do{
         printf("To enter press 1\n");
         printf("To exit press  2");
         scanf("%d",&num);
         ++i;
         switch(num){
             case 1:printf("You are welcome\n");break;
             default : exit(0);
         }
    }
    while(i<=10);
    return 0;
}

Output: 3 3 4 4

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2114
Q:

The compound used in prickly-­heat powder to prevent excessive sweating is

A) Boric acid B) Phosphoric acid
C) Carbonic acid D) Sulphonic acid
 
Answer & Explanation Answer: A) Boric acid

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 2114
Q:

In the following question, out of the four alternatives, select the alternative which is the best substitute of the words/sentence.

A routine task, especially a household one

A) Chore B) Servitude
C) Moil D) Travail
 
Answer & Explanation Answer: A) Chore

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English

0 2114