What's New Here?

    KEAM 2014 exam details and Online Registration details

    KEAM 2014

              KEAM  (Kerala Engineering Agricultural Medical) is the entrance examination which gives opportunities for students in Kerala to study in the colleges to get admission in various professional college.Now 2014 , KEAM 2014 examinations are coming soon.We will gives the date for the examination in this post itself.
    Online registration will be started from 11 Jan 2014 and the registration will ends after 4 Feb 2014.

    Security card and Prospectus


    Security card and Prospectus for applying online for KEAM-2014 are distributed through the selected Post Offices in Kerala and outside Kerala and you can check the post offices from where you get the security card and prospectus.


    check the post offices


    Registration Fee

    For general students          Rs.800

    For SC and ST students    Rs.400

    The engineering entrance examination will held at various institution that has selected as examination centers,
    The time table for the examination are as follows ;

    Engineering 
    Paper I
    Physics & Chemistry
    21.04.2014   (Monday)
    Paper II
    Mathematics
    22.04.2014   (Tuesday)
    Medical 
    Paper I
    Chemistry & Physics
    23.04.2014 (Wednesday)
    Paper II
    Biology
    24.04.2014 (Thursday)


    For registration ;
                                 ENTER



    KEAM 2014 exam details and Online Registration details

    Posted by Unknown No comments

    KEAM 2014

              KEAM  (Kerala Engineering Agricultural Medical) is the entrance examination which gives opportunities for students in Kerala to study in the colleges to get admission in various professional college.Now 2014 , KEAM 2014 examinations are coming soon.We will gives the date for the examination in this post itself.
    Online registration will be started from 11 Jan 2014 and the registration will ends after 4 Feb 2014.

    Security card and Prospectus


    Security card and Prospectus for applying online for KEAM-2014 are distributed through the selected Post Offices in Kerala and outside Kerala and you can check the post offices from where you get the security card and prospectus.


    check the post offices


    Registration Fee

    For general students          Rs.800

    For SC and ST students    Rs.400

    The engineering entrance examination will held at various institution that has selected as examination centers,
    The time table for the examination are as follows ;

    Engineering 
    Paper I
    Physics & Chemistry
    21.04.2014   (Monday)
    Paper II
    Mathematics
    22.04.2014   (Tuesday)
    Medical 
    Paper I
    Chemistry & Physics
    23.04.2014 (Wednesday)
    Paper II
    Biology
    24.04.2014 (Thursday)


    For registration ;
                                 ENTER



    HTML codes for creating simple Registration form for your blogs or sites.

    Learnaxis is now here infront of you to teach some computer languages.We are ready to give the essential elements that you are preferring for your Blog or Sites. Here this post is deals with Html tags that is used for creating a simple registration form.You can just practice these tags with your notepad or xml editors.This will really help the beginners who are interested in Web designing.
    so lets try


    <html>
    <head>
    <title>Try it out</title>
    <link rel="stylesheet" type="text/css" href="registration.css" />
    </head>
    <body>
    <form name="frmExample" action=register.aspx" method="post">
    <fieldset>
    <legend>Register with us:</;legend>
    <table>
    <tr>
    <td class="label">
    <label for="fname">First name: <span class="required">*</span></label>
    </td>
    <td class="form">
    <input type="text" name="txtFirstname" id="fname" size="12" />
    </td>
    </tr>
    </table>
    <br>
    <tr>
    <td class="label">
    <label for="lname">Last name: <span class="required">*</span></label>
    </td>
    <td class="form">
    <input type="text" name="txtLastname" id="lname" size="12" />
    </td>
    </tr>
    <tr>
    <td>&nbsp;</td><td>&nbsp;</td>
    </tr>
    </br>
    <br>
    <tr>
    <td class="label">
    <label for="email">Email address:
     <span class="required">*</span></label>
    </td>
    <td class="form">
    <input type="password" name="txtEmail" id="email" size="20" />
    </td>
    </tr>
    <tr>
    <td>&nbsp;</td><td>&nbsp;</td>
    </tr>
    </br>
    <br>
    <tr>
    <td class="label">
    <label for="pwd">password:
     <span class="required">*</span></label>
    </td>
    <td class="form">
    <input type="password" name="txtpassword" id="pwd" size="12" />
    <span class="small"> must be between 6 and 12 characters long </span>
    </td>
    </tr>
    </br>
    <br>
    <tr>
    <td class="label">
    <label for="pwdconf"> confirm password:
     <span class="required">*</span></label>
    </td>
    <td class="form">
    <input type="password" name="txtpasswordconf" id="pwdconf" size="12" />
    <span class="small"> must be between 6 and 12 characters long </span>
    </td>
    </tr>
    </br>
    <br>
    <align="right"><div class="submit"><input type="submit" value="Register" /></div></align>
     <span class="required">*</span> = required
    </form>
    </body>
    </html>

    So you have created a simple registration form with HTML.If you have any doubt or comments enter with your words in Comment area.

    HTML codes for creating simple Registration form for your blogs or sites.

    Posted by Unknown No comments

    Learnaxis is now here infront of you to teach some computer languages.We are ready to give the essential elements that you are preferring for your Blog or Sites. Here this post is deals with Html tags that is used for creating a simple registration form.You can just practice these tags with your notepad or xml editors.This will really help the beginners who are interested in Web designing.
    so lets try


    <html>
    <head>
    <title>Try it out</title>
    <link rel="stylesheet" type="text/css" href="registration.css" />
    </head>
    <body>
    <form name="frmExample" action=register.aspx" method="post">
    <fieldset>
    <legend>Register with us:</;legend>
    <table>
    <tr>
    <td class="label">
    <label for="fname">First name: <span class="required">*</span></label>
    </td>
    <td class="form">
    <input type="text" name="txtFirstname" id="fname" size="12" />
    </td>
    </tr>
    </table>
    <br>
    <tr>
    <td class="label">
    <label for="lname">Last name: <span class="required">*</span></label>
    </td>
    <td class="form">
    <input type="text" name="txtLastname" id="lname" size="12" />
    </td>
    </tr>
    <tr>
    <td>&nbsp;</td><td>&nbsp;</td>
    </tr>
    </br>
    <br>
    <tr>
    <td class="label">
    <label for="email">Email address:
     <span class="required">*</span></label>
    </td>
    <td class="form">
    <input type="password" name="txtEmail" id="email" size="20" />
    </td>
    </tr>
    <tr>
    <td>&nbsp;</td><td>&nbsp;</td>
    </tr>
    </br>
    <br>
    <tr>
    <td class="label">
    <label for="pwd">password:
     <span class="required">*</span></label>
    </td>
    <td class="form">
    <input type="password" name="txtpassword" id="pwd" size="12" />
    <span class="small"> must be between 6 and 12 characters long </span>
    </td>
    </tr>
    </br>
    <br>
    <tr>
    <td class="label">
    <label for="pwdconf"> confirm password:
     <span class="required">*</span></label>
    </td>
    <td class="form">
    <input type="password" name="txtpasswordconf" id="pwdconf" size="12" />
    <span class="small"> must be between 6 and 12 characters long </span>
    </td>
    </tr>
    </br>
    <br>
    <align="right"><div class="submit"><input type="submit" value="Register" /></div></align>
     <span class="required">*</span> = required
    </form>
    </body>
    </html>

    So you have created a simple registration form with HTML.If you have any doubt or comments enter with your words in Comment area.

    current affairs 2013 and general knowledge questions| part 2

    1.Who is the present prime minister of Pakistan?
     Ans: Nawaz Sherif

     2.Who is the present president of India?
     Ans:Pranab Mukherjee

     3.Who is the winner for literature of Nobel Prize 2013
     Ans:Alice Munro

     4. Who is the winner of peace award of 2013 Nobel Prize?
     Ans: Organization for the Prohibition of Chemical Weapons (OPCW)

     5.The first president of United kingdom is......?
    Ans: Margarett Thachchar

     6.What was the theme of world environment day of 2013?
    Ans: Think eat save

     7.who is the new president of Asian Development Bank?
    Ans: Takehiko Nakao

    current affairs 2013 and general knowledge questions | part 1


     8.The winner of Ranji trophy 2012-2013 is..?
     Ans:Mumbai

     9.Who is the winner of 2013 Nobel prize for Medicine ?
    Ans: James E. Rothman, Randy W. Schekman and Thomas C. Sudhof

    10.who is the governor of RBI?
    Ans: Raguram Rajan

    current affairs 2013 and general knowledge questions| part 2

    Posted by Unknown No comments

    1.Who is the present prime minister of Pakistan?
     Ans: Nawaz Sherif

     2.Who is the present president of India?
     Ans:Pranab Mukherjee

     3.Who is the winner for literature of Nobel Prize 2013
     Ans:Alice Munro

     4. Who is the winner of peace award of 2013 Nobel Prize?
     Ans: Organization for the Prohibition of Chemical Weapons (OPCW)

     5.The first president of United kingdom is......?
    Ans: Margarett Thachchar

     6.What was the theme of world environment day of 2013?
    Ans: Think eat save

     7.who is the new president of Asian Development Bank?
    Ans: Takehiko Nakao

    current affairs 2013 and general knowledge questions | part 1


     8.The winner of Ranji trophy 2012-2013 is..?
     Ans:Mumbai

     9.Who is the winner of 2013 Nobel prize for Medicine ?
    Ans: James E. Rothman, Randy W. Schekman and Thomas C. Sudhof

    10.who is the governor of RBI?
    Ans: Raguram Rajan

    current affairs 2013 and general knowledge questions | part 1

    Here we are with new post,that deals with the current affairs and other general knowledge questions.we are giving you the questions in part,this part includes 10 relevant questions and their answers. These question will help you in many competitive examinations such as upsc,psc etc 1.Who was the chief guest of Republic day celebration 2013 of India? Ans:Jigme Khesar Namgyal Wangchuck(king of Bhutan) 2.Who is the new president of sahitya academy? Ans: Dr. Vishwanath Prasad Tiwari 3.The new President of Kenya? Ans:Uhuru Kenyatta 4.What was the theme of world water day in 2013? Ans:Water corporation 5. Who is the winner of miss India of 2013? Ans:Navneet Kaur Dhillon 6.who is the winner of Saraswati samman in 2013? Ans:Sugathakumari 7.New president of Bangladesh? Ans:Abdul Hamid 8.what was the theme of world's earth day 2013? Ans:The face of climate change. 9.Who is woman tennis player who became the winner of2013 French open women's title? Answer:Serena Williams 10.The present chief justice of India is ...? Ans: P Satasivam If you have any doubt and comments please write it in the comment box.

    current affairs 2013 and general knowledge questions | part 1

    Posted by Unknown No comments

    Here we are with new post,that deals with the current affairs and other general knowledge questions.we are giving you the questions in part,this part includes 10 relevant questions and their answers. These question will help you in many competitive examinations such as upsc,psc etc 1.Who was the chief guest of Republic day celebration 2013 of India? Ans:Jigme Khesar Namgyal Wangchuck(king of Bhutan) 2.Who is the new president of sahitya academy? Ans: Dr. Vishwanath Prasad Tiwari 3.The new President of Kenya? Ans:Uhuru Kenyatta 4.What was the theme of world water day in 2013? Ans:Water corporation 5. Who is the winner of miss India of 2013? Ans:Navneet Kaur Dhillon 6.who is the winner of Saraswati samman in 2013? Ans:Sugathakumari 7.New president of Bangladesh? Ans:Abdul Hamid 8.what was the theme of world's earth day 2013? Ans:The face of climate change. 9.Who is woman tennis player who became the winner of2013 French open women's title? Answer:Serena Williams 10.The present chief justice of India is ...? Ans: P Satasivam If you have any doubt and comments please write it in the comment box.

    Oct-Nov 2013 semester Diploma examination Results 2013

    Technical education of Kerala conducted oct-nov semester Diploma examinations for all semester  arrears.No of students who are studying under the technical education board faced their examination as earlier times.The results of the conducted examination will be announced in official site (tekerala.org).The Results will be going to publish as soon in the official website.The evaluation camps were going this past weeks in different centres,so expecting the results will be announced soon.You can get the results from our site,from official site and other private sites too.You have to go the given link and from there you get the results.



    Get the results :    1st Semester Results
                                          2nd Semester Results
                               3rd Semester Results
                                          4th Semester Results
                               5th Semester Results
                                          6th Semester Results

    Oct-Nov 2013 semester Diploma examination Results 2013

    Posted by Unknown No comments

    Technical education of Kerala conducted oct-nov semester Diploma examinations for all semester  arrears.No of students who are studying under the technical education board faced their examination as earlier times.The results of the conducted examination will be announced in official site (tekerala.org).The Results will be going to publish as soon in the official website.The evaluation camps were going this past weeks in different centres,so expecting the results will be announced soon.You can get the results from our site,from official site and other private sites too.You have to go the given link and from there you get the results.



    Get the results :    1st Semester Results
                                          2nd Semester Results
                               3rd Semester Results
                                          4th Semester Results
                               5th Semester Results
                                          6th Semester Results

    Bernoulli's principle and its application(let us know how aircraft gets lifted up)

    Bernoulli's principle states that for an inviscid flow, an increase in the speed of the fluid occurs simultaneously with a decrease in pressure or a decrease in the fluid's potential energy.(source wikipedia.org)
    or simply
    Bernoulli's principle states that "when velocity increases, pressure goes down and pressure will increases when velocity gets decreased.

    First application Bernoulli's principle :

     Many of us are wondering about how could a bulky body gets raised from the ground and fly in the air .In fact this is easy to explain and we are only trying to make you to know only its take off. But we hope this will try to aware a flight of a plane. This is according to Bernoulli's principle,it just states that "when velocity increases, pressure goes down and viceversa. Before the plane gets takeoff, it would run much faster,since velocity is needed and its very important too. Due to its particular body shape of the plane ,the air flowing upper part of the plane also travel much faster. Comparitively, this is much lower at its lower part. According to the theorem, the pressure decreases on the upper part and beneath the velocity of air is very low and pressure gets increased upto great level. As we know that, the pressure will move from higher concentration to lower concentration. So the pressure moves from the lower part of the plane to the upper part, this pushes the plane upwards. The wings of the plane helps this upward lift. The pressure pushes the wings upward which results the rise of a plane.

    Another application Bernoulli’s theorem :

    We can see some colored lines on the platform near to the Track. Crossing  red line and beyond there while train passing through the platform which will make accident. The thing is that the when train passing through the track ,the velocity of Air in that region is high but pressure is low. But  when a man standing at the red line the velocity of air in that region is comparatively law and the pressure is in high level,so the pressure gets moved from higher concentration to lower concentration results the body to hit on the moving train.

    learn more about Bernoullis principle and seee more applications related to this principle.


    Bernoulli's principle and its application(let us know how aircraft gets lifted up)

    Posted by Unknown No comments

    Bernoulli's principle states that for an inviscid flow, an increase in the speed of the fluid occurs simultaneously with a decrease in pressure or a decrease in the fluid's potential energy.(source wikipedia.org)
    or simply
    Bernoulli's principle states that "when velocity increases, pressure goes down and pressure will increases when velocity gets decreased.

    First application Bernoulli's principle :

     Many of us are wondering about how could a bulky body gets raised from the ground and fly in the air .In fact this is easy to explain and we are only trying to make you to know only its take off. But we hope this will try to aware a flight of a plane. This is according to Bernoulli's principle,it just states that "when velocity increases, pressure goes down and viceversa. Before the plane gets takeoff, it would run much faster,since velocity is needed and its very important too. Due to its particular body shape of the plane ,the air flowing upper part of the plane also travel much faster. Comparitively, this is much lower at its lower part. According to the theorem, the pressure decreases on the upper part and beneath the velocity of air is very low and pressure gets increased upto great level. As we know that, the pressure will move from higher concentration to lower concentration. So the pressure moves from the lower part of the plane to the upper part, this pushes the plane upwards. The wings of the plane helps this upward lift. The pressure pushes the wings upward which results the rise of a plane.

    Another application Bernoulli’s theorem :

    We can see some colored lines on the platform near to the Track. Crossing  red line and beyond there while train passing through the platform which will make accident. The thing is that the when train passing through the track ,the velocity of Air in that region is high but pressure is low. But  when a man standing at the red line the velocity of air in that region is comparatively law and the pressure is in high level,so the pressure gets moved from higher concentration to lower concentration results the body to hit on the moving train.

    learn more about Bernoullis principle and seee more applications related to this principle.


    Water is not reusing again and again in hydel power station-Why?

    Many people are asking this question repeatedly while we have load shedding (power cut) or
    while we are facing scarcity of water .Obviously the question is genuine.
    In India especially in Kerala ,The electricity is generated from water as hydel power.
    since it is very cheap in production and having good quality.
     One of the main  problem is that, during low rainfall period the electricity production gets decreased.This will leads to power cut hours in this areas.
    As we know that the water gets flow from the storage or dam will rotates the turbine which leads to the production of electricity.After that water gets move out freely.
    So that is why the people are raising this type of question.

                                   After the generation of electricity we get a value that is our required current,
    the water wants to Pumbs back in order to reuse the water If we are pumbing the water (that gets moved out) back to the dam itself large amount of energy gets lost from our generated electricity.This is because the water wants to send back to the a large height which should take much energy.If we want to check again this, water again used for rotating turbine after we pumbed the water to the storage.Thus next value of electricity energy will produce.
    But the present energy will not reach to our target electricity,so we can conclude that its better not to  reuse the water for production .
    That`s why water is not reusing again and again in hydel power station .

    Water is not reusing again and again in hydel power station-Why?

    Posted by Unknown No comments

    Many people are asking this question repeatedly while we have load shedding (power cut) or
    while we are facing scarcity of water .Obviously the question is genuine.
    In India especially in Kerala ,The electricity is generated from water as hydel power.
    since it is very cheap in production and having good quality.
     One of the main  problem is that, during low rainfall period the electricity production gets decreased.This will leads to power cut hours in this areas.
    As we know that the water gets flow from the storage or dam will rotates the turbine which leads to the production of electricity.After that water gets move out freely.
    So that is why the people are raising this type of question.

                                   After the generation of electricity we get a value that is our required current,
    the water wants to Pumbs back in order to reuse the water If we are pumbing the water (that gets moved out) back to the dam itself large amount of energy gets lost from our generated electricity.This is because the water wants to send back to the a large height which should take much energy.If we want to check again this, water again used for rotating turbine after we pumbed the water to the storage.Thus next value of electricity energy will produce.
    But the present energy will not reach to our target electricity,so we can conclude that its better not to  reuse the water for production .
    That`s why water is not reusing again and again in hydel power station .

    Latest Tweets

    What they says

    © 2013 Learnaxis. WP Theme-junkie converted by Bloggertheme9
    Blogger templates. Proudly Powered by Blogger.
    back to top