Which of the following is a method to improve website loading speed? MCQ with Answer and Explanation

Which of the following is a method to improve website loading speed?
A. All of the above
B. Browser caching
C. Minification of CSS and JavaScript
D. Using a CDN
Answer: Option A
Solution (By JKExamLibrary)
Minification reduces file sizes, CDNs distribute content, and browser caching stores resources locally, all of which improve loading speed.

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 email protocols allows users to organize emails into folders on the remote server and synchronizes changes across multiple client devices?
A. POP3
B. IMAP
C. FTP
D. SMTP

Correct Answer: Option B


Explanation:
IMAP (Internet Message Access Protocol) leaves messages on the mail server and synchronizes states, folders, and reads across all connected devices seamlessly.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following browser utilities allows software developers to directly inspect a webpage's DOM structure, debug JavaScript errors, and trace network resource load timelines natively?
A. Bookmark Navigation Hub
B. Developer Tools (DevTools)
C. Incognito Browser Window
D. Browser Cache Manager

Correct Answer: Option B


Explanation:
Built-in Developer Tools (DevTools) in modern browsers provide deep access to inspect elements, analyze network payloads, check console logs, and debug scripts.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is a mechanism for websites to request permission to access user's location, camera, etc.?
A. URL parameters
B. Web API (Permissions API)
C. HTTP headers
D. Cookies

Correct Answer: Option B


Explanation:
The Permissions API allows websites to request permissions for sensitive features like geolocation, camera, microphone, etc.

This question belongs to: Computer Internet and Web Technologies