UNIVERSITY EXAMINATION 2017/2018
SCHOOL OF COMPUTING AND INFORMATICS
DEPARTMENT OF INFORMATION TECHNOLOGY
DIPLOMA IN BUSINESS INFORMATION TECHNOLOGY
REGULAR
UNIT CODE: DIT2212/DIT2203 UNIT TITLE: WEB PROGRAMMING USING
HTML
DATE: AUGUST, 2018 SUPPLIMENTARY/SPECIAL EXAM TIME: 2 HOURS
Instructions: Answer question one and any other two questions.
Question one
a) Distinguish between the following terms as used in Internet concepts: (4 Marks)
i) Internet and Web
ii) Browser and a server.
b) Define the term “Web hosting” and list any three types of Web hosting services.
(4 Marks)
c) Why is HTML said to be a Markup Language? (2 Marks)
d) Write an html program to display the following (10 Marks)
No. Name Cats exam
Cat1 Cat2
1 Peter tom 13 12 50
2 Gilbert sang 14 11 60
3 Joan metto 13 10 80
Library Copy Page 1
e) Differentiate hspace and vspace atributes in web programming (5 Marks)
f) Outline the common featers of all browsers any five (5 Marks)
Question two
a) Internet uses many protocols to accomplish communications, discuss seven of
this protocols (14 Marks)
b) Most static images on the web supports Bitmap images, discuss this images
(6 Marks)
Question three
a) Outline 6 basic steps you use when creating and publish a web page
(12 Marks)
b) State and explain any four table elements attributes (8 Marks)
Question four
a) MPEG formed, is the most common final for digital video file, or movies, exhibits
some disadvantage, outline this disadvantage. (6 Marks)
b) We can reduce download for users while still provide the visuality rich environment
or used to create, discuss three ways of reducing download speed. (6 Marks)
c) Differentiate between absolute links and relative links (8 Marks)
Question five
a) Distinguish between a static website and an interactive website. (2 Marks)
b) Define the term URL. Using a typical example, explain the components of URL.
(5 Marks)
c) Explain any three attributes of the the <BODY> tag which can be used to set
different colors. (3 Marks)
Library Copy Page 2
d) Write the HTML code that produces the table below: (10 Marks)
Route Kakamega Kirima
600 200
Fare 200-Busia
100-Mumias
This is raw data
Sample table
Library Copy Page 3