Questions

Q:

Which elements are malleable and good conductors of electricity?

A) tin and silver B) iodine and silver
C) tin and xenon D) iodine and xenon
 
Answer & Explanation Answer: A) tin and silver

Explanation:

Tin and Silver are malleable and good conductors of electricity. The other combinations have a non metal in them which are bad conductors.

Report Error

View Answer Report Error Discuss

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

3 2841
Q:

Systems biology is mainly an attempt to

A) simplify complex problems by reducing the system into smaller, less complex units. B) understand the behavior of entire biological systems.
C) analyze genomes from different species. D) speed up the technological application of scientific knowledge.
 
Answer & Explanation Answer: B) understand the behavior of entire biological systems.

Explanation:

Systems biology is mainly an attempt to understand the behavior of entire biological systems by studying interactions among its component parts.

Report Error

View Answer Report Error Discuss

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

0 2841
Q:

Sport played on horseback?

A) Rugby B) Golf
C) Polo D) Basket ball
 
Answer & Explanation Answer: C) Polo

Explanation:

Sport played on horseback is called as Polo. It is the national sport of Iran.

sport_played_on_horseback1542628100.jpg image

Report Error

View Answer Report Error Discuss

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

1 2841
Q:

Atacama  desert is located in 

A) dense forest B) grassland
C) Scrub D) all of these
 
Answer & Explanation Answer: D) all of these

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

2 2841
Q:

Which is the longest railway platform in the world?

A) Mumbai B) Gorakhpur
C) Thane D) Kochi
 
Answer & Explanation Answer: B) Gorakhpur

Explanation:

Gorakhpur railway platform in Uttar Pradesh is the longest railway platform in the world.

Report Error

View Answer Report Error Discuss

Filed Under: Longest, Shortest, Deepest
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 2840
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 2840
Q:

The closest algal relatives of land plants are

A) charophytes B) chrysophytes
C) rhodophytes D) bacillariophytes
 
Answer & Explanation Answer: A) charophytes

Explanation:

The charophytes are the extant group of green algae that are most closely related to modern land plants.

Report Error

View Answer Report Error Discuss

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

3 2840
Q:

Stars are held together by

A) Gravitational forces B) Electrical forces
C) Ionic forces D) Magnetic forces
 
Answer & Explanation Answer: A) Gravitational forces

Explanation:

A star is a self luminous astronomical object and shines due to internal radiation from the enrgy sources. All stars are held together by their own gravity called Gravitational force.

Stars_are_held_together_by1560151249.jpg image

Report Error

View Answer Report Error Discuss

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

5 2839