GATE Last date Extended for Applications

   1. LAST DATE for issue of Information Brochure and Application Form at bank counters and GATE office counters at IITs/IISc has been EXTENDED till NOV 7, 2009.
   2. LAST DATE for submission of Online Application Form has also been EXTENDED till NOV 7, 2009 18:00 hrs
   3. LAST DATE for the Receipt of completed Offline Application Form at respective zonal GATE Office and Online Application Form at IIT Kanpur is NOV 10, 2009.

Solutions William Stallings Cryptography and Network Security


Cryptography and Network Security Solutions (William Stallings).Solutions of  questions in cryptography and network security by William Stallings.

Click here to download....

C Program-Insertion Short Using Insertion Function

C Program for Insertion Shorting Using Insertion Function

void bubble(int a[],int n)
{
int i,j,t;
for(i=n-2;i>=0;i--)
{
for(j=0;j<=i;j++)

{
if(a[j]>a[j+1])
{
t=a[j];
a[j]=a[j+1];
a[j+1]=t;
}
}
}//end for 1.
}//end function.
void main()
{
int a[100],n,i;
clrscr();
printf("\n\n Enter integer value for total no.s of elements to be sorted: ");
scanf("%d",&n);

for( i=0;i<=n-1;i++)
{ printf("\n\n Enter integer value for element no.%d : ",i+1);
scanf("%d",&a[i]);
}

bubble(a,n);

printf("\n\n Finally sorted array is: ");
for( i=0;i<=n-1;i++)
printf("%3d",a[i]);

} //end program.

/*

--------SAMPLE OUTPUT----------------------


Enter integer value for total no.s of elements to be sorted: 6


Enter integer value for element no.1 : 89


Enter integer value for element no.2 : -4


Enter integer value for element no.3 : -67


Enter integer value for element no.4 : 5


Enter integer value for element no.5 : 78


Enter integer value for element no.6 : 11


Finally sorted array is: -67 -4 5 11 78 89

------------------------------------------

*/

C Program For Bubble Sort ,Bubble Sorting Using C

C Program for Bubble Sort ,Bubble Sorting Using C Language

void bubble(int a[],int n)
  {
        int i,j,t;
         for(i=n-2;i>=0;i--)
         {
            for(j=0;j<=i;j++)

                  {
                    if(a[j]>a[j+1])
                                    {
                                      t=a[j];
                                     a[j]=a[j+1];
                                     a[j+1]=t;
                                    }
                   }
      

           }//end for 1.

  }//end function.


  void main()
  {

      int a[100],n,i;

      clrscr();

      printf("\n\n Enter integer value for total no.s of elements to be sorted: ");
      scanf("%d",&n);

      for( i=0;i<=n-1;i++)
            { printf("\n\n Enter integer value for element no.%d : ",i+1);
              scanf("%d",&a[i]);
            }

       bubble(a,n);

       printf("\n\n Finally sorted array is: ");
       for( i=0;i<=n-1;i++)
       printf("%3d",a[i]);

  } //end program.

/*

--------SAMPLE OUTPUT----------------------


Enter integer value for total no.s of elements to be sorted: 6


Enter integer value for element no.1 : 89


Enter integer value for element no.2 : -4


Enter integer value for element no.3 : -67


Enter integer value for element no.4 : 5


Enter integer value for element no.5 : 78


Enter integer value for element no.6 : 11


Finally sorted array is: -67 -4 5 11 78 89

------------------------------------------

*/

C Program Sum of digits of a Five Digit Number

C Program Sum of digits of a Five Digit Number.If a five-digit number is input through the keyboard, write a c program to
calculate the sum of its digits.


void main ()
{
int number, last_digit, next_digit, total;
printf ("Enter the number whose sum of digits is to be calculated: ");
scanf ("%d", &number); 
last_digit = number%10;
total = last_digit; 
next_digit = (number/10) % 10; 
total = total + next_digit; 
next_digit = (number/100) % 10; 
total = total + next_digit;
next_digit = (number/1000) %10; 
total = total + next_digit; 
next_digit = (number/10000) %10; 
total = total + next_digit; 
printf ("The sum of the digits of the entered number is: %d", total); 
}

