Questions

Q:

'agdrne' correct word is

 

A) Redgan B) Dengar
C) Garden D) Regdan
 
Answer & Explanation Answer: C) Garden

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Missing letters puzzles
Exam Prep: Bank Exams

18 2889
Q:

The inherited traits of an organism are controlled by

A) DNA B) Enzymes
C) Nucleotides D) RNA
 
Answer & Explanation Answer: A) DNA

Explanation:

The inherited traits of an organism are controlled by DNA molecules.

 

The traits an organism displays are ultimately determined by the genes it inherited from its parents, in other words by its genotype. Animals have two copies of all their chromosomes, one from each parent.

 

Report Error

View Answer Report Error Discuss

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

3 2889
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:

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

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 2886
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 2885
Q:

Choose what replaces '?' in the following figure ?

creative111486456294.jpg image

A) Q B) O
C) M D) N
 
Answer & Explanation Answer: D) N

Explanation:

The alphabetical value of the letters in the left hand column follows through the sequence of Prime Numbers, with the letters in the right hand column representing the corresponding reverse alphabetical values. So,

M = Reverse of M = N.

Report Error

View Answer Report Error Discuss

Filed Under: Missing letters puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Bank Clerk , Bank PO

6 2885