<jsp:setProperty> and <jsp:getProperty > action elements of JSP
See Answer →Write a JSP scriptlet to display a list of first 10 positive odd numbers.
See Answer →Web Container
See Answer →HTTP primitives
See Answer →Tools for server side scripting
See Answer →N-Tier Architecture
See Answer →Explain the working of the WAP model. Also, list the benefits and limitations of WAP. Explain the following WML elements with the help of an example of each:
Preformatted text in WML
WML Navigational elements
WML <select> element
Question 2: (Covers Block 2)
See Answer →Write JavaScript code that displays the text "Welcome to JavaScript Event Demonstration". When you click on this text, then it changes to "We just demonstrated the click Event". You may use event handling to perform the action as stated above. Make suitable assumptions, if any. You should demonstrate this code at the time of viva.
See Answer →A University maintains the list of its students using XML. Every student is allotted a unique enrolment Number, which can be used as an attribute in the XML document. In addition, the following information is stored about the students Name, Programme, Duration of Programme, List of courses enrolled (assume that student takes at least one and maximum of five courses in a programme). Create an XML document containing information of five Students of BCA programme. Also create the DTD to verify the XML document created by you
See Answer →Using tables, create a webpage displaying the course list of the BCA programme. This webpage should display the semester wise list of courses with the headings serial number, course code, course title, course credits, and course type (Theory, Practical or Project). Create a second page containing separate ordered lists of course titles of theory courses and practical courses. You should use <div> tags, wherever needed; and create an internal CSS file, which formats the web pages as given below:
(i) The headings of the table must be in 12-point Bold and all other content should be in 11-point Arial font.
(ii) The table heading should be in different shade. The data rows of the table should have alternatively light pink and light blue colour. The background of the table should be light green.
(iii) The font of the ordered list should be "Times New Roman" with font size of 11 points. The background colour of list should be light yellow.
(iv) At the time of viva, you should demonstrate how changes in CSS can change the display. (You must submit the HTML and CSS code and the screenshot of pages in a browser window.)
See Answer →Write JavaScript code to validate if any of the field of the form is not filled.
Submit the HTML code, JavaScript code and screenshot of the form opened in a browser window. You must demonstrate the form and validations at the time of viva.
See Answer →Create an external CSS file for this form. This CSS file should select the font size of 14 point italics for all the labels; font colour should be red for the headings and dark blue for the normal text. The background colour of the form should be light green.
See Answer →Create an online membership form for an Online Library using HTML. The form should ask for the following information:
The Name of the member
Aadhaar Number
Type of Membership (Student/Faculty/Staff/Other to be chosen from a drop down list)
Year of membership
Were you a member earlier? Yes/No
Description of services expected from the Library
See Answer →
Explain the features of the following technologies - Blogging, Mashups and Rich Internet Applications. How are these technologies useful for you?
See Answer →Compute the value of the integral
by using
Rectangular Rule (ii) Trapezoidal Rule and then (iii) Simpson's 1/3 Rule
See Answer →Find the values of the first and second derivatives of f(x) at x = 76 from the following table. Use 0(h2 ) forward difference method. Also, find Truncation Error (TE) and actual errors.
| x: | 76 | 81 | 86 | 91 |
| f(x) : | 5.3147 | 5.4346 | 5.5637 | 5.6629 |
If values of the function
find the Lagrange's interpolation polynomial of f(x). Also, find f
See Answer →