Logic :  Use the Modulus Operator '%"  Using  the normal division operator  " / " returns the quotient.
Using "% " the modulus Operator returns the Remainder. 


Students Requests

Here students can ask any question related to uptu,uptu syllabus,colleges,books,projects,c programming etc

Questions can be placed by leaving comments.

New In GATE 2010

  1. New Paper introduced in GATE 2010: Biotechnology (BT) has been introduced as an independent paper from GATE 2010.
  2. Common Component of General Aptitude (GA) introduced in GATE 2010: Each GATE paper shall have a common General Aptitude (GA) component carrying 15 marks from GATE 2010.


  3. Papers to be discontinued from GATE 2010 onwards:
    • Due to introduction of an independent paper in Biotechnology (BT), the Biotechnology section in Life Sciences (XL) paper has been discontinued from GATE 2010.
    • There will not be GATE 2010 examination in Pharmaceutical Sciences (PY) paper. For more information about the organization which will be conducting a GATE like examination for PY, the candidates are advised to visit GATE 2010 website from time to time.
  4. ONLINE Examination for MN and TF paper:
    • Computer based ONLINE examination for the paper MN will be held in Bangalore, Chennai, Delhi, Guwahati, Kanpur, Kharagpur, Mumbai, Roorkee on February 07, 2010 (Sunday) at 09.30 hrs – 12.30 hrs
    • Computer based ONLINE examination for the paper TF will be held in Bangalore, Chennai, Delhi, Guwahati, Kanpur, Kharagpur, Mumbai, Roorkee February 07, 2010 (Sunday) 14.30 hrs – 17.30 hrs
  5. Online Application form with online payment option: Online payment is possible through HDFC bank payment gateway using Mastercard or Visa credit cards, and debit cards of certain banks as listed on the web site. Offline payment is also possible through a demand draft.
  6. New Examination Cities included:
    • IIT Bombay Zone: Loni, Pandharpur.
    • IIT Delhi Zone: Dausa
    • IIT Guwahati Zone: Tezpur
    • IIT Madras Zone: Karimnagar, Khammam, Kothagudem, Nalgonda
    • IIT Roorkee Zone: Muzaffarnagar
  7. New Bank Branch included for obtaining Information Brochure and Application Form:
    • IIT Bombay Zone: Bangalore (IISc; St. Marks Road; Jayanagar)
    • IIT Bombay Zone: Loni (Near Swami Samarth Mandir), Pandharpur (Sawarkar Road), Shegoan
    • IIT Guwahati Zone: Bongaigaon (Main), Tezpur(Main)
    • IIT Madras Zone: Gudur, Karimnagar, Khammam, Kothagudem, Nalgonda

GATE 2010 Important Dates

GATE 2010 Important Dates to remember.
GATE 2010 - Important Dates
GATE 2010 application forms will be available from 22.09.2009 to 30.10.2009

Date and time of examination

Computer based Online GATE examination (for TF paper)
Sunday, February 07, 2010, 09.30 hrs – 12.30 hrs
Computer based Online GATE examination (for MN paper)
Sunday, February 07, 2010, 14.30 hrs – 17.30 hrs
Offline GATE examination (for all other papers)
Sunday, February 14, 2010, 09.30 hrs – 12.30 hrs
Announcement of GATE 2010 results - Mar 15, 2010

GATE Eligibility GATE Information

Graduate Aptitude Test in Engineering (GATE) is an all-India examination administered and conducted in eight zones across the country by the GATE Committee comprising faculty from Indian Institute of Science, Bangalore and seven Indian Institutes of Technology on behalf of the National Coordinating Board - GATE, Department of Education, Ministry of Human Resources Development (MHRD), Government of India.

Admission to post graduate programmes with MHRD and some other government scholarship/assistantship at engineering colleges/institutes in the country are open to those who qualify through GATE. GATE qualified candidates with Bachelor degree in Engineering/ Technology/ Architecture/ Pharmacy or Master degree in any branch of Science/Mathematics/Statistics/Computer Applications are eligible for Master/Doctoral programmes in Engineering/ Technology/Architecture/Pharmacy as well as for Doctoral programmes in relevant branches of Science.

