What web technology allows interactive, asynchronous updates to a web page by requesting small amounts of data from the server in the background without reloading the entire page? MCQ with Answer and Explanation

What web technology allows interactive, asynchronous updates to a web page by requesting small amounts of data from the server in the background without reloading the entire page?
A. XML
B. AJAX
C. HTML5
D. CSS3
Answer: Option B
Solution (By JKSSB Mock Tests)
AJAX (Asynchronous JavaScript and XML) is a development technique used to create interactive web applications that update data dynamically without a full-page reload.

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 refers to a specific web software asset used to provide localized data charts, real-time stock prices, or news items directly embedded into a sidebar workspace?
A. FTP Directory Link
B. SMTP Routing Tag
C. Web Widget
D. Robots Indexer

Correct Answer: Option C


Explanation:
A web widget is a small, portable application snippet embedded within a web page to display real-time information or specific dynamic tools.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following fields in an email header allows you to send a copy of a message to a recipient without their email address being visible to other recipients?
A. Bcc
B. Cc
C. Subject
D. To

Correct Answer: Option A


Explanation:
Bcc stands for Blind Carbon Copy. Addresses added to the Bcc field are hidden from all other recipients of the email.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a widely used web framework for building RESTful APIs?
A. Express.js
B. Django
C. Ruby on Rails
D. All of the above

Correct Answer: Option D


Explanation:
Express.js (Node.js), Django (Python), and Ruby on Rails are all popular frameworks capable of building RESTful APIs.

This question belongs to: Computer Internet and Web Technologies