Module 1 - Web Design - WD02
Module 1 - Web Design - WD02
PRACTICE CENTER
TEST PROJECT
PRACTICAL SKILLS
Web Design
GUIDE CONTESTANTS
Time:
- Preparation Time: 05 minutes
- Time Duration: 150 minutes
- Break Time: 10 minutes
Scores:
Exam content Marks
1 Programming with HTML/CSS 30
2 Programming with JavaScript 30
3 Use the MySQL 10
4 Programming with PHP 30
Total Marks 100
Web Design
Question 1:
Programming with HTML/CSS:
Use HTML/CSS code to design the following page:
Web Design
Question 2:
Programming with JavaScript:
Write the necessary JavaScript code garden.js for the functionality of the following
page:
Web Design
Question 3:
Use the MySQL create database Cities:
The database schema:
Countries
independence_
code Name Continent population gnp head_of_state
year
AFG Afghanistan Asia 1919 22720000 5976.0 Mohammad Omar
NLD Netherlands Europe 1581 15864000 371362.0 Beatrix
Cities
Id Name country_code district population
3793 New York USA New York 8008278
Los
1 USA California 3694820
Angeles
Languages
country_code language official percentage
AFG Pashto T 52.4
NLD Dutch T 95.6
Web Design
Some countries have two cities with the same name. For example, there are several
cities in the USA named Springfield, which is part of the reason that name was chosen for
the home town of the Simpsons.
Using the world database, find all such cities where there are two or more cities
within the same country that have the same name. Show both the country name and the city
name. Eliminate duplicate results and order by the country name, breaking ties by the city
name.
This is the output you should get:
+--------------------+--------------+
| country | city |
+--------------------+--------------+
| China | Jining |
| China | Kaiyuan |
| China | Yichun |
| Indonesia | Depok |
| Mexico | Guadalupe |
| Mexico | La Paz |
| Mexico | Matamoros |
| Philippines | San Carlos |
| Philippines | San Fernando |
| Philippines | San Jose |
| Russian Federation | Zeleznogorsk |
| United States | Arlington |
| United States | Aurora |
| United States | Columbus |
| United States | Kansas City |
| United States | Richmond |
| United States | Springfield |
+--------------------+--------------+
Web Design
Web Design
Question 4:
Web Design
GENERAL TRANSCRIPT
Maximum Achieved
Exam content
Marks Marks
1 Programming with HTML/CSS 30
2 Programming with JavaScript 30
3 Use the MySQL 10
4 Programming with PHP 30
Total Marks 100
TEST TIME
TEACHERS’ SIGNATURE
1 2 3 4 5
Web Design
ASSESSMENT GUIDELINES
Maximum Achieved
1 Technical Press the network cable Note
Marks Marks
Animation doesn’t distract the eye when
1.1 1
reading over website content.
Animation fits in with the design of the
1.2 1
website.
1.3 Uniqueness of the animation. 1
1.4 Layout 4
Make all headings green, and make them use
1.5 Garamond font or any serif font on the 3
system.
1.6 The quote italicized. 3
The apples picture name is greenapples.jpg. It
1.7 3
also links to http://www.apple.com
All pictures should have no borders and be
1.8 2
250 pixels wide.
The right section has a 2 pixel wide outset
1.9 2
green border and a background of #99cc99.
Every other line in the "types of apples" list is
1.10 white and its font-size is 120% as large as the 2
other list items.
1.11 The definition terms are bolded. 2
1.12 there are two distinct sections on the page. 3
The content inside each section should be 20
1.13 3
pixels away from all edges.
Total Marks 30
Web Design
Web Design