WT Lab RIT CSE Syllabus
WT Lab RIT CSE Syllabus
Internal Exams: 15
External Exams: 35
COURSE OBJECTIVES:
• Demonstrate the ability to retrieve data from a database and present it in a web page.
• Create web pages that meet accessibility needs of those with physical disabilities and
apply the effects of CSS in web page creation.
• Demonstrate the role of languages like HTML, DHTML, CSS, XML, JavaScript, ASP
and protocols in the workings of the web and web applications.
COURSE OUTCOMES:
CO1. Develop web pages using HTML, DHTML and Cascading Styles sheets
CO2. Develop a dynamic web page using JavaScript (client-side programming).
CO3. Develop a Program using XML.
CO4. Understand, analyze and apply the role of languages like HTML, CSS, XML,
JavaScript, PHP, SERVLETS, JSP and protocols in the workings of the web and web
applications.
LIST OF EXPERIMENTS
1. Create a HTML page, which has properly aligned paragraphs with image along with
it.
2. Write a program to display list of items in different styles.
3. Write an HTML page with JavaScript that takes a number from one text field in the
range 0-999 and display it in other text field in words. If the number is out of range,
it should show “out of range” and if it is not a number, it should show “not a
number” message in the result box.
4. Write an HTML page that has one input, which can take multi-line text and a submit
button. Once the user clicks the submit button, it should show the number of
characters, lines and words in the text entered using an alert message. Words are
separated with white space and lines are separated with new line character.
5. Write an HTML page that contains a selection box with a list of 5 countries In the
above page when the user selects a country, its capital should be printed next to the
list, and add CSS to customize the properties of the font of the capital.
6. A simple calculator web application that takes 2 numbers and an operator (+,-,*,/,%)
from an HTML page and returns the result page with the operation performed on the
operands.
7. Write a program to connect a XML web page to any database engine.
8. Write a java script for loop that will iterate from 0 to 15 for each iteration, it will
check if the current number is odd or even, and display a message to the screen.
9. Write a java script program which compute, the average marks of the following
students then this average is used to determine the corresponding grade.
10. Write a java script program to sum the multiple s of 3 and 5 under 1000.
11. Write a java script program to test the first character of a string is uppercase or
not.
12. To convert the static web pages online library into dynamic web pages using
servlets and cookies.
13. A web application that lists all cookies stored in the browser on clicking “list
Cookies” button. Add cookies if necessary
14. A user validation page web application, where the user submits the login
name and password to the server. The name and password are checked against the
data already available in database and if the data matches, a successful login
Message is returned. Otherwise, a failure message is shown to the user. Use AJAX
to show the result on the same page below the button.