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

Question: Can you attempt building models of biomolecules using commercially available atomic models (Ball and Stick models).

Answer:

Ball and stick models are 3-D molecular models that can be used to describe the structure of biomolecules.

In ball and stick model, the atoms are represented as balls whereas the bonds that hold the atoms are represented by the sticks. Double and triple bonds are represented by springs that form curved connections between the balls. The size and colour of various atoms are different and are depicted by the relative size of the balls. It is the most fundamental and common model of representing biomolecular structures.

biomolecular structures

In the above ball and stick model of D-glucose, the oxygen atoms are represented by red balls, hydrogen atoms by blue balls, while carbon atoms are represented by grey balls.


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!=276 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!=276 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