What type of software system acts as an automated repository program continuously archiving historical snapshots of web page layouts across the World Wide Web over decades? MCQ with Answer and Explanation

What type of software system acts as an automated repository program continuously archiving historical snapshots of web page layouts across the World Wide Web over decades?
A. A localized web browser cache management table
B. The Internet Archive / Wayback Machine
C. An outbound SMTP email transfer queue engine
D. A corporate proxy server data log database
Answer: Option B
Solution (By JKExamLibrary)
The Wayback Machine, managed by the Internet Archive, is a digital archive of the World Wide Web that periodically captures and preserves historical snapshots of public web pages.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following provides an accurate definition of the internet term 'Spam'?
A. A digital protocol built to speed up file uploads
B. Highly structural encrypted email backups stored on internal networks
C. Unsolicited bulk messages sent indiscriminately to large numbers of recipients
D. A malicious virus file targeting browser cache folders directly

Correct Answer: Option C


Explanation:
Spam refers specifically to unsolicited, unwanted digital messages (frequently commercial advertisements) distributed in massive quantities via email.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which specific browser utility or tool allows web developers to view, modify, and clear localized data store values like cookies, LocalStorage, and SessionStorage natively?
A. Incognito browser window frame
B. Local server cache monitoring console
C. Standard bookmark navigation dashboard
D. Application Panel / Storage Tab

Correct Answer: Option D


Explanation:
The Application or Storage tab inside browser Developer Tools provides full management access to local client-side data data stores, allowing developers to inspect and wipe tokens or session flags.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is a security feature that prevents a web page from being loaded in an iframe on a different domain?
A. Same-origin policy
B. CORS
C. Content-Security-Policy
D. X-Frame-Options

Correct Answer: Option D


Explanation:
X-Frame-Options specifically controls whether a page can be embedded in frames, preventing clickjacking.

This question belongs to: Computer Internet and Web Technologies