DCAP202_1 (3)
DCAP202_1 (3)
B
COURSE CODE: DCAP202
COURSE TITLE: Fundamentals of Web Technologies
Date of Exam: 2 March Session 09:30-12:30
Time Allowed: 3 hours Max. Marks: 80
PART-A
Q1.
a. What is the use of an address bar in a web browser?
b. Mark-up languages are not considered as programming languages. Why?
c. Which tag is used for bringing the images and text in center? Give an example.
d. How many different types of lists are provided by HTML?
e. Give an example to explain <th> and <caption> tag.
f. How == and === operators work?
g. What is a dialog box? How many different types of dialogue boxed are provided in JavaScript?
PART-B
Q2 a) What are the IP addresses in Internet terminology? How static IP addresses are different from Dynamic
IP addresses?
b) Discuss the IP address classes and their formats.
Q3. Why HTML tags are important? What are the container tags and empty tags? Give some examples to
demonstrate each type of these tags.
Q4. Discuss the structure of an HTML document with appropriate examples.
Q5. Discuss <img> tag with all its attributes with the help of an example program.
Q6. What do you mean by an internal document reference hyperlink and an external document hyperlink. Also
write the specific tags or attributes used for making a link internal document reference or external document
reference.
Q7. a) What are the main uses of java script?
b) What are the various data types available in javascript?
Q8. Write a program to show the effects of pre and post increment/decrement operators.
nd
Q9. Write a program to make 2 user defined functions one to find odd numbers in a range of values and 2
st nd
method to find prime numbers. 1 function is called inside the 2 function.
Q10. Discuss DOM. What is a node? How many different types of nodes are available in DOM? (6x10=60)