Questions

Q:

Foliated rocks are distinguished by

A) layers B) minerals
C) colors D) names
 
Answer & Explanation Answer: A) layers

Explanation:

Foliated rocks are distinguished by layers.

Report Error

View Answer Report Error Discuss

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

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

The law of conservation of energy states that

A) energy can neither be created nor destroyed B) energy can either be created nor destroyed
C) energy can neither be created or destroyed D) energy can either be created or destroyed
 
Answer & Explanation Answer: A) energy can neither be created nor destroyed

Explanation:

The law of conservation of energy is a law of science which states that energy can neither be created nor destroyed - only converted from one form of energy to another.

In 1842, Julius Robert Mayer discovered the Law of Conservation of Energy.

Report Error

View Answer Report Error Discuss

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

3 3016
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 3015
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 3015
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 3014
Q:

Two equal arcs of two circles subtend angle of  60° and 75° at the centre. The ratio of the radii of the two circles is

A) 5/4 B) 3/2
C) 4/5 D) 2/3
 
Answer & Explanation Answer: A) 5/4

Explanation:
Report Error

View Answer Report Error Discuss

0 3014
Q:

Which event occurs during interphase?

A) Centrioles appear B) Spindle fibers begin to form
C) The cell grows D) Centromeres divide
 
Answer & Explanation Answer: C) The cell grows

Explanation:

The cell carries out the metabolic processes and it grows during interphase.

The cell cycle has three phases that must occur before mitosis, or cell division happens. These three phases are collectively known as interphase. They are G1, S, and G2.

Report Error

View Answer Report Error Discuss

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

2 3014