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 2773
Q:

STUFF and REPLACE are used to replace characters in a string

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

They both are used to replace characters in a string

Report Error

View Answer Workspace Report Error Discuss

0 2773
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 2773
Q:

A man was slowly counting but unfortunately he miscounted. A little later he suffered a sharp pain is his back. Why?

Answer

The man want to buy a shirt went to a shop. He was counting the pins as he removed them from a new shirt. unfortunately, he missed one and wore.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: Bank Exams

11 2773
Q:

Which country's Parliament became first in the world to run fully on solar energy  ?

A) Japan B) Pakistan
C) China D) Myanmar
 
Answer & Explanation Answer: B) Pakistan

Explanation:
Report Error

View Answer Report Error Discuss

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

5 2773
Q:

Gamma rays are

A) high energy electrons B) low energy electrons
C) high energy electromagnetic D) high energy positrons waves
 
Answer & Explanation Answer: C) high energy electromagnetic

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

1 2772
Q:

Which path through the carbon cycle is possible?

A) Animal ----> Plant ----> Atmosphere B) Plant ----> Animal ----> Atmosphere
C) Atmosphere ----> Plant ----> Animal D) Plant ----> Atmosphere -----> Animal
 
Answer & Explanation Answer: B) Plant ----> Animal ----> Atmosphere

Explanation:

During daylight hours, plants capture carbon dioxide from the atmosphere and use it to make carbohydrates which is stored as starch in the plant. Animals feed on the plants and extract the carbohydrates through their digestive system. The carbohydrates, namely glucose, are used by the animals for production of ATP through cellular respiration.

 

Cellar respiration in the animals produces carbon dioxide as a waste product. The carbon dioxide is released into the atmosphere, from where it is again captured by plants and the cycle is repeated.

 

Hence, option B) Plant ----> Animal ----> Atmosphere is the path possible in carbon cycle.

Report Error

View Answer Report Error Discuss

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

0 2772
Q:

Which one is not the main objective of fiscal policy in India?

A) To increase liquidity in the economy B) To promote price stability
C) To minimize the inequalities of income & wealth D) To promote employment opportunity
 
Answer & Explanation Answer: A) To increase liquidity in the economy

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

0 2771