This past question is created to help students better understand the structure of web design examinations and prepare effectively for their final papers. Powered by Armstrong Computers, our mission is to bring ICT education to the doorstep of students who are eager to equip themselves with essential web development skills. Armstrong Computers is a place where vision meets excellence.
The objective is to guide students in mastering both theoretical knowledge (HTML elements, networks, topologies, etc.) and hands-on practical skills, such as form handling, table structuring, and web layout development using nested tables.
This resource is ideal whether you're learning from home, on the go, or in the classroom. You can click on each question to reveal simplified answers (if provided) or download the past question (where available) for offline practice.
Note: The downloadable version contains only the questions the answers are available on the website for interactive learning.
SECTION A (50 MARKS)
1. Describe the following in HTML: a. Frames b. Frameset
a. Frames are used to divide the browser window into multiple sections, where each section can load a separate HTML document. b. Frameset is an HTML element used to define a collection of frames within the browser window.
2. Describe ordered lists and unordered lists in HTML with examples.
Ordered lists use the <ol> tag and items appear in numbered order. Unordered lists use the <ul> tag and items appear with bullets. Example: <ol><li>Item 1</li></ol> and <ul><li>Item A</li></ul>
3. a. Explain the term Forms with reference to web development b. Write a syntax for users to be redirected to www.nvti.org to fill a form
a. Forms are used to collect user input on websites. b. Syntax: <meta http-equiv="refresh" content="0; url=https://www.nvti.org" />
4. Explain the following: a. Extranet b. Intranet
a. Extranet is a private network that allows access to partners, vendors, and suppliers. b. Intranet is an internal network used within an organization.
5. a. Importance of TCP/IP on the internet b. One (1) common IP Address under class C
a. TCP/IP ensures reliable communication across interconnected networks. b. 192.168.0.1
6. a. Explain Cell Spanning b. Indicate its position in source code
a. Cell Spanning is the merging of two or more cells into one cell in a table. b. It appears as: <td colspan="2">
7. What is the difference between the following: a. Internet b. Web
The Internet is the global network of computers, while the Web is a service on the Internet that uses browsers to access web pages.
8. HTML tag for table starting with one row (3 columns) and three rows
9. List five (5) objects associated with HTML forms
<input>, <select>, <textarea>, <button>, <label>
10. a. Explain the terms Ring and Star topologies. Which network topology is commonly used?
a. Ring topology connects each device to two others forming a ring. Star topology connects all devices to a central hub. Star topology is the most commonly used.
SECTION B – PRACTICAL (50 MARKS)
Instructions:
Design the web page as shown below.
You are advised to use forms in nested tables.
Add a horizontal line at the bottom of the work.
Save your work as NVTI.html and print both the source code and the rendered page.
×
Subscribe to Our YouTube Channel
To download the past questions, please subscribe to our YouTube channel and confirm your subscription below.