Thursday 28 March 2013

MAYANNUR KAVU POORAM

MAYANNUR KAVU POORAM


                                                            People of Mayannur and Kondazhy celebrated the "Mayannur Kavu Pooram". There are two group who participated in making the utsav more wonderfull, "The Mayannur Group(MG)" and "Kondazhy Group(KG)". They both challenge each other that who will make the utsav and the fireworks more good. The Mayyanur group got the Thidambu but the Kondazhy Group had won in fireworks.

There are total ten elephants. 5 for KG and  5 for MG.

The people of those areas had made a huge work to make the utsav more better.








Tuesday 26 March 2013

PROGRAMMING IN JAVA SOME OF USEFUL PROGRAMS WRITTEN IN JAVA

PROGRAMMING IN JAVA
SOME OF USEFUL PROGRAMS WRITTEN IN JAVA


To Find a palindrome


import java.io.*;
class pravikravi
{
int n,rev=0,r;
 void find()throws IOException
 {
     BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
   
     System.out.println("Enter a numbers");
     n=Integer.parseInt(br.readLine());
     int a=n;
 
     while(n>0)
      {
        r=n%10;
        rev=(rev*10)+r;
        n=n/10;
      }
 
     if(a==rev)
      System.out.println("The number is palindrome");
      else
      System.out.println("The number is not palindrome");
   }
}




     
     TRIBINOCCI


class PRAVIKRAVI
{
int n,a=0,b=1,c=2,d;
 void find()throws IOException
 {
     BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
   
     System.out.println("Enter a numbers");
     n=Integer.parseInt(br.readLine());
     System.out.print(a+"\t"+b+"\t"+c+"\t");
   for(int i=3;i<=n;i++)
   {
       d=a+b+c;
       a=b;
       b=c;
       c=d;
       System.out.print(d+"\t");
    }
     
       
   }
     
}  




USING STRING


BIGGEST AND SMALLEST STRING



import java.io.*;
import java.lang.*;
class array
{
 int n,big,sbig,r1,g2,c1,n2,t,k,i,j;
 int a[][] = new int[5][4];
 int c[]=new int[20];
 int d[][]=new int[20][20];
 void find()throws IOException
 {
  BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
  System.out.println("Enter array diamention");
  n=Integer.parseInt(br.readLine());
  System.out.println("Enter array Elements");
  for(int i=0;i<n;i++)
  {
      for(int j=0;j<n;j++)
       {
      a[i][j]=Integer.parseInt(br.readLine());
    }
   }
    System.out.println("Original Metrix is");
  for(int i=0;i<n;i++)
  {
      for(int j=0;j<n;j++)
       {
         System.out.print( a[i][j]+"  "); 
        }

         System.out.println("  "); 
        }
  
   big=a[0][0];
   sbig=big;
   for(int i=0;i<n;i++)
  {
      for(int j=0;j<n;j++)
       {
           if(a[i][j]>big)
           {
               sbig=big;
               big=a[i][j];
                r1=i+1;
                c1=j+1;
            }
            else
            if(a[i][j]>sbig)
            {
            sbig=a[i][j];
             g2=i+1;
             n2=j+1;
        }
        }
    }
        System.out.println("Big is "+big); 
        System.out.println("Second Big is "+sbig); 
       System.out.println("row and colomn position of largest element is "+r1+" "+c1);     
      System.out.println("row and colomn position of second largest element is "+g2+" "+n2);     
   
   
   


        
       for(int i=0;i<n;i++)
        {
           for(int j=0;j<n;j++)
           {
   
         c[k]=a[i][j];
         k++;
        
    }
}
 System.out.println("Array changed to Single dimension is");
    for(int k=0;k<n*n;k++)
        {
 
      System.out.print(" "+c[k]); 
        System.out.println("  "); 
    
    }
       for(int i=1;i<k;i++)
        {
           for(int j=0;j<k-i;j++)
           {
              if(c[j] > c[j+1])
              {
                   t=c[j];
                  c[j]=c[j+1];
                  c[j+1]=t;
                }
            }
        }
    
    System.out.println("Sorted Array is "); 
    for(int i=0;i<k;i++)
    {
        System.out.println( c[i]+" ");
    }
    
    
         for(int f=0;f<k+1;f++)
      {
     
           for(int j=0;j<k;j++)
       {
          
          d[i][j]=c[f];
         k--;
    f++;
    
        }
   
}
      System.out.println("Sorted Array in matrix form "); 
         
                for(int i=0;i<k;i++)
  {
      for(int j=0;j<k;j++)
       {
             System.out.print( d[i][j]+" ");
            }
             System.out.println( " ");
            }
            
        }
    }


