Which top-level domain designation (TLD) is reserved exclusively for official government entities and administrative bodies? MCQ with Answer and Explanation

Which top-level domain designation (TLD) is reserved exclusively for official government entities and administrative bodies?
A. .org
B. .com
C. .gov
D. .net
Answer: Option C
Solution (By JKExamLibrary)
The '.gov' top-level domain is restricted solely to verified government agencies, institutional departments, and state-level operations.

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
What is the term used to describe unwanted, unsolicited bulk emails sent to thousands of recipients simultaneously?
A. Spoof
B. Spam
C. Malware
D. Phish

Correct Answer: Option B


Explanation:
Spam refers specifically to unsolicited, irrelevant, or inappropriate commercial email messages distributed in mass volume.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
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. Responsive Web Design
C. Static Grid Layout
D. Monolithic Template Logic

Correct Answer: Option B


Explanation:
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.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which HTTP status code indicates a client error (bad request)?
A. 404
B. 400
C. 401
D. 403

Correct Answer: Option B


Explanation:
400 Bad Request indicates that the server cannot process the request due to malformed syntax or invalid parameters. 401 is Unauthorized, 403 Forbidden, 404 Not Found.

This question belongs to: Computer Internet and Web Technologies