Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

HTML: Year 8 Term 2A Assessment

star
star
star
star
star
Posljednje ažuriranje 4 months ago
37
Napomena autora:

HTML Assessment For Year 8 UK Curriculum Computer Science

Cloud Computing
2
6
3
4
1
2
HTML - definititioins
1
1
1
1
Formatting & Orginisation
1
1
1
1
4
1
1
6
Page Structure
2
1
4
2
1
1
Link and Images
1
4
Data Science Definitions
1
1
4
Data Analysis
1
1
2
Corrilations and Outliers
1
1
1
1
2

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.

Pitanje 1
1.

What is a web browser?

Pitanje 2
2.

Pitanje 3
3.

What is Cloud Computing?

Pitanje 4
4.

Name these cloud storage services

Pitanje 5
5.

Complete the sentence by adding in the missing word:

A is software that displays web pages.

Pitanje 6
6.

Which of the following are examples of software used to view web pages.

Pitanje 7
7.

What does HTML stand for?

Pitanje 8
8.

HTML is classed as a programming language. (True/False)

Pitanje 9
9.

Write down an example of the type of brackets we use for tags in HTML.

Pitanje 10
10.

What is the correct file extensions for HTML files?

Pitanje 11
11.

What does the <br> tag do?

Pitanje 12
12.

Which of the following is an empty element?

Pitanje 13
13.

Which tag is used to create a list with bullets?

Pitanje 14
14.

Items in an ordered list contain numbers (1, 2, 3...)

Pitanje 15
15.

What tags produce this list, select all that are required?

Pitanje 16
16.

What is the correct syntax for changing the text color inside a paragraph, in HTML?

Pitanje 17
17.

<h6> is the largest heading in HTML. (True/False)

Pitanje 18
18.

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

Drugi mogući odgovor:
<ul>
<b>
<li>
<i>
<h1>

<p>

Pitanje 19
19.

Complete the sentence below by writing in the missing words:

The tag and the tag the two main tags required to create an HTML page.

Pitanje 20
20.

The <head> tag contains visible elements on a webpage. (True/False)

Pitanje 21
21.

Arrange the following HTML elements in the correct order to create a simple webpage:

  1. <body>

  2. <h1>Welcome to My Page</h1>

  3. </body>

  4. </html>

  5. <html>

Pitanje 22
22.

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

Drugi mogući odgovor:
Error
Pitanje 23
23.

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>

Pitanje 24
24.

Identify the issue in this script for a list:

(Select the error)

<ul>

<li>Item 1</li>

<li>Item 2</li>

<ol>

<li>Item 3</li>

</ul>

Pitanje 25
25.

The <a> tag is used to create hyperlinks. (True/False)

Pitanje 26
26.

Match the correct example to the Style Attribute

Stavka koja se može prevućiarrow_right_altOdgovarajuća stavka

h1 style

arrow_right_alt

Referencing or inserting an image

img src

arrow_right_alt

Relates to a URL

a href

arrow_right_alt

Affects the look of the page background

font-family

arrow_right_alt

Changes the appearance of a heading

body style

arrow_right_alt

Changes the style of the text

Pitanje 27
27.

What is the main aim of data science?

Pitanje 28
28.

In data science, what is a dataset?

Pitanje 29
29.

Match each data term to its description.

Stavka koja se može prevućiarrow_right_altOdgovarajuća stavka

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

Pitanje 30
30.

Which data visualisation is usually best for showing the relationship between two numerical variables (e.g., height and shoe size)?

Pitanje 31
31.

Which type of data visualisation is usually best for comparing amounts across categories (e.g., students in each year group)?

Pitanje 32
32.

Reorder the following steps to show the correct process from collecting data to gaining insight.

  1. Gain insight

  2. Visualise the data

  3. Collect data

  4. Analyse the data

Pitanje 33
33.

What does correlation tell you about two variables?

Pitanje 34
34.

Which statement best describes an outlier in a dataset?

Pitanje 35
35.

A scatter plot shows a upward trend from left to right. What does this usually indicate?

Pitanje 36
36.

You will see a graph showing two variables. What type of correlation does the graph show?Scatter diagram showing negative correlation between number of weeks a song has been in the Top 40 and the sales of the single for that week.

Pitanje 37
37.

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?Scatter diagram showing negative correlation between number of weeks a song has been in the Top 40 and the sales of the single for that week.