Skip to main content

Free notes of P block nitrogen compounds family .

  • The elements of this nitrogen group is collectively called  PNICOGENS and their compounds are PNICONIDES.                                 
  • Nitrogen is the most aboundant gas in atmosphere.                                                              
  • Phosphorus is most reactive elements in these group and its colour is yellow ,these form is more reactive form of phosphorus. Which always kept under the water.                 
  • General electronic configuration :- ns2,np3.               
  • In these group the elements have np3 which is outermost orbit and have exactly halffilled so these elements have fairly stability and hence these are inert elements. Eg . N is behave a inert elements.     
  • States of the elements in group:- nitrogen- gas , phosphorus:- solid vapourise easily , arsenic , Sb, Bi  :- solid .                                         
  • Atomic size is increases down the group .         
  • The I.E energy is more than the group 14 . Elements ,.                                                                   
  • I.E is decreases the down the group.                    
  • E.N is decreases the down the group.                 
  • This group have E.N is more than the group 14 because of the halffilled outermost orbit so they are more stable.                                         
  • Due to increases in size and decrease in EN so their metallic character is increases down the group.                                                      
  • Note :-  basic nature is inversely proportional to the bond angle.                           
  • Phosphorus, arsenic , antimony does not exist in diatomic molecules form , due to formation of the pπ - pπ bond between them.                                                                           
  • The melting point of this group is decreases upto the arsenic and then increase upto bismuth.                                                                    
  • Boiling point is increases down the group upto the bismuth. Exception Bi <Sb.                        
  • All shows allotropes but exception the bismuth does not show the allotropic nature.                                                                       
  • Nitrogen have two solid and one gas allotropes.                                                                  
  • Phosphorus have five allotropes eg yellow red violet etc.                                                            
  • White phosphorus is extract from the rock phosphate ( Ca3(Po4) ,SiO2 , coke).  When the it exposed with the air it turns into the yellow.                                                                       
  • Red phosphorus is obtained from the heating yellow phosphorus in presence of the inert gases.                                                         
  • Arsenic has 3 allotropes grey yellow black they have chair form structure.                           
  • Group 15 shows the +3 and +5 oxidation state down the group the +3 oxidation state stability increases.                                                  
  • This group shows the catenation property .     
  • Black phosphorus is good conductor of the electricity.                                                                    
  • White phosphorus shows the phosphorence property but red phosphorus does not show these property.                                                                
  • Hydrides of the group15 has pyramidal shape bond angle decreases and boiling point is decreases down the group .                     
  • Order of the basisity of hydrides of group 15   NH3 > PH3 > AsH3 > SbH3 .

Comments

Popular posts from this blog

partitioning (operatimg system ).

 WHAT IS PARTITIONING ? Certain operating system use partitioned memory management to allow multiprogramming . • Partitioning means dividing main memory into various sections.  • These section are called as partitions.  • There are two types of partitions: 1) fixed partition .    2) variable partition.   Fixed partition  .  • In this method partitions are fixed at the time of system generation . At this time , system manager has to declear partition time.  • Fixed partition are also called static partition . On declearing fixed partition , the operating system create partition description table.  • It reduces the uses the CPU utiliisation .  • It reduces the degree of multiprogramming. .    variable partition .     In variable partition number of partition and their size are variable  • They are not defined at the time of system generation .  • These partition are created by operating systems...

12th HSC free notes of c++ language theory part 3

  Object oriented programming • Object oriented programming is an approach that provides a way of modularizing programs by creating partitioned memory area for both data and function that can be used as templates for creating copies of such modules on demand . • In object oriented programming the program is designed around the data being operated upon rather than upon the operation themselves. • OOP allows to decompose a problem into a number of entities called object and then build data and function around these entity. • When program is executed the object interact by sending message to one another • Each object contains data and code to manipulate the data . Features of OOP : • Program are divided into number of object. • Data is hidden and cannot be accessed by external function • Object may communicate with each other through function • New data and function can be easily added wherever required. Object : • Object are the basic runtime entity in object oriented sy...

Free notes of the operating system some imp questions

 1. ALU  2. STACK POINTER 3. PROGRAM COUNTER 4. INSTRUCTION REGISTER AND DECODER ALU ( ARITHMATIC AND LOGIC UNIT ) It is 8 bit unit  In this arithmetic and logical operation are carried out . ALU contain the binary adder to perform addition substracion by 2’s complement method Data is supplied by memory devices and input ouput devices The result is typically stored in the accumulator. STACK POINTER:- Stack poiointer is a 16 bit register which contain the address of top of stack With the help of incrementer and decrementer stack pointer perform their work The stack pointer is incremented when data is push  The stack pointer is decrementd when data is pop. INSTRUCTION REGISTER AND DECODER :- During the instruction fetch, the first 8 bit of instruction is transfer to the 8 bit instruction register The content of instruction register are available to the instruction decoder The output of decoder get by timing signals, ALU & data buffer. PROGRAM COUNTER:- Program coun...