To avail the scholarship, the candidate must additionally secure admission to such a postgraduate programme, as per the prevailing procedure of the admitting institution. GATE qualification, however, is not required for candidates with Master degree in Engineering/ Technology/ Architecture/ Pharmacy who may be seeking scholarship/assistantship for relevant doctoral programmes.

The overall coordination and responsibility of conducting GATE 2010 lies with Indian Institute of Technology Guwahati , designated as the Organizing Institute for GATE 2010.

ELIGIBILITY FOR GATE

The following categories of candidates are eligible to appear in GATE :

  1. Bachelor degree holders in Engineering/Technology/Architecture (4 years after 10+2) and those who are in the final or pre-final year of such programmes.
  2. Master degree holders in any branch of Science/Mathematics/Statistics/Computer Applications or equivalent and those who are in the final or pre-final year of such programmes.
  3. Candidates in the second or higher year of the Four-year Integrated Master degree programme (Post-B.Sc.) in Engineering/Technology or in the third or higher year of Five-year Integrated Master degree programme and Dual Degree programme in Engineering/Technology.
  4. Candidates with qualifications obtained through examinations conducted by professional societies recognised by UPSC/AICTE (e.g. AMIE by IE(I), AMICE(I) by the Institute of Civil Engineers (India)-ICE(I)) as equivalent to B.E./B.Tech. Those who have completed section A or equivalent of such professional courses are also eligible.

GATE 2010 Application Details

HOW TO APPLY?
Candidates can submit Application Form in two different modes : Offline and Online


Offline
Online
Application fee
General & OBC
Rs. 1000
Application fee
General & OBC
Rs. 800
SC/ST/PD
Rs. 500
SC/ST/PD
Rs. 400
Application Submission Process
Application Submission Process
Step 1: Procurement of Application Form

Candidate can obtain a packet containing:
  • Offline Application Form
  • Information Brochure
  • Acknowledgment Card
  • Envelope
from:
  1. Designated Bank Branches corresponding to each zone on cash payment.
  2. Zonal GATE Office by sending a request letter and TWO self-addressed slips along with a Demand Draft for appropriate amount.
  3. Over the counter from Zonal GATE Office after handing over Demand Draft for appropriate amount.
Step 1: Select Payment Option:
  • Online Payment: Online Payment is possible through HDFC bank payment gateway using Mastercard or Visa credit cards or debit cards of certain banks.
  • Offline payment: Offline payment is possible through a demand draft payable at Kanpur in the name of "Chairman GATE, IIT Kanpur". Please obtain this prior to start of the online filling of the application.
Step 2: Obtain Digital Photo and Scanned Signature.
Candidates are advised to have a digital photograph and scanned signature prior to starting the filling of application and these should be uploaded when applying Online. Otherwise they have to submit it later.
Step 2: Obtain SC/ST/PD Certificate (if applicable)
SC/ST and Disability Certificate should be obtained from appropriate authority.
Authorities empowered to issue Certificates
Step 3: Obtain SC/ST/PD Certificate (if applicable)
SC/ST and Disability Certificate should be obtained from appropriate authority. The Certificate should also be scanned so that it can be uploaded when applying online.
Authorities empowered to issue Certificates.
Step 3: Fill in the Application Form: Candidates must follow the instructions provided in GATE 2010 brochure.
Step 4: Apply Online: Candidates must follow the instructions provided on the online application form filling page.
Step 4: Post/Submission
Duly filled-in Application Form with appropriate enclosures must be sent by Registered or Speed post to The Chairman, GATE of the Zone, where the candidate prefers (corresponding to the 1st Choice of Examination City) to appear for the examination, on or before Tuesday, November 03, 2009
OR
It can be handed over personally to respective Zonal GATE Office.
Step 5: Post/Submission
An application which is incomplete by not uploading the necessary documents can be completed by sending those documents by post along with a covering note that can be printed on the online site. All such documents must reach the GATE office at IIT Kanpur by November 3, 2009.

