SELECT * FROM question_mgmt as q WHERE id=212 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:

Which of the following statements related to the modern periodic table is incorrect?
(a) The p-block has 6 columns, because a maximum of 6 electrons can occupy all the orbitals in a p-shell.
(b) The d-block has 8 columns, because a maximum of 8 electrons can occupy all the orbitals in a d-subshell.
(c) Each block contains a number of columns equal to the number of electrons that can occupy that subshell.
(d) The block indicates value of azimuthal quantum number (l ) for the last subshell that received electrons in building up the electronic configuration.

Answer:

(b) The d-block has 8 columns, because a maximum of 8 electrons can occupy all the orbitals in a d-subshell.

Option (b) is incorrect because the d-block has 10 columns  and maximum of 10 electrons can occupy all the orbitals in a d subshell. Since d sub shell can have a maximum of 5 orbitals amd 10 electrons, therefore, there are 10 vertical columns in d block.


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