ST Lab - Experiment List

You might also like

Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 6

DEPARTMENT OF INFORMATION TECHNOLOGY, DURG

IT-8th Sem Subject:- Software Technology Lab Date:- 01/10/2020

SL. UNIVERSITY
STUDENT'S NAME Experiment Name Theory Question
NO. ROLL NO.

Develop and demonstrate a XHTML document that illustrates the use external style sheet, ordered list, Explain Software Configuration Management with diagram and
1 300303316001 ABHISHEK
table, borders, padding, color, and the <span> tag. importance.

Develop and demonstrate a XHTML file that includes Javascript script for the following problems:
(a) Input: A number n obtained using prompt
Output: The first n Fibonacci numbers
2 300303316002 AKANKSHA RAIKWAR Explain different SDLC Models with diagram and examples.
(b) Input: A number n obtained using prompt
Output: A table of numbers from 1 to n and their squares using alert

Develop and demonstrate a XHTML file that includes Javascript script that uses functions for the
following problems:
(a) Parameter: A string
3 300303316004 ANKIT KUMAR PANDEY Output: The position in the string of the left-most vowel Explain Software Development Process with diagram.
(b) Parameter: A number
Output: The number with its digits in the reverse order.

(a) Develop and demonstrate, using Javascript script, a XHTML document that collects the USN ( the
valid format is: A digit from 1 to 4 followed by two upper-case characters followed by two digits followed
by two upper-case characters followed by three digits; no embedded spaces allowed) of the user. Event
4 300303316005 APURVA NIRMALKAR handler must be included for the form element that collects this information to validate the input. Explain different Software Designing Strategies with diagram.
Messages in the alert windows must be produced when errors are detected.
(b) Modify the above program to get the current semester also (restricted to be a number from 1 to 8)

(a) Write a Perl program to display various Server Information like Server Name, Server Software,
Server protocol, CGI Revision etc. Explain Software Configuration Management with diagram and
5 300303316006 CHANDANA (b) Write a Perl program to accept UNIX command from a HTML form and to display the output of the
importance.
command executed.
(a) Write a Perl program to accept the User Name and display a greeting message randomly chosen
from a list of 4 greeting messages.
DEEKSHA
6 300303316007 (b) Write a Perl program to keep track of the number of visitors visiting the web page and to display this Explain different SDLC Models with diagram and examples.
CHANDRAVANSHI
count of visitors, with proper headings.

Write a Perl program to insert name and age information entered by the user into a table created using
7 300303316008 DEVRAJ Explain different Software Designing Strategies with diagram.
MySQL and to display the current contents of this table.

8 300303316009 DHAIRYA SHRIVASTAVA Write a Perl program to display a digital clock which displays the current time of the server. Explain Software Development Process with diagram.

Write a PHP program to store current date-time in a COOKIE and display the ‘Last visited on’ date-time Explain Software Configuration Management with diagram and
9 300303316010 DHANESHWARI
on the web page upon reopening of the same page. importance.

Write a PHP program to store page views count in SESSION, to increment the count on each refresh,
10 300303316012 DUSHYANT Explain different Software Designing Strategies with diagram.
and to show the count on web page.

Develop and demonstrate a XHTML document that illustrates the use external style sheet, ordered list,
11 300303316013 GEETANJALI MANDAVI Explain different SDLC Models with diagram and examples.
table, borders, padding, color, and the <span> tag.

Develop and demonstrate a XHTML file that includes Javascript script for the following problems:
(a) Input: A number n obtained using prompt
Output: The first n Fibonacci numbers Explain Software Configuration Management with diagram and
12 300303316014 GIRISH KUMAR
(b) Input: A number n obtained using prompt importance.
Output: A table of numbers from 1 to n and their squares using alert
Develop and demonstrate a XHTML file that includes Javascript script that uses functions for the
following problems:
(a) Parameter: A string
13 300303316015 GOPI RAM Output: The position in the string of the left-most vowel Explain different Software Designing Strategies with diagram.
(b) Parameter: A number
Output: The number with its digits in the reverse order.

(a) Develop and demonstrate, using Javascript script, a XHTML document that collects the USN ( the
valid format is: A digit from 1 to 4 followed by two upper-case characters followed by two digits followed
by two upper-case characters followed by three digits; no embedded spaces allowed) of the user. Event
ISSAC WILFRED Explain Software Configuration Management with diagram and
14 300303316016 handler must be included for the form element that collects this information to validate the input.
SAMUEL importance.
Messages in the alert windows must be produced when errors are detected.
(b) Modify the above program to get the current semester also (restricted to be a number from 1 to 8)

(a) Write a Perl program to display various Server Information like Server Name, Server Software,
Server protocol, CGI Revision etc.
15 300303316017 KAMDEV (b) Write a Perl program to accept UNIX command from a HTML form and to display the output of the Explain Software Development Process with diagram.
command executed.

(a) Write a Perl program to accept the User Name and display a greeting message randomly chosen
from a list of 4 greeting messages.
16 300303316020 MAHIMA CHANDRA (b) Write a Perl program to keep track of the number of visitors visiting the web page and to display this Explain different Software Designing Strategies with diagram.
count of visitors, with proper headings.

17 300303316021 MAUMITA DAS Write a Perl program to display a digital clock which displays the current time of the server. Explain different SDLC Models with diagram and examples.

Write a Perl program to insert name and age information entered by the user into a table created using
18 300303316022 MONIKA RAWTE Explain Software Development Process with diagram.
MySQL and to display the current contents of this table.

