You are on page 1of 1

UNIVERSITY EXAMINATION 2018/2019

SCHOOL OF COMPUTING AND INFORMATICS

DEPARTMENT OF INFORMATION TECHNOLOGY

CAT 1: BACHELOR OF SCIENCE IN INFORMATION TECHNOLOGY (May 2018/Sept 2018)

UNIT CODE: BIT1202 UNIT TITLE: INTRODUCTION TO WEB DESIGN

DATE: 23RD SEPT 2019 [30 MARKS]


__________________________________________________________________________________________

1. What is the internet (2 Marks)


2. Describe five different types of social media tools popularly used today (5 Marks)
3. Explain the following internet terminologies (6 Marks)
i. Email
ii. FTP
iii. WWW
iv. TCP/IP
v. Hypertext
vi. Frameset
4. Describe the use of the following elements in an HTML document (6 Marks)
i. <html>…….</html>
ii. <head>……</head>
iii. <body>…..</body>
5. Describe the use of HTML attributes, comments and whitespace (6 Marks)
6. Describe the output of the following HTML code (5 Marks)

<form name="myWebForm" action="mailto:youremail@email.com" method="post">


First: <input title="Please Enter Your First Name" id="first" name="first" type="text" /> Last:
<input title="Please Enter Your Last Name" id="last" name="last" type="text" />
<input type="submit" value="SUBMIT" />
</form>

You might also like