RECURSION


import java.io.*;
class Recursion
{
    int a,b,c,limit;//variable declaration
    
    public Recursion()
    {//Constructer to assign initial values
        a=0;b=1;c=1;
    }//Closing method
    
    void input()throws IOException
    {
        BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
        //Accepting value of limit
        System.out.println("Enter the limit");
        limit=Integer.parseInt(br.readLine());
    }//Closing method
    
    int fib(int n)
    {//To return nth fibbonacci term using recursion
        if(n<=1)
         return n;
        else
         return fib(n-1)+fib(n-2);
    }//Closing method
    
    void generate_fibseries()
    {//To generate fibonacci series
        System.out.println("THE FIBONACCI SERIES UPTO "+limit+" TERMS IS:");
        System.out.println(a);
        System.out.println(b);
        
        for(int i=2;i<limit;i++)
        {
            c=fib(i);
            System.out.println(c);
        }
    }//Closing method
}//closing class   
 





                                                   MORE THAN 20 PROGRAMS WILL BE PUBLISHED SOON......

AMRITHA ENTRANCE ENTRY LAST DATE

AMRITHA ENTRANCE ENTRY LAST DATE


  • Application for Amritha entrance had been postponed upto 3rd April 2013. Students can apply for Amritha Entrance Exam as soon as possible. Amritha entrance exam will be conducted on 23rd April 2013 sunday.



Monday 25 March 2013

Kerala Plus two Results 2013 - DHSE result 2013


Kerala Plus two Results 2013 - DHSE result 2013

Kerala plus two result 2013 - Kerala Department of education board conducted plus two Higher secondary exam for 12th class students in march 2013. DHSE results will be announced in the may 2013. More than 6 lakhs students attended kerala plus two state board exam. 

TODAY IS PRECIOUS MARCH 25

TODAY IS PRECIOUS ({[MARCH 25]})


DO YOU KNOW, ON THIS DATE......

708 Constantine begins his reign as Catholic Pope.
1634 Lord Baltimore founds the Catholic colony of Maryland.
1655 Puritans jail Governor Stone after a military victory over Catholic forces in the colony of Maryland.
1668 The first horse race in America takes place.
1776 The Continental Congress authorizes a medal for General George Washington.
1807 British Parliament abolishes the slave trade.
1813 The frigate USS Essex flies the first U.S. flag in battle in the Pacific.
1865 Confederate forces capture Fort Stedman, during the siege of Petersburg, Va.
1879 Japan invades the kingdom of Liuqiu (Ryukyu) Islands, formerly a vassal of China.
1905 Rebel battle flags that were captured during the American Civil War are returned to the South.
1911 A fire at the Triangle Shirtwaist Company, a sweatshop in New York City, claims the lives of 146 workers.
1915 The first submarine disaster occurs when a U.S. F-4 sinks off the Hawaiian coast.
1919 The Paris Peace Commission adopts a plan to protect nations from the influx of foreign labor.
1931 Fifty people are killed in riots that break out in India. Mahatma Gandhi was one of many people assaulted.
1940 The United States agrees to give Britain and France access to all American warplanes.
1941 Yugoslavia joins the Axis powers.
1953 The USS Missouri fires on targets at Kojo, North Korea, the last time her guns fire until the Persian Gulf War of 1992.
1954 RCA manufactures its first color TV set and begins mass production.
1957 The European Common Market Treaty is signed in Rome. The goal is to create a common market for all products–especially coal and steel.
1965 Martin Luther King Jr. leads a group of 25,000 to the state capital in Montgomery, Ala.
1969 John Lennon and Yoko Ono stage a bed-in for peace in Amsterdam.
1970 The Concorde makes its first supersonic flight.
1975 Hue is lost and Da Nang is endangered by North Vietnamese forces. The United States orders a refugee airlift to remove those in danger.
1981 The U.S. Embassy in San Salvador is damaged when gunmen attack, firing rocket propelled grenades and machine guns.
1986 President Ronald Reagan orders emergency aid for the Honduran army. U.S. helicopters take Honduran troops to the Nicaraguan border.



