Questions

Q:

Which one of the following is an abiotic and renewable resource

A) Iron ore B) Livestock
C) Water D) Forests
 
Answer & Explanation Answer: C) Water

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

2 3464
Q:

DNA is copied during a process called

A) transcription B) transformation
C) translation D) replication
 
Answer & Explanation Answer: A) transcription

Explanation:

DNA is copied during a process called Transcription. It is the first step of gene expression, in which a particular segment of DNA is copied into RNA by the enzyme RNA polymerase.

dna_is_copied_during_a_process_called1552049220.jpg image

 

Report Error

View Answer Report Error Discuss

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

2 3464
Q:

What does the Mount protocol do?

Answer

The Mount protocol returns a file handle and the name of the file system in which a requested file resides. The message is sent to the client from the server after reception of a client's request.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

3 3464
Q:

How would you dynamically allocate a 2-D array of integers?

Answer

#include "alloc.h"


#define MAXROW 3


#define MAXcol 4


main()


{


        int *p, i, J;


        p = (int *) malloc (MAXROW * MAXCOL * sizeof (int));


         for ( i=0; i < MaxROW ; i++)


         {


                for (j=0; j < MAXCOL ; j++)


                { 


                      p [ i * MAXCOL + j] = i;


                       printf ( "%d", p [i * MAXCOL + j] );


                 }


                  printf ("\n");


          }


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3463
Q:

Which day is celebrated as United nations Day every year

A) 7th April B) 24th October
C) 14th November D) 27th December
 
Answer & Explanation Answer: B) 24th October

Explanation:
Report Error

View Answer Report Error Discuss

4 3463
Q:

The popular Access Method for computer network is

A) Ethernet B) Token Ring
C) Bus Token D) None
 
Answer & Explanation Answer: B) Token Ring

Explanation:
Report Error

View Answer Report Error Discuss

14 3463
Q:

Friction can be reduced by changing from

A) Static to Dynamic B) Rolling to Sliding
C) Dynamic to Static D) Sliding to Rolling
 
Answer & Explanation Answer: D) Sliding to Rolling

Explanation:

Any object rolls when there is no friction. So, Sliding to Rolling is correct.

Report Error

View Answer Report Error Discuss

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

9 3463
Q:

Iron rusting, chemical or physical change

A) Chemical B) Physical
C) Both A & B D) None of the above
 
Answer & Explanation Answer: A) Chemical

Explanation:

In rusting the Iron ore make a chemical reaction with the oxygen in the presence of water and environmental or atmospheric moisture to produce an Iron oxide. Iron oxide is otherwise called as rust.


The rusting of iron is a chemical change because it is two substances reacting together to make a new substance.

Report Error

View Answer Report Error Discuss

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

0 3461