Which of the following is an example of a static web page? MCQ with Answer and Explanation

Which of the following is an example of a static web page?
A. A page that updates automatically
B. A page that displays the same content every time
C. A page that shows user-specific data
D. A page with a login form
Answer: Option B
Solution (By JKExamLibrary)
A static web page is delivered exactly as stored and does not change based on user interaction or server-side processing.

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 type of web architecture uses a 'Three-Tier' format to divide application logical structures cleanly?
A. HTML file, CSS style script, and JavaScript dynamic loader
B. Local router, WAN switch, and Global satellite interface
C. Sender inbox, Gateway router, and Recipient junk folder
D. Presentation tier (Browser), Application tier (Server logic), and Data tier (Database)

Correct Answer: Option D


Explanation:
A standard three-tier web application architecture separates concerns into the presentation layer (UI), the application logic tier, and the database storage tier.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the function of the 'Snoozed' folder or filter inside a modern digital email workspace setup?
A. To temporarily hide selected email messages from the main inbox view, configured to automatically reappear at a designated future date and time chosen by the user
B. To clear configuration script parameters automatically from local storage modules
C. To hold unverified spam items safely until automatic deletion
D. To store incomplete drafts of email layouts

Correct Answer: Option A


Explanation:
The Snooze feature allows users to postpone handling an email, removing it from view and scheduling it to slide back to the top of the inbox when they are ready to address it.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is a common port used for MySQL database connections?
A. 5432
B. 1433
C. 3306
D. 1521

Correct Answer: Option C


Explanation:
Port 3306 is the default for MySQL. Port 5432 is PostgreSQL, 1521 is Oracle, 1433 is Microsoft SQL Server.

This question belongs to: Computer Internet and Web Technologies