Quiz 2_HTTP

Quiz 2_HTTP

University

7 Qs

quiz-placeholder

Similar activities

Web Services

Web Services

University

10 Qs

Quiz PAW 03

Quiz PAW 03

University

12 Qs

TP1 Test 2

TP1 Test 2

University

10 Qs

Node.js

Node.js

University

10 Qs

IoT & Applications

IoT & Applications

University

11 Qs

HTTP - P4

HTTP - P4

University - Professional Development

10 Qs

Web environments

Web environments

University

10 Qs

HTTP - P2

HTTP - P2

University

10 Qs

Quiz 2_HTTP

Quiz 2_HTTP

Assessment

Quiz

Computers

University

Hard

Created by

NORYUSLIZA BINTI ABDULLAH NORYUSLIZA BINTI ABDULLAH

Used 9+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The number of objects in a Web page which consists of 4 jpeg images and HTML text is ________

4

1

5

7

Answer explanation

4 jpeg images + 1 base HTML file.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not correct?

Web cache doesnt has its own disk space

Web cache can act both like server and client

Web cache might reduce the response time

Web cache contains copies of recently requested objects

Answer explanation

Web cache or also known as HTTP cache is a temporary storage where HTML pages and images are stored temporarily so that server lag could be reduced.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is present in both an HTTP request line and a status line?

HTTP version number

URL

Method

None of the mentioned

Answer explanation

Status line is the the start line of an HTTP response. It contains the information such as the protocol version, a status text, status code.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the status code for successful response?

100

200

300

400

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In HTTP, the first line in a request message is called a _______ line; the first line in the response message is called the ________ line.

request; response

response; request

response; status

none of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The HTTP request line contains a _______ method to request a document from the server

GET

POST

COPY

none of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A response message always contains _______ .

a header and a body

a request line and a header

a status line and a header

none of the above