Questions

Q:

Elephant festival is celebrated in which city?

A) Jaipur B) Bangalore
C) Mizoram D) Dispur
 
Answer & Explanation Answer: A) Jaipur

Explanation:

Elephant Festival is a festival celebrated in Jaipur city in Rajasthan state in India. It is held on the day of Holi festival, usually in the month of March. The festival features Elephant polo and Elephant Dance.

Report Error

View Answer Report Error Discuss

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

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

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:

Which animal adaptation happened before the others?

A) Reproduction on land B) Development of a colelom
C) Tissue development D) Deuterostome development
 
Answer & Explanation Answer: C) Tissue development

Explanation:
Report Error

View Answer Report Error Discuss

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

10 2887
Q:

Earth is a system comprised of interacting processes.

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

Explanation:

True, Earth is a system comprised of interacting processes. Such processes include carbon cycle, water cycle, Phosphorous cycle,...

Report Error

View Answer Workspace Report Error Discuss

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

0 2887
Q:

Where is the Forest Reserve Institute of India located

A) Bhopal B) Dehradum
C) Lucknow D) Delhi
 
Answer & Explanation Answer: B) Dehradum

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

7 2887
Q:

A voltaic cell converts chemical energy to

A) Heat energy B) Electrical energy
C) Mechanical energy D) Light energy
 
Answer & Explanation Answer: B) Electrical energy

Explanation:

A galvanic cell is also known as voltaic cell provides electrical energy from the chemical energy.

 

a_voltaic_cell_converts_chemical_energy_to1558088421.png image

Report Error

View Answer Report Error Discuss

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

4 2886