Questions

Q:

When was the demand for a separate Telangana hit a turning point on?

Answer

The demand for a seperate Telangana hit a turning point on December 16,2010 when around 12-15 lakh attended the 'Telangana Maha Garjana' at Warangal in Andhra pradesh. The rally ste off a chain of events that culminated in the Centre agreeing to form a Telangana state.

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Politics

7 2924
Q:

Who becomes the first Indian woman President of Indian National Congress?

A) Pratibha Patil B) Annie Besant
C) Sarojini Naidu D) Vijaya Lakshmi
 
Answer & Explanation Answer: C) Sarojini Naidu

Explanation:

The first Indian woman President of Indian National Congress was Sarojini Naidu in the year 1925.

 

First woman to become the president of INC - Annie Besant 1917.

Report Error

View Answer Report Error Discuss

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

0 2924
Q:

What is a single celled organism called

A) protoctists B) chromosomes
C) unicellular D) bicellular
 
Answer & Explanation Answer: C) unicellular

Explanation:

An organism is a living thing, and there are two broad categories of organisms: those made up of only a single cell, and those made up of multiple cells.

Single-celled organisms means which contains only one cell are called unicellular organisms. 'Uni-' means 'one,' so the name 'unicellular' literally means 'one cell.'

 

Examples of Unicellular or Single celled organisms ::

 

Prokaryotic organisms like Bacteria,...

Some algae like green algae, euglena,...

Report Error

View Answer Report Error Discuss

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

5 2924
Q:

An ecosystem consists of

A) all the plants and animals of an area B) producers, consumers, and decomposers in a particular locality
C) a living community and its environment D) carnivores and herbivores of an area
 
Answer & Explanation Answer: C) a living community and its environment

Explanation:

A living community and its environment is what an ecosystem is.

An_ecosystem_consists_of1535781515.jpg image

Report Error

View Answer Report Error Discuss

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

2 2924
Q:

Which mosque is considered to be the style of Bengal style in Agra?

A) Nagina Masjid B) Moti Masjid
C) Jama Masjid D) Badshahi Masjid
 
Answer & Explanation Answer: A) Nagina Masjid

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

0 2923
Q:

The book ' Redesigning the Aeroplane While Flying : Reforming Institutions' is written by

Answer

Arun Maira

Report Error

View answer Workspace Report Error Discuss

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

Which one of the following statements about Buddhist Stupas in India is not correct?

A) Ashoka played an important role in popularizing the Stupa cult. B) They were repositories of relics of Buddha and other monks.
C) They were located in rural areas. D) They were located close to trade routes.
 
Answer & Explanation Answer: C) They were located in rural areas.

Explanation:

A stupa is a mound-like or hemispherical structure containing relics that is used as a place of meditation.Buddhist sources claim that during the 3rd century BCE, the Mauryan Emperor Ashoka the Great ordered these eight stupas to be opened, further distributed the relics of the Buddha into 84,000 portions, and had stupas built over them all over the expanding Buddhist world.They were located on trade routes in order to propagate Buddhism.However, there were no evidence of them being located in rural areas.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

2 2921