SmartClient Framework Quiz

Test your knowledge of SmartClient, a JavaScript-based web application UI framework covering widgets, components, events, and the isomorphic namespace.

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What do you mean by a Third Party System?

  1. A system which helps sell Cellphones to BBE
  2. A system which provides some sort of service to BBE
  3. A system which regulates BBE
  4. Any competitor of BBE
Question 2 True/False

Listgrid,DynamicForm,Canvas,Menu all are part of same namespace "isomorphic"

  1. True
  2. False
Question 3 True/False

Widgets are visual interface elements , implemented as JavaScript Objects.

  1. True
  2. False
Question 4 True/False

Smartclient Widget Instance can be manipulated using JavaScript through properties and methods.

  1. True
  2. False
Question 5 True/False

IButton is a derived version of Button class with Image background

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

Which of the following best describes Smartclient

  1. an object-oriented scripting language.
  2. a compiled scripting language.
  3. a scripting language precompiled in the browser.
  4. a low-level programming language
Question 7 Multiple Choice (Single Answer)

Which of the following is not a Smartclient Component

  1. ListGrid
  2. DynamicForm
  3. PropertySheet
  4. DSRequest
Question 8 True/False

Using smartclient we can load CSV,XML,Pdf and word doc in a Iframe

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

The event triggered when the user types in a value in a FormItem is

  1. Changed
  2. Change
  3. Blur
  4. None
Question 10 Multiple Choice (Single Answer)

Which of the following can't be done with Smartclient

  1. Validating a form
  2. Sending a form's contents by email
  3. Storing the form's contents to a database file on the server
  4. None of the above
Question 11 Multiple Choice (Single Answer)

Which of the below are not defined as default control operations of isomorphic namespace

  1. Create
  2. Fetch
  3. Remove
  4. Save
Question 12 True/False

If a widget’s autoDraw property is set to false, one can call the draw method to display.

  1. True
  2. False
Question 13 True/False

Smartclient can perform both XMLHTTPRequest and Plain HTTPRequest

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

We put the Smartclient code inside the tag

  1. <isomorphic>
  2. <script>
  3. <isc:Script>
  4. None