The overall coordination and responsibility of conducting GATE 2010 lies with Indian Institute of Technology Guwahati , designated as the Organizing Institute for GATE 2010.

Contact Addresses


Zone-1

Indian Institute of Science, Bangalore - 560 012
Phone: 080-2293 2392
Fax: 080-2360 1227
email: gate(at)gate.iisc.ernet.in

Zone-2

Indian Institute of Technology Bombay, Powai, Mumbai - 400 076
Phone: 022-2576 7068
Fax: 022-2572 3706
email: gateoffice(at)iitb.ac.in

Zone-3

Indian Institute of Technology Delhi, Hauz Khas, New Delhi - 110 016
Phone: 011-2659 1749
Fax: 011-2658 1579
email: gate(at)admin.iitd.ernet.in

Zone-4

Indian Institute of Technology Guwahati, Guwahati - 781 039
Phone: 0361-258 2751
Fax : 0361-258 2755
email: gate(at)iitg.ernet.in

Zone-5

Indian Institute of Technology Kanpur, Kanpur - 208 016
Phone: 0512-259 7412
Fax : 0512-259 0932
email: gate(at)iitk.ac.in

Zone-6

Indian Institute of Technology, Kharagpur, Kharagpur - 721 302
Phone: 03222-282091
Fax : 03222-278243
email: gate(at)adm.iitkgp.ernet.in

Zone-7

Indian Institute of Technology Madras, Chennai - 600 036
Phone: 044-2257 8200
Fax : 044-2257 8204
email: gate(at)iitm.ac.in

Zone-8

Indian Institute of Technology Roorkee, Roorkee - 247 667
Phone: 01332-284531
Fax: 01332-285707
email: gate(at)iitr.ernet.in

Click Here To Apply Online

Best Of Luck

JMET 2010

JMET is the entrance exam for the 2 year full-time PG programs in management at the Indian Institutes of Techonologies (IITs) for the academic year 2010-2011.
JMET 2010 (Joint Management Entrance Test) notification is out now.Online registration for the JMET 2010 has been started from Monday, September 7, 2009.

There are two main modes of payment available:
  1. Click here for Core Banking
  2. Click here for Demand Draft
The last date for JMET 2010 online form submission is Friday, October 9, 2009 for the website and the results for the JMET 2010 will be declared on January 4, 2010.

Students who wish to apply for the JMET online, register yourself first: http://gateonline.gateiisc.in/jmet/
(A point to remember is that just one application is allowed per registered user.)

C Program For Detection of Leap year using Functions.

C Program For Detection of Leap year using Functions.
Any year is entered through the keyboard.

Write a function to determine whether the year is a leap year or not.

#include
main()
{

int leap_year(year);
int year, lp;

printf("Enter the year:");
scanf ("%d", &year);

lp=leap_year(year);

if (lp)

{
printf("\nThe entered year is a leap year.");
}
else
{

printf("\nThe entered year is not a leap year.");
}

}


leap_year(int y)

{
int lp;

if (y%4==0)

{
lp=1;
}
else
lp=0;

return(lp);
}

C Program For Prime Factors using Functions.

C Program For Prime Factors using Functions.
A positive integer is entered through the keyboard.

Write a function to obtain the prime factors of this number.
For example, prime factors of 24 are 2, 2, 2 and 3, whereas prime factors of 35 are 5 and 7.

#include
main()
{

int number;
int prime(int number);

int primefactor(int number);


printf("Enter the number whose prime factors are to be calculated:");

scanf ("%d", &number);

primefactor(number);

}

//The following function detects a Prime number.

prime(int num)
{
int i, ifprime;


for (i=2; i<=num-1; i++)

{
if (num%i==0)
{

ifprime=0;
}
else
ifprime=1;

}
return (ifprime);
}


//The following function prints the prime factors of a number.

primefactor(int num)
{
int factor,ifprime;
for (factor=2; factor<=num;)

{
prime(factor); //so that the factors are only prime and nothing else.
if (ifprime)

{
if (num%factor==0) //diving by all the prime numbers less than the number itself.
{

printf("%d ", factor);
num=num/factor;

continue;
}
else
{
factor++;//this cannot be made a part of the for loop

}
}
}
return 0;
}

