Questions

Q:

The occasional development of warm ocean surface waters along the coast of Ecuador and Peru is known as 

A) EI Nino and La Nina B) EI Nino
C) La Nina D) Southern Oscillation
 
Answer & Explanation Answer: B) EI Nino

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

4 2518
Q:

Select the related word/letters/numbers from the given alternatives:

Words : Sentence :: Paragraph: ?

A) TYPING B) Essay
C) Letters D) Phrase
 
Answer & Explanation Answer: B) Essay

Explanation:
Report Error

View Answer Report Error Discuss

0 2517
Q:

What is buying forward?

Answer

It is an investment strategy that involves the buying of money market instruments or currencies in anticipation of a price rise or a future increase in demand. Buying forward allows an investor to take advantage of future and potential profits by buying now at alower price, and selling when prices rise.

Report Error

View answer Workspace Report Error Discuss

0 2516
Q:

Ayurveda Day celebrated globally on

 

A) November 13 B) November 12
C) November 14 D) November 15  
 
Answer & Explanation Answer: A) November 13

Explanation:

Ayurveda Day is annually celebrated across the globe on the day of Dhanwantri Jayanti, as a global initiative to promote and preserve the health science of Ayurveda.

 

Report Error

View Answer Report Error Discuss

Filed Under: Important Days and Years
Exam Prep: Bank Exams

2 2516
Q:

India’s first contactless business credit card has been launched by __________in association with Jet Airways, India premier international airline.

A) Axis Bank B) ICICI Bank
C) HDFC Bank D) YES Bank
 
Answer & Explanation Answer: B) ICICI Bank

Explanation:

India’s first contactless business credit card has been launched by ICICI bank in association with Jet Airways, India premier international airline, for Small and Mid-sized Enterprises (SMEs) and their employees. The card has been christened as the ‘Jet Airways ICICI Bank Business Advantage Card’, which helps customers to save on their business expenses. The card is powered by the ‘VISA payWave’ contactless technology that enables the cardholder to make payments by simply tapping the card at contactless enabled terminals in more than 48 countries, including India. The card can also be used by dipping or swiping at non-contactless merchants.

Report Error

View Answer Report Error Discuss

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

3 2516
Q:

Select the antonym of

 

panacea

 

A) malady B) cure
C) elixir D) nostrum
 
Answer & Explanation Answer: A) malady

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2516
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 2515
Q:

Which of the following is an Organic Molecule?

A) Nitrogen gas B) Ammonia
C) Fructose D) Water
 
Answer & Explanation Answer: C) Fructose

Explanation:

Fructose is an Organic molecule among the given options.

  

Organic Molecules :

An organic molecule is one which contains carbon, although not all compounds that contain carbon are organic molecules. Noticeable exceptions are carbon monoxide (CO), carbon dioxide (CO2), carbonates (e.g. calcium carbonate), carbides (e.g. calcium carbide) and cyanides (e.g. sodium cyanide). Pure carbon compounds such as diamond and graphite are also not organic compounds. Organic molecules can range in size from simple molecules to complex structures containing thousands of atoms.

 

Although carbon is present in all organic compounds, other elements such as hydrogen (H), oxygen(O), nitrogen (N), sulfur (S) and phosphorus (P) are also common in these molecules.

 

In simple, Molecules needed for life that have carbon are called Organic Molecules.

Report Error

View Answer Report Error Discuss

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

1 2515