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;
}


Tuesday, 7 December 2021

What is Github and How we can use it with basic commands ? #Linux #Github #Devops

 


What is Github and How we can use it 

1. GitHub is one of the world’s largest community of developers.

2. GitHub has a number of useful features that enable development teams to         work together on the same project 

3. Easily create new versions of software without disrupting the current                    versions.

Benefit

 This allows you to work on code with anyone from anywhere. Additionally,         many employers use GitHub.

#git branch  // it will give current working branch name .
#git checkout branch_name //it will switch the existing branch name .
#git checkout -b branch_name // it will create new branch which will be parallel to parent branch .
#make you required changes in particular file for e.g. xyz.c .
git add xyz.c
git commit -m "commit_msg"
 git push origin branch_name // it will push your changes into github so that you can raise pull request .


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 ...