SELECT * FROM question_mgmt as q WHERE id=26 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=2 AND subId=7 AND chapterId=8 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED)

Question: The transverse section of a plant material shows the following anatomical features, (a) the vascular bundles are conjoint, scattered and surrounded by sclerenchymatous bundle sheaths (b) phloem parenchyma is absent. What will you identify it as?

Answer:

The monocot stem is characterised by conjoint, collateral, and closed vascular bundles, scattered in the ground tissue containing the parenchyma. Each vascular bundle is surrounded by sclerenchymatous bundle-sheath cells. Phloem parenchyma and medullary rays are absent in monocot stems.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='7' AND ex_no!=0 AND status=1 and id!=26 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='7' AND ex_no!=0 AND status=1 and id!=26 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question