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

Question:

What is the basic difference in approach between the Mendeleev’s Periodic Law and the Modern Periodic Law?

Answer:

A Russian chemist, Dmitri Mendeleev was the first to develop a periodic table and he gave a law called Mendeleev periodic law which states that the physical and chemical properties of the elements are a periodic function of their atomic masses. In his periodic table the elements are arranged in vertical rows called groups and horizontal rows known as periods.There are nine groups and seven periods. He arranged only 60 elements in periodic table.

A English physicist Moseley, in 1913 gave a modern periodic law which states that the physical and chemical properties of the elements are the periodic function of their atomic number. This law becomes the base of modern periodic law. In modern periodic table, there are 18 groups and 7 periods.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='9' AND ex_no!=0 AND status=1 and id!=188 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='9' AND ex_no!=0 AND status=1 and id!=188 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