Which type of web software layout strategy automatically adjusts page spacing, element scaling, and images to look optimal across multiple screen sizes (Desktop, Tablet, Mobile phone)? MCQ with Answer and Explanation

Which type of web software layout strategy automatically adjusts page spacing, element scaling, and images to look optimal across multiple screen sizes (Desktop, Tablet, Mobile phone)?
A. Fixed Frame Presentation
B. Monolithic Template Logic
C. Static Grid Layout
D. Responsive Web Design
Answer: Option D
Solution (By JKSSB Mock Tests)
Responsive Web Design uses fluid grids, flexible images, and CSS media queries to dynamically adjust the layout based on the user's device screen width.

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 purpose of the 'link' tag in HTML?
A. To import a script
B. To include a style sheet
C. To embed a hyperlink
D. To define a relationship between the document and an external resource

Correct Answer: Option D


Explanation:
The tag is used to define relationships with external resources, such as stylesheets, icons, or preconnect, among others.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which architectural system acts as a decentralized directory platform to track ownership rights and historical registrations of domain names globally?
A. SMTP Routing Index Matrix
B. FTP Server File List
C. WHOIS Database Directory
D. Local Router Cache Log

Correct Answer: Option C


Explanation:
WHOIS is a query and response protocol widely used for querying databases that store the registered users or assignees of an internet resource, such as a domain name.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following options provides an accurate description of a 'Web Browser Extension' or 'Add-on'?
A. A small custom software component that adds specific features, tools, or modifications to a web browser's core interface
B. A dedicated database table used to archive old email attachments
C. A piece of hardware that boosts wireless internet signals
D. The main operational routing server used by a global ISP facility

Correct Answer: Option A


Explanation:
Browser extensions are modular software components built on web standards that install directly into the browser to extend its functionality, such as adding ad blockers or translation tools.

This question belongs to: Computer Internet and Web Technologies