DCAP202_1
DCAP202_1
B
Course Code: DCAP202
Course Title: Fundamentals of Web Programming
Time Allowed: 3 hrs Max. Marks: 80
2) Part A is Compulsory.
3) In Part B (Questions 2 to 10), attempt any six questions out of 9. Attempt all parts
of questions chosen.
4) The marks assigned to each question are shown at the end of each question in
square brackets.
Part A
Part B
Q3: What do you mean by Markup Language? Define the types of markup
languages along with advantages of HTML [10]
Q4: Discuss about types of HTML tags along with examples in detail. [10]
Q5: Write a note on DHTML. Briefly discuss cascading and external style sheets.
[10]
Q7: What are JavaScript objects? With the help of example show how we can return
the number of characters and change the case of characters in a string. [10]
Q8: What are tables in HTML? How to use cell padding to create more white space
between the cell contents and its borders. [10]
Q10: WAP using switch-break statement that prompts a user to enter 3 choices as
1,2,3. If user enters 1 it displays “Good Choice”, if user enters 2 it displays “Best
Choice”, if user enters 3 it displays “Best Choice”, otherwise it displays Invalid
Choice. [10]