Questions

Q:

When did B.R. Ambedkar was received Bharat Ratna?

A) 1890 B) 1980
C) 1990 D) 1989
 
Answer & Explanation Answer: C) 1990

Explanation:

Dr. B.R. Ambedkar received Bharat Ratna in the year 1990.

Report Error

View Answer Report Error Discuss

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

3 3025
Q:

What is the biggest island in the Caribbean?

Answer

Cuba

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography

1 3024
Q:

For intra-State movement, the e-way bill by GST council will be rolled out in a phased manner beginning April 15 and will cover all the States by

A) May 1 B) June 1
C) May 31 D) July 31
 
Answer & Explanation Answer: A) May 1

Explanation:

For intra-State movement, the e-way bill will be rolled out in a phased manner beginning April

15 and will cover all the States by June 1. Businesses will continue to file summary sales return

GSTR-3B until June as the GST (Goods and Services Tax) Council has extended the present

system of return-filing by three months. Electronic way or e-way bill for movement of goods

between States would be implemented from April 1.

Report Error

View Answer Report Error Discuss

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

0 3024
Q:

Words to describe a beautiful woman?

A) Gorgeous B) Cute
C) Elegant D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Words to describe a beautiful woman are :: appealing, fair, charming, fascinating, dazzling, fetching, angelic, fine, delicate, delightful, divine, beauteous, ...

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO

1 3023
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 3021
Q:

Claude Bernard first recognized

A) plant stomata opening and closing to maintain homeostasis B) chemical reactions of enzymes
C) separate fluids outside and inside the cell D) feedback loops
 
Answer & Explanation Answer: A) plant stomata opening and closing to maintain homeostasis

Explanation:

Claud_Bernard1533194164.jpg image

 

Claude Bernard was a French physiologist, who first recognised plant stomata opening and closing to maintain homeostasis.

Report Error

View Answer Report Error Discuss

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

1 3021
Q:

Project Risk Management

What are the Project Management Processes included in the Project Risk Management? 

Answer

The Project Risk Management Processes include the following:


Risk Management Planning - Deciding how to approach , plan, and execute the risk management activities for a project


Risk Identification - Determining which risks might affect the project and documenting their characteristics.


Qualitative Risk Analysis - Prioritizing risks for subsequent further analysis or action by assessing and combining their probability of occurrence and impact


Quantitative Risk Analysis - Numerically analyzing the effect on overall project objectives of identified risks


Risk Response Planning - Developing options and actions to enhance opportunities , and to reduce threats to project objectives.


Risk Monitoring and Control - Tracking identified risks, monitoring residual risks, identifying new risks, executing risk response plans, and evaluating their effectiveness throughout the project life cycle.

Report Error

View answer Workspace Report Error Discuss

0 3020
Q:

Which of the following is an example of chemical weathering?

A) Oxidation B) Acid rains
C) Carbonation D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

Chemical weathering is what happens when rocks are broken down and chemically altered.

Chemical weathering is the breakdown of rocks by chemical reactions. Chemical weathering involves changes in the chemical composition of the existing rock to form new rock. Some examples of chemical weathering are hydrolysis, oxidation, carbonation, dissolution, etc.

Report Error

View Answer Report Error Discuss

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

1 3020