Dojo JavaScript Toolkit Quiz

Test your knowledge of the Dojo JavaScript framework, including its widget system, AJAX capabilities, and module loading features.

11 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Struts, the popular MVC framework by the Jakarta project of Apache utilizes Front Controller pattern in one of the following key components of the framework. Please choose.

  1. Action
  2. ActionForm
  3. ActionServlet
  4. None of the above
Question 2 Multiple Choice (Single Answer)

DOJO is

  1. Editor
  2. Language
  3. Toolkit
  4. Platform
Question 3 Multiple Choice (Single Answer)

DOJO written in

  1. C++
  2. Java
  3. VB
  4. Javascript
Question 4 Multiple Choice (Single Answer)

Dojo.require should present in

  1. Main Method
  2. <script></script> Block
  3. <Body>
  4. Macro
Question 5 True/False

DOJO cannot be used with javascript/HTML

  1. True
  2. False
Question 6 Multiple Choice (Single Answer)

XhrPost is

  1. Interface to making asynchronous calls AND sending data to the server
  2. Provides the debugging/logging console
  3. parse the html and look for elements with a dojoType attribute
  4. None of the above
Question 7 True/False

Dojo.js provides Package system and Base Utilities

  1. True
  2. False
Question 8 Multiple Choice (Single Answer)

Dojo Text box is defined in

  1. dijit/form/TextBox.js
  2. dijit/form/TextBox.css
  3. controls.js
  4. utility.js
Question 9 True/False

dijit.form.NumberSpinner is the type of Text Box

  1. True
  2. False
Question 10 Multiple Choice (Multiple Answers)

Which of the following are dojo.xhrPost object properties

  1. form
  2. rowSelector
  3. field
  4. postData
Question 11 Multiple Choice (Single Answer)

Which of the following is provided by dojo.data for reading/Writing a particular format of JSON data

  1. toJSon
  2. ItemFileWriteStore
  3. appendfiles
  4. getValues