HTML Assessment For Year 8 UK Curriculum Computer Science
Read all questions carefully before answering.
You may not look up the answers from any source.
You may not copy your answers from another student.
You cannot communicate with another student during the assessment.
If you have a question raise your hand and wait patiently to be helped.
Once you have completed your test you will need to press the submit button.
Sit quietly until the test is completed - you may read or quietly complete homework.
What is a web browser?
What is Cloud Computing?
Which of the following are examples of software used to view web pages.
What does HTML stand for?
HTML is classed as a programming language. (True/False)
Write down an example of the type of brackets we use for tags in HTML.
What is the correct file extensions for HTML files?
What does the <br> tag do?
Which of the following is an empty element?
Which tag is used to create a list with bullets?
Items in an ordered list contain numbers (1, 2, 3...)
What tags produce this list, select all that are required?

What is the correct syntax for changing the text color inside a paragraph, in HTML?
<h6> is the largest heading in HTML. (True/False)
Looking at the given webpage layout, identify the tags used to create:
Bold text
The main heading
An unordered list
List items
Italic text
A paragraph

<p>
The <head> tag contains visible elements on a webpage. (True/False)
Arrange the following HTML elements in the correct order to create a simple webpage:
<body>
</html>
</body>
<html>
<h1>Welcome to My Page</h1>
Examine the webpage script in the image. Identify the lines that contain errors by dragging and dropping the 'Error' markers onto the corresponding lines in the image.
Points are subtracted for incorrect answers

Look at the HTML script below. There are errors. Correct the following style attribute by re-writing the entire line of text correctly:
<p style="font size:20px;">Hello World<p>
Identify the issue in this script for a list:
(Select the error)
The <a> tag is used to create hyperlinks. (True/False)
Match the correct example to the Style Attribute
| Draggable item | arrow_right_alt | Corresponding Item |
|---|---|---|
| arrow_right_alt | Referencing or inserting an image |
| arrow_right_alt | Relates to a URL |
| arrow_right_alt | Affects the look of the page background |
| arrow_right_alt | Changes the appearance of a heading |
| arrow_right_alt | Changes the style of the text |
What is the main aim of data science?
In data science, what is a dataset?
Match each data term to its description.
| Draggable item | arrow_right_alt | Corresponding Item |
|---|---|---|
Variable | arrow_right_alt | A collection of related data |
Outlier | arrow_right_alt | A feature measured for each item |
Dataset | arrow_right_alt | Data for one item/person |
Record (row) | arrow_right_alt | A value far from the rest |
Which data visualisation is usually best for showing the relationship between two numerical variables (e.g., height and shoe size)?
Which type of data visualisation is usually best for comparing amounts across categories (e.g., students in each year group)?
Reorder the following steps to show the correct process from collecting data to gaining insight.
Gain insight
Visualise the data
Collect data
Analyse the data
What does correlation tell you about two variables?
Which statement best describes an outlier in a dataset?
A scatter plot shows a upward trend from left to right. What does this usually indicate?
You will see a graph showing two variables. What type of correlation does the graph show?
A scatter plot compares number of singles sold with number of weeks in the Top 40. The points show a negative correlation. Which statement best describes the relationship between the two variables?