What structural element forms the separator dividing individual query parameter pairs inside a standard URL structure, such as '?id=1&page=2'? MCQ with Answer and Explanation

What structural element forms the separator dividing individual query parameter pairs inside a standard URL structure, such as '?id=1&page=2'?
A. The forward slash (/) character
B. The hash (#) character
C. The ampersand (&) character
D. The colon (:) character
Answer: Option C
Solution (By JKSSB Mock Tests)
In a URL query string, the question mark (?) initiates the parameters, while individual key-value pairs are separated from each other using the ampersand (&) character.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What technology is primarily used to build structures and arrange textual information on a webpage?
A. HTML
B. CSS
C. SQL
D. JavaScript

Correct Answer: Option A


Explanation:
HTML (Hypertext Markup Language) is the baseline markup framework used to define the core structural layout of web content.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is a web-based API architecture that uses HTTP methods?
A. GraphQL
B. All of the above
C. SOAP
D. REST

Correct Answer: Option D


Explanation:
REST is specifically designed around HTTP methods (GET, POST, etc.) and resources. SOAP and GraphQL are also web APIs but not solely based on HTTP verbs.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the primary operational task of a 'Local DNS Cache' operating within an individual computer's operating system environment?
A. To filter email spam items from corporate mail boxes
B. To parse HTML structural page data inside browser applications
C. To temporarily store recently resolved domain-to-IP address lookups locally, avoiding the need to query external DNS servers for repeat visits
D. To track local physical network interface hardware performance logs

Correct Answer: Option C


Explanation:
The local DNS cache retains recent domain resolutions in device memory, reducing latency and network traffic by accelerating address lookups for frequently visited websites.

This question belongs to: Computer Internet and Web Technologies