The document describes a computer practical exam that involves creating several components of a registration form:
1) Creating an HTML registration form with input fields for name, address, gender, hobbies, and city.
2) Adding CSS styling to the form.
3) Building the registration form using KompoZer web development software.
4) Validating the registration form fields using JavaScript to ensure required data is entered properly.
5) Creating a website that incorporates the registration form, with JavaScript used to dynamically update totals and validate required fields are selected.