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. Server-side includes (SSI)
C. ASP.NET
D. PHP
Answer: Option A
Solution (By JKSSB Mock Tests)
SSI, PHP, and ASP.NET are all server-side technologies used to generate dynamic content.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which HTTP status code indicates that a requested page has been permanently moved?
A. 404
B. 301
C. 302
D. 400

Correct Answer: Option B


Explanation:
HTTP 301 means Moved Permanently, indicating the resource has been assigned a new permanent URI. 302 is temporary redirect, 400 is Bad Request, and 404 is Not Found.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is an accurate description of an 'Extranet' system?
A. An unencrypted wireless standard for high-bandwidth networks
B. The deep web layer accessible strictly via dark net software configurations
C. A controlled private network allowing limited access to authorized external partners or vendors
D. An experimental protocol created to replace HTTP

Correct Answer: Option C


Explanation:
An extranet extends a private intranet to trusted external partners, suppliers, or clients, allowing secure external collaboration over the web.

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. Secure Session Flags
B. First-Party Cookies
C. Third-Party Cookies
D. HttpOnly Tokens

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