Question
Explain what is micro-tubules?

Answers

A filamentous intracellular structure that are responsible for various kinds’ protein and vesicles movement in all eukaryotic cells are known as micro-tubules. They are the main structure of the cytoskeleton in cells.   Your Comment






Search
Can you Answer!!
  • Q How does pentaho metadata work?
  • Q How would you provide a dynamic range in “data source” of pivot tables?
  • Q Who was called Gandhi’s economist (Hint. a seminal book. Economy of Permanence?
  • Q All nodes in the structure of LDB need not be defined in the ABAP/4 Dictionary (T/F).
  • Q How does you get record no from 5 to 15 from a dataset of 100 records?
  • Q How do i realise effective programming, axis-transportation and serial works?
  • Q How do you use risk management?
  • Q In order to be issued a DD Form 214, how many days must an activated volunteer serve (A)30 (B)45 (C)60 (D)90
  • Q State the difference between character data type and string data type
  • Q Raquel Welch was once a what
  • Q Find the output for the following C program int array[4][4] = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}; for (i=2;i<0;i--) for(j=2;j<=0;j--) printf("%d", arr[i][j]);