Questions

Q:

Which three components are common to all amino acids?

Answer

Any two amino acids vary structure by the r-group, otherwise all amino acids are in the same structure. All amino acids have in common carboxyl group -COO , amino group -NH3+ and a hydrogen -H and a r-group which are all bonded to a central carbon.

Report Error

View answer Workspace Report Error Discuss

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

1 3012
Q:

Which of the following books was written by Gandhiji

A) Discovery of India B) My Experiments with Truth
C) India wins Freedom D) Freedom at Midnight
 
Answer & Explanation Answer: B) My Experiments with Truth

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

2 3012
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 3012
Q:

First Indian Institute of Skills will get in which city?

A) Hyderabad B) Noida
C) Mumbai D) Bangaluru
 
Answer & Explanation Answer: C) Mumbai

Explanation:

India's first Indian Institute of Skills will get in 3 locations viz. Mumbai, Kanpur and Ahmedabad in the country. Ministry of Skill Development and Entrepreneurship has approved the proposal to set up Indian Institute of Skills (IISs) on Not-for-profit Public Private Partnership (N-PPP) basis.

The reason behind these institutes is to promote further growth of the Indian Skills sector overall, new measures have been initiated by the Government of India to establish state of the art training institutions called Indian Institutes of Skill (IISs).

Report Error

View Answer Report Error Discuss

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

12 3012
Q:

Veins seen in the leaves, serve the function of

A) Transpiration B) Photosynthesis
C) Storage D) Conduction
 
Answer & Explanation Answer: A) Transpiration

Explanation:

Veins seen in the leaves, serve the function of Transpiration.

Related image

Transpiration is the process by which moisture is carried through plants from roots to small pores on the underside of leaves, where it changes to vapor and is released to the atmosphere. 

 

Report Error

View Answer Report Error Discuss

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

10 3011
Q:

Which one of the following is true of tRNAs?

A) tRNAs are double-stranded. B) There are four types of tRNA.
C) Each tRNA binds a particular amino acid. D) All of the above
 
Answer & Explanation Answer: C) Each tRNA binds a particular amino acid.

Explanation:

tRNA abbreviated as A transfer RNA is an adaptor molecule composed of RNA, typically 76 to 90 nucleotides in length, that serves as the physical link between the mRNA and the amino acid sequence of proteins.

Report Error

View Answer Report Error Discuss

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

2 3010
Q:

What is the biggest island in the Caribbean?

Answer

Cuba

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography

1 3010
Q:

When did B.R. Ambedkar was received Bharat Ratna?

A) 1890 B) 1980
C) 1990 D) 1989
 
Answer & Explanation Answer: C) 1990

Explanation:

Dr. B.R. Ambedkar received Bharat Ratna in the year 1990.

Report Error

View Answer Report Error Discuss

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

3 3009