Questions

Q:

Carbon in the ocean originates from the atmosphere.

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

Explanation:

True, the given statement that Carbon in the ocean originates from the atmosphere is absolutely correct. Carbondi oxide in the atmosphere is absobed by the ocean surface and is dissolved as inorganic carbon in the oceans.

Report Error

View Answer Workspace Report Error Discuss

Subject: General Science
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

0 2891
Q:

The greenhouse effect is caused by

A) Deforestation B) Burning of Fossil Fuels
C) Increase in Population D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The major greenhouse gases (GHG’s) solely responsible for greenhouse effect are Carbon dioxide, Ozone, Methane and Water vapor. Although these gases comprise 1% of our atmosphere, they act like a thick warm blanket outside that surrounds this planet and regulate climate control. Greenhouse effect is not bad. In fact, it is needed for all of us to survive on planet Earth. In short, the greenhouse effect is nothing but a naturally occurring process designed by nature that aids in heating earth’s surface and helps to maintain ecological balance.

Now, while some of that heat dissipates into space, some of it burns along the atmosphere, and some of it penetrates the atmosphere and finds its way into the lower atmosphere and the planet’s surface. This in turn raises the average temperature of the Earth. Therefore, the increase in the Earth’s surface temperature due to increase in the number of greenhouse gases leads to global warming.

 

Causes of Green House Effects ::

 

* Burning of Fossil Fuels

* Deforestation 

* Increase in Population

* Farming

* Industrial Waste and Landfills.

Report Error

View Answer Report Error Discuss

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

5 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:

In the below puzzle, a word starts and ends with the same letter. Can you figure out what the word is?

_otato_

Answer

rotator

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles

18 2890
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:

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

Which is not a basic function of a cell?

A) stopping homeostasis from happening B) obtaining and storing energy
C) removing waste D) transferring genetic information
 
Answer & Explanation Answer: A) stopping homeostasis from happening

Explanation:
Report Error

View Answer Report Error Discuss

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

2 2889
Q:

Processing speed of computer is measured in MIPS.

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

Explanation:

Million Instructions Per Second is a method of measuring the raw speed of a computer's processor. MIPS measures roughly the number of machine instructions that a computer can execute in one second.

Report Error

View Answer Workspace Report Error Discuss

2 2889