Thursday, March 22, 2012

Odd numbers between 1 to 100

This javascript gives the list of odd numbers as well as the total number of odd numbers between 1 to 100.
Following is the javascript for the same :-

<html>
<head>
    <title>Odd nos betwenn 1 to 100</title>
    <script language="javascript" type="text/javascript">
    var i,count=0;
    document.write("The odd numbers between 1 to 100 are :-");
    for(i=0;i<100;i++)
    {
        if(i%2!=0)
        {
            document.write("<br />"+i);
            count++;
        }
    }
    document.write("<br />The number of odd numbers between 1 to 100 are :"+count);
    </script>
</head>
<body>
</body>
</head>
</html>

Wednesday, March 21, 2012

WT & P Papers

 
·         WT & P

May 2011

http://dl.dropbox.com/u/68380702/May%202011/WT%26P.pdf?dl=1

Nov 2011

      http://dl.dropbox.com/u/68380702/Nov%202011/WT%26P.pdf?dl=1


If this link don't work, the remove  "?dl=1" appearing at the end of the link.

SE Papers


·         SE
May 2011

http://dl.dropbox.com/u/68380702/May%202011/SE.pdf?dl=1



Nov 2011

http://dl.dropbox.com/u/68380702/Nov%202011/160701.pdf?dl=1

If this link don't work, the remove  "?dl=1" appearing at the end of the link. 

MSOR Papers


·         MSOR

May 2011

http://dl.dropbox.com/u/68380702/May%202011/MSOR.pdf?dl=1

Nov 2011

http://dl.dropbox.com/u/68380702/Nov%202011/MSOR.pdf?dl=1


If this link don't work, the remove  "?dl=1" appearing at the end of the link.

IS question papers


·         IS
May 2011

http://dl.dropbox.com/u/68380702/May%202011/IS.pdf?dl=1

Nov 2011

http://dl.dropbox.com/u/68380702/Nov%202011/IS.pdf?dl=1

If this link don't work, the remove  "?dl=1" appearing at the end of the link.

CG Papers

·       CG

May 2011

http://dl.dropbox.com/u/68380702/May%202011/160703.pdf?dl=1


Nov 2011

http://dl.dropbox.com/u/68380702/Nov%202011/CG.pdf?dl=1


NOTE:-

If this link don't work, the remove  "?dl=1" appearing at the end of the link.

GTU Sem 6 Question Papers-May 2011

This blog contains the question papers for 6th semester GTU students.

https://www.dropbox.com/home/GTU%20Sem-6%20I.T.%20Question%20Papers-May%202011