Thursday, 24 February 2022

Among the following the compound that do not containing P-P overlapping is ? #ChemicalBonding #Chemistry #Class12th #12 #11 #CBSE #IIT_JEE

 Among the following the compound that do not containing P-P overlapping is ?

a) H2
b) BeCl2
c) F2
d) HF

Solution :- 
For p-p overlap both atoms must have unpaired electrons in p-orbitals.

H- 
Be- 
Cl- 
F- 


If you see here , only F and Cl have unpaired electron in vacant shell. 
But Cl is forming bond with Be which has s-orbital.
while F has 'p' orbital and it is shairing electron with other p-orbital of F.


Hence D is the correct answer . i.e. HF compound .

Monday, 21 February 2022

SSC 10+2 CHSL 2022 #JobUpdates


                            SSC 10+2 CHSL 2022

Important Dates
  • Application Begin : 01/02/2022
  • Last Date For Registration : 07/03/2022
Application Fee
  • General / OBC / EWS: 100/-
  • SC / ST / PH : 0/- (Nil)
  • All Category Female : 0/- (Exempted)
  • Correction Charge First Time : 200/-
  • Correction Charge Second Time : 500/-

Post Name

  • Lower Division Clerk LDC /Junior Secretariat Assistant JSA
  • Postal Assistant PA / Sorting Assistant
  • Data Entry Operators (DEOs)


Trigonometry Important Formulas #Class12th #11th #Maths ## Most Important Formulas Of Trigo

Trigonometry Important Formulas


 

Which are the old IITs in India? #Old_IIT'S

Which are the old IITs in India?

There are seven old IITs in India .
1. IIT Bombay
2. IIT Madras
3. IIT Delhi
4. IIT Kharagpur
5. IIT Kanpur
6. IIT Guwahati 
7. IIT Roorkee.

Tuesday, 25 January 2022

Checking given number is even or odd ? #C Programing

 Checking given number is even or odd ?


#C_Programming #Logic #CS 
Author :-@Vipul_Agnihotri
#include <stdio.h>
int main() {
    int number;
    printf("Enter an integer number: ");
    scanf("%d", &number);

    // This condition will be true if number is perfectly divisible by 2
    if(number % 2 == 0)
        printf("%d is even.", number);
    else
        printf("%d is odd.", number);
    
    return 0;
}


Among the following the compound that do not containing P-P overlapping is ? #ChemicalBonding #Chemistry #Class12th #12 #11 #CBSE #IIT_JEE

  Among the following the compound that do not containing P-P overlapping is ? a) H2 b) BeCl2 c) F2 d) HF Solution :-  For p-p overlap both ...