What is the name given to the primary or introductory page of a website, which usually acts as an index for navigation? MCQ with Answer and Explanation

What is the name given to the primary or introductory page of a website, which usually acts as an index for navigation?
A. Host Page
B. Site Map
C. Hyperlink Page
D. Home Page
Answer: Option D
Solution (By JKSSB Mock Tests)
The home page is the initial, default page of a website that welcomes users and provides links to other sub-sections.

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 format used for data exchange between web servers and clients, often used in AJAX?
A. HTML
B. SQL
C. CSS
D. XML

Correct Answer: Option D


Explanation:
XML (eXtensible Markup Language) and JSON are commonly used for data interchange in AJAX. However, XML is the 'X' in AJAX, though JSON is now more prevalent.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the function of MIME in email?
A. To encrypt email messages
B. To compress email attachments
C. To specify the format of email attachments and non-text content
D. To route email to the correct server

Correct Answer: Option C


Explanation:
MIME (Multipurpose Internet Mail Extensions) extends the format of email to support text in character sets other than ASCII, as well as attachments, images, audio, etc.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the function of the 'ping' command in networking?
A. To test connectivity to a host
B. To resolve domain names
C. To display network configuration
D. To trace the route to a host

Correct Answer: Option A


Explanation:
Ping uses ICMP echo requests to test reachability of a host and measure round-trip time, a basic network diagnostic tool.

This question belongs to: Computer Internet and Web Technologies