HAPPY BIRTHDAY FOR



1133 Henry II, King of England (1154-1189).
1767 Joachim Murat, Napoleon's brother in law who became king of Naples in 1808.
1797 John Winebrenner, U.S. clergyman who founded the Church of God.
1839 William Bell Wait, educator of the blind.
1867 Gutzon Borglum, sculptor of Mount Rushmore.
1868 Arturo Toscanini, Italian conductor.
1906 Alan John Percivale Taylor, English historian.
1908 David Lean, British film director (Bridge on the River KwaiLawrence of Arabia).
1925 (Mary) Flannery O'Connor, novelist and short story writer.
1934 Gloria Steinem, political activist, editor.
1942 Aretha Franklin, American singer, the "Queen of Soul."

Sunday 24 March 2013

ALL ENTRANCE EXAM DATES 2013 published

ENTRANCE EXAM DATES 2013


JEE-MAIN - Starting on 7th April 2013

NDA- 14th April 2013

Amritha Entrance- 21st April 2013

KEAM- Starting on 23rd April 2013

                                                                                         Rest of all exam dates will be published soon.

For Hall Tickets of:


please click for which you want !

1-KEAM

2-VIT UNIVERSITY  its recommented that , the students who are writing VIT  exam have to book their slot(EXAM CENTRE).

3-NDA

4-JEE-  its recommented that , the students who are writing JEE  exam have to ENTER their +2 HALLTICKET NUMBER.

5-AMRITA HALL TICKETS will get through post.


                                                                           Rest of all exam HALL TICKETS will be published soon.         

                                                                                                          THANK YOU




                                                                                  

Saturday 16 March 2013

ISC EXAM AT NIGHT

ISC EXAM AT NIGHT 


ISC English 2 exam was held at 16th march 2013 at 6pm to 9pm in many schools. As Seventh-day schools will never conduct exam at saturday till 6pm beacause it is Sabath day for them. So the council allowed these schools to conduct exam at night. There is no other way that no other dates are available to conduct these exam. The children had to be grouped in a single room till 4pm and they are allowed to went out at 6pm directly to exam hall. The school had provided snacks and tea for children. Although the exam which helds at  night was little difficult for children to get back home, most of the children enjoyed the exam and it was a new experiance for them to write exam at night. The school had done a great thing to children that they helped children to get back to their homes. 



pravikravi.blogspot.in

ISC CHEMISTRY SYLUBUSS 2013


ISC CHEMISTRY SYLUBUSS 2013




pravikravi.blogspot.in
























Thursday 14 March 2013

N.D.A ENTRANCE EXAM ADMIT CARDS ARE AVAILABLE NOW.

N.D.A ENTRANCE EXAM ADMIT CARDS ARE AVAILABLE NOW.



NATIONAL DEFENCE ACADEMY & NAVAL ACADEMY EXAMINATION (I) admit cards are now available. please download your admit card from NDA website or please click the below link.

DOWNLOAD ADMIT CARD FOR NATIONAL DEFENCE ACADEMY & NAVAL ACADEMY EXAMINATION (I)

please leave comments if its helpful.

Tuesday 12 March 2013

ENTER YOUR +2/QUALIFYING EXAM ROLL NUMBER FOR JEE ENTRANCE EXAM

ENTER YOUR +2/QUALIFYING EXAM ROLL NUMBER FOR JEE ENTRANCE EXAM

    All students who are writing jee entrance are requested to enter their roll number of +2/ other qualifying exam in the jee website.


     please click here to enter the roll number.

ISC CHEMISTRY SPECIMEN PAPER 2013

ISC CHEMISTRY SPECIMEN PAPER 2013



pravikravi.blogspot.in















MAHA-SHIVARAATHRI CELEBRATED IN KONDAZHY THRITHAM THALI-TEMPLE