C Program - Calculation of Area and Circumference of a Circle using Pointers

C Program for Calculation of Area and Circumference of a Circle using Pointers.
Write a function that calculates both Area and Perimeter/ Circumference of the Circle, whose Radius is entered through the keyboard.

#include
main()
{

int radius;
float area, perimeter;

printf("\nEnter radius of a circle:");

scanf ("%d", &radius);
areaperi (radius, &area, &perimeter);

printf("Area=%f", area);
printf("\nPerimeter=%f", perimeter);

}


areaperi(int r, float *a, float *p)

{
*a=3.14*r*r;
*p=2*3.14*r;

}

Calculation of Product of Two Numbers using Function

C Program for Calculation of Product of Two Numbers using Function.
Write a function which receives a float and an int from main(), finds the product

of these two and returns the product which is printed through main().

#include
main()
{

int i;
float j, prod;
float product (int x, float y);

printf("Enter the i(int) and j(float):");
scanf ("%d %f", &i, &j);

prod = product(i,j);

printf("Product:%f", prod);

}


product (int x, float y)
{

float product;
product = x*y;
return (product);

}

C-Program Of Sum, Average and Standard Deviation.

C-Program of Calculation of Sum, Average and Standard Deviation using Functions and Pointers.
Write a function that receives 5 integers and returns the sum, average and standard
deviation of these numbers. Call this function from main() and print the results in main().


#include
#include

int calc (float a, float b, float c, float d, float e, float *sum, float *avg,float *sd);

int main()
{
float a, b, c, d, e, sum=0.0, avg=0.0;

float sd=0.0;

printf("Enter Five Numbers:");
scanf("%f %f %f %f %f",&a,&b,&c,&d,&e);

calc (a, b, c, d, e, &sum, &avg, &sd);


printf("\nSum=%f", sum);
printf("\nAverage=%f", avg);

printf("\nStandard Deviation=%f\n", sd);


getchar();

return 0;
}

calc (float a, float b, float c, float d, float e, float *sum, float *avg, float *sd)

{
float Calc=0.0;

*sum = a+b+c+d+e;

*avg = *sum / 5.0;

Calc += ( a - *avg) * ( a - *avg);

Calc += ( b - *avg) * ( b - *avg);

Calc += ( c - *avg) * ( c - *avg);
Calc += ( d - *avg) * ( d - *avg);

Calc += ( e - *avg) * ( e - *avg);


*sd = sqrt((double)Calc/5.0);

}

Cricket ICC Awards 2009 Announced

ICC Awards 2009 results are out.The LG ICC Awards 2009 (6th Awards Ceremony) will be held on 1st October 2009 in Johannesburg in South Africa.The ICC announced the LG ICC Awards 2009 Nominations at a Mumbai function. Indian cricketers dominate ICC Awards 2009. Dhoni, Dilshan,Gautam Gambhir (Ind),Mitchell Johnson (Aus),Strauss, lead nominations for ICC Awards 2009.

Siddle named as ICC’s Emerging Player.

Dilshan wins Twenty20 award.

Porterfield named Associate Player of the Year.

Dar is Umpire of the Year.

New Zealand win Spirit of Cricket award

Dhoni leads Test Team of Year

Claire Taylor wins the ICC women’s player of the year

Mitchell Johnson ICC Cricketer of the Year.

Gandhi Jayanti Special

Gandhi Jayanti celebrates the birth anniversary of Mahatma Gandhi popularly known as the Father of the Nation. Born on the 2nd of October 1869 at Porbandar in Gujarat. He is the man who played a significant role in achiveing independence for India from the British Empire with his simplicity and strong will power.

On this day, the President and Prime Minister, along with other eminent political leaders, pay homage at Raj Ghat - the samadhi of Mahatma Gandhi. All the offices and schools, throughout the country, remain closed on this day.

Origin Of Gandhi Jayanti

