HTTP

HTTP

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

OCR GCSE CS MCQ2 1.5 Networks (J276)

OCR GCSE CS MCQ2 1.5 Networks (J276)

9th - 10th Grade

10 Qs

2.2 HTTP

2.2 HTTP

9th - 10th Grade

10 Qs

The internet and its uses

The internet and its uses

10th Grade

10 Qs

Axios in Vue 3

Axios in Vue 3

12th Grade - University

10 Qs

HTTP Quiz

HTTP Quiz

9th - 12th Grade

10 Qs

6.5 Networking Protocols

6.5 Networking Protocols

10th - 12th Grade

13 Qs

Web:  1-4 Viewing Websites

Web: 1-4 Viewing Websites

11th Grade

10 Qs

HTTP protocol and Privacy on the web

HTTP protocol and Privacy on the web

9th - 12th Grade

12 Qs

HTTP

HTTP

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Joseph Maxwell

Used 487+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTTP stand for?

HTML Title Protocol

HeaderType Transmission Process

HyperText Transfer Protocol

Hierarchy Transport Tracking Process

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which part of the architecture sends the initial HTTP request?

Client

Server

Database

HTML

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What HTTP method is used when the user first loads a webpage?

GET

POST

PUT

HTTP

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a proper content type for an HTTP response?

HTML document

JSON data

JPEG image

POST request

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character goes between a URL and any query parameters?

&

?

=

%

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is the POST method used?

Reading data

Changing/updating data

Searching

Scripting to find data on a page

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTTP response code means success?

100

200

301

403

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which part of the architecture sends a POST request?

Client

Server

Database

Internet