2
SAGAR INSTITUTE OF SCIENCE & TECHNOLOGY (SISTec) NEAR AIRPORT, GANDHI NAGAR, BHOPAL – 462 036 DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING M.Tech 2 th SEM LAB (MCSE-206) LIST OF EXPERIMENT MCSE 201 (Web technology and e-commerce) 1. Develop and demonstrate a XHTML file that includes JavaScript script that uses Functions for the following problems: a) Parameter: A string b) Output: The position in the string of the left-most vowel. 2. Write a PHP program to store current date-time in a COOKIE and display the ‘Last Visited on date-time on the web page upon reopening of the same page. 3. Write a PHP program to store page views count in SESSION, to increment the count on Each refresh, and to show the count on web page. 4. Study of various e-commerce technologies require to secure the internet transactions. MCSE 205 (Soft Computing) 1. Write a program to implement a* algorithm. 2. Write a program to implementation of 8 –puzzle problem. 3. Write a program to Implement Adaline with bipolar inputs and outputs.

Mtech Lab -3 201 205 Final

  • Upload
    rohan

  • View
    12

  • Download
    2

Embed Size (px)

DESCRIPTION

Lab

Citation preview

SAGAR INSTITUTE OF SCIENCE & TECHNOLOGY (SISTec)NEAR AIRPORT, GANDHI NAGAR, BHOPAL 462 036DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERINGM.Tech 2th SEMLAB (MCSE-206)LIST OF EXPERIMENT

MCSE 201(Web technology and e-commerce)

1. Develop and demonstrate a XHTML file that includes JavaScript script that usesFunctions for the following problems:a) Parameter: A stringb) Output: The position in the string of the left-most vowel.

2. Write a PHP program to store current date-time in a COOKIE and display the Last Visited on date-time on the web page upon reopening of the same page.

3. Write a PHP program to store page views count in SESSION, to increment the count on Each refresh, and to show the count on web page.

4. Study of various e-commerce technologies require to secure the internet transactions.

MCSE 205(Soft Computing)

1. Write a program to implement a* algorithm.2. Write a program to implementation of 8 puzzle problem.3. Write a program to Implement Adaline with bipolar inputs and outputs.4. Write a Matlab program for maximizing f(x)=x2 using ga, where x is ranges from 0 to 31. Perform only 5 iteration.