Which type of web application uses a single HTML page structure that dynamically updates content via AJAX as the user navigates, avoiding full page reloads? MCQ with Answer and Explanation

Which type of web application uses a single HTML page structure that dynamically updates content via AJAX as the user navigates, avoiding full page reloads?
A. Static Site Framework
B. Legacy CGI Script Portal
C. Single Page Application (SPA)
D. Directory Web Index
Answer: Option C
Solution (By JKSSB Mock Tests)
Single Page Applications (SPAs), like those built with modern JavaScript frameworks, load a single shell document and update components dynamically to provide a fluid app-like feel.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is an example of a web-based version control system?
A. Bitbucket
B. GitHub
C. All of the above
D. GitLab

Correct Answer: Option C


Explanation:
GitHub, GitLab, and Bitbucket are all web-based platforms for hosting and managing Git repositories.

This question belongs to: Computer Internet and Web Technologies
Question #2
What mechanism does a web application employ to securely preserve user identity state variables on the server side, linking them via a unique ID stored in a client cookie?
A. DNS Reverse Routing
B. Server Session Management
C. FTP File Buffer
D. Local Storage Matrix

Correct Answer: Option B


Explanation:
Session management saves detailed user states securely on the server and provides the client a temporary session identifier token to reference on subsequent visits.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which type of web cookies originate from a domain different from the specific website currently being viewed by the user in their active browser tab?
A. First-Party Cookies
B. HttpOnly Tokens
C. Third-Party Cookies
D. Secure Session Flags

Correct Answer: Option C


Explanation:
Third-party cookies are set by external domains (like embedded ad scripts or social tracking widgets) on the page you are currently browsing.

This question belongs to: Computer Internet and Web Technologies