adplus-dvertising

Welcome to the AJAX MCQs Page

Dive deep into the fascinating world of AJAX with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of AJAX, a crucial aspect of Web Technologies. In this section, you will encounter a diverse range of MCQs that cover various aspects of AJAX, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within Web Technologies.

frame-decoration

Check out the MCQs below to embark on an enriching journey through AJAX. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of Web Technologies.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of AJAX. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

AJAX MCQs | Page 1 of 2

Q1.
Which interface you will use wrap an AJAX client control into a custom server control?
Discuss
Answer: (a).IScriptManager
Q2.
Which method is used to dynamically register client script from code?
Discuss
Answer: (a).Page.ClientScript.RegisterClientScriptBlock
Q3.
Which of the following is true ?

1. AJAX is a platform-independent technology
2. AJAX can work with web application
3. AJAX can only work with ASP.NET
4. AJAX is a platform-dependent technology
Discuss
Answer: (a).1, 2
Q4.
Which control is required of every AJAX page to manage the JavaScript files sent to the client and the communication between client and server?
Discuss
Answer: (b).ScriptManager
Q5.
Which control can be used to update only the portion of the page?
Discuss
Answer: (a).UpdatePanel
Q6.
Which of the following technology is not used by Ajax?
Discuss
Answer: (d).Flash
Q7.
How many types of triggers are present in update panel?

a.

2

b.

3

c.

4

d.

5

Discuss
Answer: (a).2
Q8.
All of the following are controls of Ajax except
Discuss
Answer: (c).UpdateData
Q9.
Match the following List 1 to List 2:

a. UpdatePanel ------------------ i. If Master Page contains a ScriptManager then content page will use this control.
b. UpdateProgress -------------- ii. ContentTemplate
c. Timer -------------------------- iii. ProgressTemplate
d. ScriptManagerProxy -------- iv. Tick Event
Discuss
Answer: (b).a - ii b - iii c - iv d - i
Q10.
The UpdatePanel supports two types of triggers: AsyncPostBackTrigger and PostBackTrigger. Choose the correct option regarding working of these triggers.
Discuss
Answer: (d).Both a and b are correct
Page 1 of 2

Suggested Topics

Are you eager to expand your knowledge beyond Web Technologies? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!