You are on page 1of 5

Middle Years Programme

Grade 9
Formative Assessment – 1

Name
Grade 9
Subject Design
Date
Duration 30 mins

MYP criteria being assessed (tick as applicable) Strand/s


Criteria A: Inquiring and analysing i

Criteria C: Creating the solution ii

Criteria D: Evaluating iii

Achievement Level

Criteria Achievement Level

Criteria A

Criteria C

Criteria D
1. Identify and tick the correct options for the following questions. (C:A, i)
i. How do you insert an image in HTML?
A) <img src="image.jpg" alt="My Image">
B) <image src="image.jpg" alt="My Image">
C) <img href="image.jpg" alt="My Image">
D) <a src="image.jpg" alt="My Image">

ii. What is the primary difference between a website and a webpage?


A) A website is a collection of webpages, while a webpage is a single document on
the internet.
B) A website is a single page on the internet, while a webpage is a collection of
related documents.
C) A website is a multimedia content, while a webpage is a subset of each
multimedia.
D) A website and a webpage are essentially the same thing, just different terms.

iii. What is the primary distinction between a hotspot and Wi-Fi in terms of internet
connectivity?
A) A hotspot provides internet access through cellular data, while Wi-Fi connects to
the internet via radio waves.
B) A hotspot is a more secure way to access the internet compared to Wi-Fi.
C) A hotspot is limited to a single device, while Wi-Fi can connect multiple devices
simultaneously.
D) A hotspot requires a physical connection to a router, while Wi-Fi does not.

iv. What is the primary difference between cellpadding and cellspacing attributes in an
HTML table?
A) cellpadding controls the space between adjacent cells, while cellspacing controls
the space between the cell content and the cell border.
B) cellpadding specifies the space outside the table, while cellspacing specifies the
space inside the table cells.
C) cellpadding defines the number of cells in a row, while cellspacing defines the
number of cells in a column.
D) cellpadding controls the overall width of the table, while cellspacing controls the
overall height of the table.
2. Develop an HTML code for the screenshot given below. (C:C, ii)

.........................................................................................................................................

.........................................................................................................................................

.........................................................................................................................................

........................................................................................................................................

.........................................................................................................................................

........................................................................................................................................

.........................................................................................................................................

.........................................................................................................................................

.........................................................................................................................................

........................................................................................................................................

.........................................................................................................................................

........................................................................................................................................

.........................................................................................................................................

.........................................................................................................................................

.........................................................................................................................................

........................................................................................................................................
3. Identify 5 errors in the code given below. (C:D, iii)

<html>
<head>
<title><b>ICICI Bank </title>
</head>
<h1> Welcome to ICICI bank </h1> <br>
<img source : "C:\Users\Downloads\icicigroup.jpg"> <br>
<table>
<table border = "2" cellpadding = "10" cellspacing = "10">
<tr>
<th>Years</th>
<th>Interest</th>
</tr>
<tr>
<td>1 year</td>
<td>2%</td>
</tr>
<tr>
<td>3 years</td>
<td>4.5%</td>
</tr>
<tr>
<td>5 years</td>
<td>6.5%</td>
</tr>
<tr>
<th>more than 5 years</td>
<td>8%</td>
</tr>
</table>
<br>
<a h ref = "https://www.iciciloans.com">Click here for loans</a>
</body>
</html>

S.No. Error Correction


1.

2.

3.

4.

5.

You might also like