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? MCQ with Answer and Explanation

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. Standard bookmark navigation manager
C. Local server cache monitoring index
D. Incognito browser window frame
Answer: Option A
Solution (By JKSSB Mock Tests)
Responsive Design View inside browser DevTools lets developers simulate various device viewports, touch interactions, and network throttling states directly on their desktop monitors.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is a type of web cookie that is deleted when the browser is closed?
A. Persistent cookie
B. Secure cookie
C. Session cookie
D. Third-party cookie

Correct Answer: Option C


Explanation:
Session cookies (non-persistent) exist only until the browser is closed, while persistent cookies have an expiration date.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the purpose of the 'same-origin policy' in web browsers?
A. To block pop-ups
B. To ensure cookies are only sent to the same site
C. To prevent scripts from accessing data from different origins
D. To enforce HTTPS usage

Correct Answer: Option C


Explanation:
The same-origin policy restricts how documents or scripts loaded from one origin can interact with resources from another origin, protecting against attacks like CSRF and data theft.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a service that allows users to register domain names and host websites?
A. Both a and b
B. Search engine
C. Domain registrar
D. Web hosting provider

Correct Answer: Option A


Explanation:
Many companies offer both domain registration and web hosting services, so 'Both a and b' is correct.

This question belongs to: Computer Internet and Web Technologies