SECV2223-02 GROUP 2: WEB ARCHITECTURE

SECV2223-02 GROUP 2: WEB ARCHITECTURE

Assessment

Flashcard

Information Technology (IT)

University

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

6 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What are the two main approaches to delivering web pages?

Back

Static and Dynamic

2.

FLASHCARD QUESTION

Front

Which of the following is a characteristic of static web page? Options: The page appears exactly as it was encoded, nothing changes; The page is compiled and can be changed dynamically; The content updates automatically based on the database access; The page responds contextually based on user input.

Back

The page appears exactly as it was encoded, nothing changes

3.

FLASHCARD QUESTION

Front

What is a key characteristic of dynamic web pages?

Back

They can access databases and generate updated content dynamically

4.

FLASHCARD QUESTION

Front

Which of the following is NOT a feature of dynamic web pages?
They can retrieve search results, They allow content-sensitive replies, They can access databases, They always remain unchanged and require manual updates

Back

They always remain unchanged and require manual updates

5.

FLASHCARD QUESTION

Front

When are dynamic web pages processed by the server?

Back

At run-time in response to client requests

6.

FLASHCARD QUESTION

Front

Based on the given figure, which of the following correctly describes the process? Client browser send a request for HTML document to web server, Web server try to find and read the document at server directory, Web server send the HTML document to the client browser

Back

Client browser send a request for HTML document to web server