Which of the following is a common character encoding used on the web? MCQ with Answer and Explanation

Which of the following is a common character encoding used on the web?
A. All of the above
B. ISO-8859-1
C. ASCII
D. UTF-8
Answer: Option A
Solution (By JKSSB Mock Tests)
UTF-8, ASCII, and ISO-8859-1 are all character encodings, but UTF-8 is the most universally used on the web today.

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 term given to an internet site model that allows any visiting user to collaboratively edit, modify, add, or delete content records directly from their web browser?
A. A Wiki (e.g., Wikipedia)
B. A Static Blog Document
C. A Closed Web Portal
D. An FTP Archive Link

Correct Answer: Option A


Explanation:
A wiki is a collaborative web platform that allows multiple users to create, modify, and interlink web pages using a simplified markup language or rich text editor.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which HTTP status code is returned by a web server to indicate that the requested resource could not be found?
A. 500 Internal Server Error
B. 301 Moved Permanently
C. 404 Not Found
D. 200 OK

Correct Answer: Option C


Explanation:
The 404 Not Found status code indicates that the server cannot find the specific resource or page requested by the client browser.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a web technology used to create interactive maps?
A. OpenLayers
B. Google Maps API
C. Leaflet
D. All of the above

Correct Answer: Option D


Explanation:
Leaflet, Google Maps API, and OpenLayers are all JavaScript libraries for embedding interactive maps in web pages.

This question belongs to: Computer Internet and Web Technologies