Questions

Q:

Managing retailing, wholesaling and market logistics :

What are the essential characteristics of retailing?

Answer

a.Direct interaction with customers: The retailer acts as the final link between the organisation and its customer. The retailer knows his customer better than anyone. He even suggests the customer what to purchase and allows him credit facilities to encourage frequent buying behaviour in the customer.


b.Small purchases: The customer purchases goods in small lots from the retail stores. So there are frequent visits to the retail store by the customer.


c.Instrument of marketing communication: via which information about the product is disseminated to the needy customers

Report Error

View answer Workspace Report Error Discuss

0 2891
Q:

Lala lajapathi rai is the author of the book

A) India Divided B) Hind Swaraj
C) Unhappy India D) Mother India
 
Answer & Explanation Answer: C) Unhappy India

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

1 2890
Q:

Order of basicity of amines

Answer

The order of basicity for primary, secondary and tertiary amines are:


Secondary > Primary > Tertiary > NH3


 


* Amines are basic in nature as they have lone pair of electrons on nitrogen. Therefore, they have a strong tendency to donate this lone pair of electrons to electron acceptors.


* The stability of conjugate acids formed is dependent on the extent of H-bonding,and greater the number of H-atoms on N more stable is the conjugate acid.


* The conjugate acid of primary amine is the most stable with greater number (3) of H-bonds than > Secondary > tertiary. But primary amines are less basic than secondary as the electron density on the N atom is less and lone pair of electrons are not readily available for protonation.


* The two opposing factors i.e. the stability of conjugate acids formed and ease of availability of electrons for Protonation, balance each other in case of secondary amines and it is most basic.

Report Error

View answer Workspace Report Error Discuss

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

1 2889
Q:

When is 'World Autism Awareness Day' celebrated ?

A) 1 April B) 2 April
C) 3 April D) 4 April
 
Answer & Explanation Answer: B) 2 April

Explanation:

The Qutub Minar in New Delhi was lit up in blue as part of World Autism Day on 2 April.

Report Error

View Answer Report Error Discuss

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

2 2887
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 2886
Q:

'Sphinx' is associated with which of the following civilizations?

A) Egyptian Civilization B) Arab Civilization
C) Chinese Civilization D) Roman Civilization
 
Answer & Explanation Answer: A) Egyptian Civilization

Explanation:

The 'sphinx' is a mythological animal with the body of a lion and the head of man. Each Sphinx was carved out of a single solid stone.

Report Error

View Answer Report Error Discuss

Filed Under: World History

0 2886
Q:

Titan industries has rolled out its own Swiss made premium watches in India under the brand Name of 

A) Insignia B) Xylys
C) Bvlgeri D) Titan Sens
 
Answer & Explanation Answer: B) Xylys

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

5 2886
Q:

Who of the following is not a recepient of 2011 Nobel Peace prize

A) Hu Jintao B) Leymah Gbowee
C) Ellen Johnson Sirleaf D) Tawakkol Karman
 
Answer & Explanation Answer: A) Hu Jintao

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

0 2885