Questions

Q:

Which is the first national park established in India?

A) Kanha National Park B) Keoladeo National Park
C) Jim Corbett National Park D) Jaldapara National Park
 
Answer & Explanation Answer: C) Jim Corbett National Park

Explanation:

Which_is_the_first_national_park_established_in_India1559301595.jpg image

Jim Corbett National Park is the oldest national park in India and was established in 1936 as Hailey National Park to protect the endangered Bengal tiger. It is located in Nainital district of Uttarakhand and was named after Jim Corbett, a well known hunter and naturalist. The park was the first to come under the Project Tiger initiative.

Report Error

View Answer Report Error Discuss

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

4 3010
Q:

The only perennial river in Peninsular India is _____ .

A) Godavari B) Kaveri
C) Krishna D) Bhima
 
Answer & Explanation Answer: B) Kaveri

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

1 3009
Q:

To evaluate a piece of media means to

A) disseminate the contents to a wide audience B) communicate the information to a group of people
C) express the main idea in a clear and specific way D) judge the purpose and message in a thoughtful way
 
Answer & Explanation Answer: D) judge the purpose and message in a thoughtful way

Explanation:
Report Error

View Answer Report Error Discuss

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

3 3009
Q:

First country to appoint Lokpal or equivalent to a Lokpal is ________.

A) Brazil B) Burma
C) Sweden D) India
 
Answer & Explanation Answer: C) Sweden

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

1 3009
Q:

The law of conservation of energy states that

A) energy can neither be created nor destroyed B) energy can either be created nor destroyed
C) energy can neither be created or destroyed D) energy can either be created or destroyed
 
Answer & Explanation Answer: A) energy can neither be created nor destroyed

Explanation:

The law of conservation of energy is a law of science which states that energy can neither be created nor destroyed - only converted from one form of energy to another.

In 1842, Julius Robert Mayer discovered the Law of Conservation of Energy.

Report Error

View Answer Report Error Discuss

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

3 3008
Q:

Which is false concerning the use of the voting machine?

A) It does away with the need for numerous officials to count ballots. B) Fraud is nearly impossible.
C) It assures absolute secrecy. D) It was invented in 1898.
 
Answer & Explanation Answer: D) It was invented in 1898.

Explanation:

A voting machine is a machine used to register and tabulate votes.

 

In the given options, It was invented in 1898 is the false statement as it was actually invented in 1875 with some faults in it.

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

Which is the only snake that builds nests?

A) Python B) Anaconda
C) Viper D) King Cobra
 
Answer & Explanation Answer: D) King Cobra

Explanation:

Which_is_the_only_snake_that_builds_nests1537938937.jpg image

 

The longest venomous snake The King Cobra is the only snake that build nests for its eggs.

Report Error

View Answer Report Error Discuss

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

4 3007