Questions

Q:

Monitoring and Controlling Process Group

What are the Project Management Processes included in Monitoring and Controlling Process Group?

Answer


    • Monitor and Control Project Work

    • Integrated Change Control

    • Scope Verification

    • Scope Control

    • Schedule Control

    • Cost Control

    • Perform Quality Control

    • Manage Project Team

    • Performance Reporting

    • Manage Stakeholders

    • Risk Monitoring and Control

    • Contract Administration


Report Error

View answer Workspace Report Error Discuss

0 2890
Q:

Organisms that depend only on raw plant products are said to be 

A) herbivorous B) vegetarian
C) carnivorous D) omnivorous
 
Answer & Explanation Answer: A) herbivorous

Explanation:

Herbivorous organisms are those that take for their food, plant parts like leaves raw in contrast to vegetarian, which means that plant products are taken raw or after being cooked.

Report Error

View Answer Report Error Discuss

Filed Under: Biology

3 2890
Q:

When should you discard a PFD?

A) When it is too small B) When its been used 1 year
C) When its been used 1 month D) When it has a torn strap
 
Answer & Explanation Answer: D) When it has a torn strap

Explanation:

Personal flotation devices (PFDs), have life span upto it is damaged. Hence, When it has a torn strap you should discard a PFD.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

2 2890
Q:

Indians who have been featured on Forbe's list of the 100 Greatest Living Business Minds ?

A) Ratan Tata B) Lakshmi Mittal
C) Vinod Khosla D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Three Indians – Ratan Tata, Lakshmi Mittal and Vinod Khosla have been featured on Forbe's list of the 100 Greatest Living Business Minds.

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

7 2889
Q:

Most highly intelligent mammals are

A) Elephants B) Kangaroos
C) Whales D) Dolphins
 
Answer & Explanation Answer: D) Dolphins

Explanation:

Dolphins are the most highly intelligent mammals.

Report Error

View Answer Report Error Discuss

Filed Under: Animals and Birds
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

9 2889
Q:

Write a c program to create dos command type.

Answer

#include
int main( int count,char * argv[] ) {
    int i;
    FILE *ptr;
    char *str;
    char ch;
    if( count == 1) {


         printf( "The syntax of the command is incorrect.\n" );
    }
    for( i=1;i<cout;i++ ){
         ptr=fopen(argv[i],"r");
         if(ptr==NULL){
             printf("The system cannot find the file specified.");
             if(count>2)
                 printf("\nError occurred while procesing : %s.\n",argv[i]);
         }
         else {
             if(count>2) {
                 printf("%s\n\n",argv[i]);
             }
             while((ch=getc(ptr))!=-1)
                 printf("%c",ch);
         }
         fclose(ptr);
    }
    return 0;
}


 


Save the above file as open.c, compile and execute the go to command mode (current working directory) and write: open xy.c (xy.c any file present in that directory)
To run the open command in all directories and drive you will have to give the path of current working directory in command mode. Write:
C:tc\bin>PATH c:\tc\bin
Now press enter key. Now your open command will work in all directory and drive.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2889
Q:

Ram Mohan Roy was given the title of Raja by

A) British B) Cholas
C) Mughals D) Dutch
 
Answer & Explanation Answer: C) Mughals

Explanation:

ram_mohan_roy_was_given_the_title_of_raja_by1553152861.jpg image

 

Raja Ram Mohan Roy, a social and educational reformer, was an idealist who contributed immensely in eradicating social evils prevalent in the society during the 18th century.
He was popularly known as "Father of Modern India".

 

He was given the title of Raja by the Mughal emperor Akbar Shah II in the year 1830 as he had gone to England as an envoy of the emperor.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

5 2888
Q:

What is the hierarchy in the structure of the House?

A) The Speaker is at the top, and the whips are at the bottom. B) The floor leaders are at the top, and the members are at the bottom.
C) The members are at the top, and the floor leaders are at the bottom. D) The Speaker is at the top, and the members are at the bottom.
 
Answer & Explanation Answer: D) The Speaker is at the top, and the members are at the bottom.

Explanation:

Hierarchy is a method to structure an establishment employing various levels of administration and a vertical section, or series of command, between higher and lower levels of the organization. Superior levels dominate lower levels of the bureaucracy.

 

The Speaker is at the top, and the members are at the bottom.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 2888