Write a PHP program to store current date-time in a COOKIE and display the ‘Last visited on’ date-time
19 300303316024 PRATEEK SAO Explain different Software Designing Strategies with diagram.
on the web page upon reopening of the same page.
Write a PHP program to store page views count in SESSION, to increment the count on each refresh, Explain Software Configuration Management with diagram and
20 300303316025 PURNIMA
and to show the count on web page. importance.

Develop and demonstrate a XHTML document that illustrates the use external style sheet, ordered list,
21 300303316027 ROOPALI SAHU Explain Software Development Process with diagram.
table, borders, padding, color, and the <span> tag.

Develop and demonstrate a XHTML file that includes Javascript script for the following problems:
(a) Input: A number n obtained using prompt
Output: The first n Fibonacci numbers
22 300303316028 ROSHAN KUMAR SAHU Explain different SDLC Models with diagram and examples.
(b) Input: A number n obtained using prompt
Output: A table of numbers from 1 to n and their squares using alert

Develop and demonstrate a XHTML file that includes Javascript script that uses functions for the
following problems:
(a) Parameter: A string
23 300303316029 SAMTA JAIN Output: The position in the string of the left-most vowel Explain Software Development Process with diagram.
(b) Parameter: A number
Output: The number with its digits in the reverse order.

(a) Develop and demonstrate, using Javascript script, a XHTML document that collects the USN ( the
valid format is: A digit from 1 to 4 followed by two upper-case characters followed by two digits followed
by two upper-case characters followed by three digits; no embedded spaces allowed) of the user. Event
24 300303316030 SAURABH PRASAD handler must be included for the form element that collects this information to validate the input. Explain different Software Designing Strategies with diagram.
Messages in the alert windows must be produced when errors are detected.
(b) Modify the above program to get the current semester also (restricted to be a number from 1 to 8)

(a) Write a Perl program to display various Server Information like Server Name, Server Software,
Server protocol, CGI Revision etc. Explain Software Configuration Management with diagram and
25 300303316031 SHIVANI JAISWAL (b) Write a Perl program to accept UNIX command from a HTML form and to display the output of the
importance.
command executed.

(a) Write a Perl program to accept the User Name and display a greeting message randomly chosen
from a list of 4 greeting messages.
26 300303316032 SHRESHTHA SINGH (b) Write a Perl program to keep track of the number of visitors visiting the web page and to display this Explain different SDLC Models with diagram and examples.
count of visitors, with proper headings.
SHREYAS
27 300303316033 Write a Perl program to display a digital clock which displays the current time of the server. Explain Software Development Process with diagram.
SHRIVASTAVA

Write a Perl program to insert name and age information entered by the user into a table created using
28 300303316034 SHUBHAM KUMAR Explain different Software Designing Strategies with diagram.
MySQL and to display the current contents of this table.

Write a PHP program to store current date-time in a COOKIE and display the ‘Last visited on’ date-time Explain Software Configuration Management with diagram and
29 300303316036 SWAPNIL DASS
on the web page upon reopening of the same page. importance.

Write a PHP program to store page views count in SESSION, to increment the count on each refresh,
30 300303316037 TUHIN DAS Explain different Software Designing Strategies with diagram.
and to show the count on web page.

Develop and demonstrate a XHTML document that illustrates the use external style sheet, ordered list,
31 300303316038 TUSHAR SAHU Explain different SDLC Models with diagram and examples.
table, borders, padding, color, and the <span> tag.

Develop and demonstrate a XHTML file that includes Javascript script for the following problems:
(a) Input: A number n obtained using prompt
Output: The first n Fibonacci numbers
32 300303316039 VED PRAKASH DHRUW Explain Software Development Process with diagram.
(b) Input: A number n obtained using prompt
Output: A table of numbers from 1 to n and their squares using alert

Develop and demonstrate a XHTML file that includes Javascript script that uses functions for the
following problems:
(a) Parameter: A string
Explain Software Configuration Management with diagram and
33 300303316040 VIKAS KUMAR SAHU Output: The position in the string of the left-most vowel
importance.
(b) Parameter: A number
Output: The number with its digits in the reverse order.
(a) Develop and demonstrate, using Javascript script, a XHTML document that collects the USN ( the
valid format is: A digit from 1 to 4 followed by two upper-case characters followed by two digits followed
by two upper-case characters followed by three digits; no embedded spaces allowed) of the user. Event
34 300303316041 VISHAL CHANDRAKAR handler must be included for the form element that collects this information to validate the input. Explain Software Development Process with diagram.
Messages in the alert windows must be produced when errors are detected.
(b) Modify the above program to get the current semester also (restricted to be a number from 1 to 8)

(a) Write a Perl program to display various Server Information like Server Name, Server Software,
Server protocol, CGI Revision etc.
35 300303316043 YOGESH KUMAR YADAV (b) Write a Perl program to accept UNIX command from a HTML form and to display the output of the Explain different Software Designing Strategies with diagram.
command executed.

(a) Write a Perl program to accept the User Name and display a greeting message randomly chosen
from a list of 4 greeting messages.
36 300303316044 AMARJEET GUPTA (b) Write a Perl program to keep track of the number of visitors visiting the web page and to display this Explain different SDLC Models with diagram and examples.
count of visitors, with proper headings.

Explain Software Configuration Management with diagram and


37 300303316045 MD ISMAIL RAHMAN Write a Perl program to display a digital clock which displays the current time of the server.
importance.

You might also like