6.5.4 HTTP Methods and Status Codes

6.5.4 HTTP Methods and Status Codes

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Stuart Watts

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the purpose of the HTTP POST method?

Back

To send data to a server, and create a new resource

2.

FLASHCARD QUESTION

Front

Which HTTP method is used to read data from a web server?

Back

GET

3.

FLASHCARD QUESTION

Front

What operation does the HTTP PATCH method perform?

Back

Update an existing resource

4.

FLASHCARD QUESTION

Front

What does the HTTP DELETE method do?

Back

Deletes the specified resource from the server

5.

FLASHCARD QUESTION

Front

What does a 1xx HTTP status code range signify?

Back

Informational

6.

FLASHCARD QUESTION

Front

HTTP status code range indicating client's request was understood and accepted.

Back

200-299

7.

FLASHCARD QUESTION

Front

What does the HTTP status code 301 mean?

Back

Moved permanently

8.

FLASHCARD QUESTION

Front

If a web server is malfunctioning, which range of HTTP status codes would it likely respond with?

Back

500-599

9.

FLASHCARD QUESTION

Front

What does the HTTP status code 404 represent?

Back

Not found