What is the difference between a static and a dynamic web page? MCQ with Answer and Explanation

What is the difference between a static and a dynamic web page?
A. Static pages are only for mobile, dynamic for desktop
B. Static pages are pre-built, dynamic pages are generated on the fly
C. Static pages use JavaScript, dynamic pages use HTML
D. Static pages are faster, dynamic pages are slower
Answer: Option B
Solution (By JKSSB Mock Tests)
Static web pages are delivered exactly as stored, while dynamic pages are generated by server-side scripts based on user interactions or data.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What is the function of the 'Mailto' link in HTML?
A. To open the user's default email client with a pre-addressed message
B. To create a hyperlink to an email address
C. To send an email directly from the server
D. To display a contact form

Correct Answer: Option A


Explanation:
A mailto link (e.g., ) opens the default email client with the recipient's address.

This question belongs to: Computer Internet and Web Technologies
Question #2
What does the 'Content-Security-Policy' (CSP) HTTP response header instruct a web browser to enforce?
A. To route incoming text emails through unencrypted FTP pathways
B. To double the physical data processing capacity of network router cards
C. To restrict the specific trusted domains from which a webpage can load scripts, styles, and assets, protecting against Cross-Site Scripting (XSS) injections
D. To wipe local device browser cache modules automatically

Correct Answer: Option C


Explanation:
CSP is an effective security layer that allows site administrators to declare approved sources of content, preventing browsers from executing unauthorized or malicious scripts.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the primary operational task of a 'DNS Authoritative Name Server' operating within the broader Domain Name System framework?
A. To hold the actual, official DNS record configurations for a domain, providing definitive IP answers to inquiring DNS resolvers
B. To filter email spam items from corporate mail boxes
C. To parse HTML structural page data inside browser applications
D. To track local physical network interface hardware performance logs

Correct Answer: Option A


Explanation:
Authoritative nameservers are the final stop in the DNS lookup process, containing the exact domain-to-IP configuration records maintained by a website's hosting registry.

This question belongs to: Computer Internet and Web Technologies