Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

The Islamia University of Bahawalpur 1st/A-09

Examination: BA/BSc.(Comp.) Maximum Marks:40


Paper: ACS-IV (Introduction to Web Programming) Time Allowed:2 Hrs.

Note: Attempt any four questions. All questions carry equal marks.

Q1. Write HTML code that displays two horizontal frames of 30% and %70. The top frame
should display three hyperlinks and the name of organization. The left frame of the 2nd
frame should display a list of hyperlinks. The right frame of the 2nd frame should display the
pages referred by the hyperlinks in the left frame.

Q2. Write ASP code to display back counting from 20 to 1.

Q3. Define the following terms

a) DNS
b) TCP/IP
c) ISP
d) XHTML
e) CSS
Q4. Write VBScript code that gets ten numbers from user and stores them in the array. It then
displays the number in reverse order.
Q5. Write CSS code that defines four classes of paragraphs with different background colors,
margins, padding and border styles.

Q6. Write an HTML document that shows the names of fruits in one column and colors in second
column of table. Use attributes to format width, border and cell spacing for the table.

You might also like