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

Considering the elements B, C, N, F, and Si, the correct order of their non-metallic character is:
(a) B > C > Si > N > F
b) Si > C > B > N > F
(c) F > N > C > B > Si
d) F > N > C > Si > B

Answer:

Boron is a p block element and is present in 13th group and 2nd period, carbon is a p block element and is present in 14th group and 2nd period, silicon is a p block element present in 14th group and 3rd period, nitrogen is p block element and belongs to 15th group and 2nd period while fluorine is also a p block element present in 17th group and 2nd period.The non-metallic character of elements increases from left to right across a period. Thus, the decreasing order of non-metallic character is F > N > C > B.Again, the non-metallic character of elements decreases down a group. Thus, the decreasing order of non-metallic characters of C and Si are C > Si. However, Si is less non-metallic than B i.e., B > Si. Hence, the correct order of their non-metallic characters is

F > N > C > B > Si.


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