Web Design - Raegan

Web Design - Raegan

Assessment

Interactive Video

Information Technology (IT)

10th Grade

Hard

Created by

Praise Apata

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What are the two main parts of a website?

Front-end and Middleware

Middleware and Cloud

Front-end and Back-end

Back-end and Cloud

2.

DROPDOWN QUESTION

1 min • 1 pt

Match the building parts of a web page to their corresponding real-world analogy components.

  • ​ (a)   → Skeleton

  • ​ (b)   → Visual Appearance

  • ​ (c)   → Functionality

HTML
CSS
JavaScript

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which programming language is used for adding functionality to web pages?

JavaScript

HTML

CSS

Python

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The address in the browser, such as codewithmosh.com, is known as a __________, which stands for Uniform Resource Locator.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

An HTTP response starts with a status code. A status code of 200 means __________.

6.

DROPDOWN QUESTION

1 min • 1 pt

Question: Match the HTTP concepts to their definitions.

  • A message sent by the browser to the server → ​ (a)  

  • A message sent by the server back to the browser → ​ (b)  

  • A structured representation of an HTML document → ​ (c)  

HTTP Request
HTTP Response
DOM

7.

CLASSIFICATION QUESTION

3 mins • 1 pt

Categorize the tags based on their purpose in HTML

Groups:

(a) Structural

,

(b) Metadata

,

(c) Content

< head >

< html >

< title >

< body >

< style >

8.

DROPDOWN QUESTION

1 min • 1 pt

Match the attributes of the < img > element with their functions.

  • Specifies the path to the image file → ​ (a)  

  • Provides alternative text for accessibility → ​ (b)  

src
alt