Memories of Gandhi Jayanti go back a long way, to the school days. Gandhi Jayanti did not invite any celebrations. Still, it filled us with excitement, because the week starting on October 2 was special. That was the time when there would be little homework and even less classwork. Lessons effectively ended by lunch-hour, and in the second half of the day we would just 'work'. We would dig up the earth at the back of the school and plant saplings, we would go around to the hutments and deliver free medicines, we would paint a few walls...a variety of odd jobs that kept changing by the day, by the year.

Later, when the week gradually dwindled and disappeared under the pressure of academics there was a twinge of regret at the loss of good times. But while it lasted, we didn't know what it was all about, only that it was somehow connected with Gandhi Jayanti. We didn't ask, either - we loved what we were doing, and that was enough. It was much later that I found out the reason for the service that we had done. It was our way of remembering the service that Mahatma Gandhi had rendered to the nation, our way of carrying forward his philosophy of helping oneself by helping others, his dream of acquiring self-sufficiency, his mission of building a strong nation. It was our pledge that we would remember Mahatma Gandhi and his contribution to the building of the Indian nation.

History

If there was one man who was instrumental in acquiring independence for India, it was Mohandas Karamchand Gandhi. This was the man - slight, bespectacled and mild in manner - who controlled the National Movement for nearly three decades. A mass leader, he believed that he must identify himself with the masses he leads.

M K Gandhi was born on October 2, 1869, in Porbandar, a small town on the Gujarat coastline.

After his early education in India, he was sent to London where he qualified as a barrister. After attempting practice in Bombay for a few months, he went to South Africa as counsel for a wealthy Muslim client. Though he was supposed to return after the case was sorted, he continued his stay there till 1914, leading the Indians there against the apartheid of the British. His stint in India took a turn when national leader Gopal Krishna Gokhale initiated him into the Indian freedom movement. Gandhi, with his ideals of ahimsa, non-cooperation and satyagraha, soon established himself as the frontrunner in the struggle for freedom.

From then, till India gained independence, Gandhi gathered an entire nation behind him in his relentless quest. But Partition was a big blow to his dreams and ideals, and Gandhi was a sad man on the night of India's Independence.

Five months after independence, Gandhiji was assassinated by Nathuram Godse while on his way to his daily prayer meeting. The 78-year-old Father of the Nation had left a country that was just discovering its feet, orphaned. His birthday was recognised as a National holiday.

Gandhi was not just a political leader. In fact, he was never a keen politician. He was a leader of the masses and always identified himself with them. All his actions had the power to galvanise the people. When others walked out of the Assembly in protest, Gandhi walked 100 km to the sea at Dandi to make salt illegally.

In short, he would take a step that would involve the millions, a small step by itself, but which would magnify a million-fold. The British often wondered what it was about Gandhi that attracted so many to him. But the people had no such questions. They understood the way in which he identified with them. In fact, Gandhi took pains to learn to sign his name in all the major Indian languages.

Gandhi was also deeply spiritual, and believed that all religions showed the way to ultimate enlightenment. He also wrote a commentary on the Bhagavad Gita, a book that influenced him deeply.

Gandhi is also revered for his absolute belief in truth and ahimsa. It is this man's birthday that we celebrate as the birth anniversary of the Father of the Nation. His tolerance for other religions and support for the downtrodden are recognised and honoured on this day.

Celebration

Mahatma Gandhi was a simple man, with simple tastes and high values. Respecting that, even though Gandhi Jayanti is a national holiday, the festivities are minimal.

A prayer meeting is held at Rajghat, Gandhi's samadhi in New Delhi. To mark the respect that Gandhi had for all the religions and communities, representatives from different religions take part in it. Verses and prayers are read out from the holy books of all the religions. Gandhi's favourite song, Raghupati Raghava, is invariably sung at all the meetings associated with him. Prayer meetings are held in various state capitals as well. Gandhi Jayanti is observed all over the country, both in government and non-government forums.



Indian National Army personnel are all military grace as they welcome Gandhi at an event at the Harijan Colony, Delhi, in 1946.



Mahatma Gandhi and Jinnah in a heated conversation.