MAHA-SHIVARAATHRI CELEBRATED IN KONDAZHY THRITHAM THALI-TEMPLE



                                                      Kondazhy thritham-thali temple is one of the most famous shiva temple in kerala. It is bilieved that, on praying in the temple at that day will give us many blessings and all the wishes will be done. The temple is called shiva kudumbam because all God in Hindu religion are there and shiva kudumbam temples are very rare in India. Kerala actress Kavya madhavan also visited that temple one day.
The temple will raise its flag 10 days before maha shiva rathri, and the rest days will be utsavam in the temple. thousands of people is visiting the temple in those 10 days. Special poojas and vazhipadu will be done on those days. The temple is situated in Kondazhy in Thrissur district in Kerala.


Monday 4 March 2013

THERE IS NO LOAD SHEDDING IN KERALA UP TO 23RD OF MARCH.. IS THIS NEWS FAKE ?


THERE IS NO LOAD SHEDDING IN KERALA UP TO 23RD OF MARCH.. IS THIS NEWS FAKE ?



The government of Kerala had already announsed that there is no load shedding up to 23rd of march 2013 due to exam of 10th and 12th. But on march 4th 2013, it is seened that load shedding occurred in some areas. Did this load shedding continue in the rest all days ? Most of the children in some areas are suffering this difficulties. When we enquired about these news in electricity office, they told that, they are helpless and they got order from their officers.We request electricity board that not to make difficulties for children who concentrate in studies.

SPORTS




                                           SPORTS










WHO WILL WIN CCL MATCH............????????

WHO WILL WIN CCL MATCH............????????



Kerala Strikers

Telugu Warriors

Karnataka Bulldozers

Bhojpuri Dabbangs



CCL TABLE OF MATCHES


CCL TABLE OF MATCHES
Date / TimeMatch Details & Series
Sat Feb 09
15:00 IST
1st Match – Chennai Rhinos vs Bhojpuri Dabangs @ Kochi
Sat Feb 09
19:00 IST
2nd Match – Kerala Strikers vs Mumbai Heroes @ Kochi
Sun Feb 10
13:00 IST
3rd Match – Veer Marathi vs Karnataka Bulldozers @ Vizag
Sun Feb 10
17:00 IST
4th Match – Telugu Warriors vs Bengal Tigers @ Vizag
Sat Feb 16
15:00 IST
5th Match – Kerala Strikers vs Bhojpuri Dabanggs @ Hyderabad
Sat Feb 16
19:00 IST
6th Match – Chennai Rhinos vs Karnataka Bulldozers @ Hyderabad
Sun Feb 17
15:00 IST
7th Match – Veer Marathi vs Bengal Tigers @ Hyderabad
Sun Feb 17
19:00 IST
8th Match – Telugu Warriors vs Mumbai Heroes @ Hyderabad
Sat Feb 23
16:30 IST
9th Match – Kerala Strikers vs Bengal Tigers @ Dubai
Sat Feb 23
20:30 IST
10th Match – Chennai Rhinos vs Mumbai Heroes @ Dubai
Sun Feb 24
15:00 IST
11th Match – Telugu Warriors vs Karnataka Bulldozers @ Ranchi
Sun Feb 24
19:00 IST
12th Match –  Veer Marathi vs Bhojpuri Dabanggs @ Ranchi
Sat Mar 02
15:00 IST
13th Match – Kerala Strikers vs Karnataka Bulldozers @ Chennai
Sat Mar 02
19:00 IST
14th Match - Chennai Rhinos vs Bengal Tigers Chennai
Sun Mar 03
15:00 IST
15th Match – Telugu warriors vs Bhojpuri Dabanggs @ Pune
Sun Mar 03
19:00 IST
16th Match – Veer Marathi vs Mumbai Heroes @ Pune
Sat Mar 09
15:00 IST
Semi Final 1 – Kerala Strikers vs Karnataka Bulldozers @ Hyderabad
Sat Mar 09
19:00 IST
Semi Final 2 – Telugu Warriors vs Veer Marathi @ Hyderabad
Sun Mar 10
19:00 IST
Final – CCL Final @ Bengaluru