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

Which of the following is an example of a dynamic web page technology?
A. All of the above
B. ASP.NET
C. PHP
D. Server-side includes (SSI)
Answer: Option A
Solution (By JKExamLibrary)
SSI, PHP, and ASP.NET are all server-side technologies used to generate dynamic content.

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 is a method for securing web applications against Cross-Site Request Forgery (CSRF)?
A. Using anti-CSRF tokens
B. Using HTTPS
C. Output encoding
D. Input validation

Correct Answer: Option A


Explanation:
Anti-CSRF tokens are a common defense, where a unique token is included in forms and validated on the server to ensure the request originates from the legitimate user.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following parameters indicates an accurate description of the 'Dark Web' ecosystem segment?
A. A local network setup configured inside municipal administrative hubs
B. A subset of the deep web that is intentionally hidden, requiring specific specialized software like Tor to access, often prioritizing encrypted anonymity
C. Websites that operate exclusively during nighttime hours globally
D. An unencrypted index list of global email inbox destinations

Correct Answer: Option B


Explanation:
The Dark Web relies on overlay networks and darknets that require custom software tools (such as Tor) to navigate, providing deep anonymity for both site hosts and visitors.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which specific browser feature or utility allows web developers to test mobile responsive web configurations by mimicking different smartphone screen aspect ratios natively within the desktop display window?
A. Device Mode / Responsive Design View
B. Local server cache monitoring index
C. Incognito browser window frame
D. Standard bookmark navigation manager

Correct Answer: Option A


Explanation:
Responsive Design View inside browser DevTools lets developers simulate various device viewports, touch interactions, and network throttling states directly on their desktop monitors.

This question belongs to: Computer Internet and Web Technologies