SmartClient Framework Quiz
Test your knowledge of SmartClient, a JavaScript-based web application UI framework covering widgets, components, events, and the isomorphic namespace.
Questions
What do you mean by a Third Party System?
- A system which helps sell Cellphones to BBE
- A system which provides some sort of service to BBE
- A system which regulates BBE
- Any competitor of BBE
Listgrid,DynamicForm,Canvas,Menu all are part of same namespace "isomorphic"
- True
- False
Widgets are visual interface elements , implemented as JavaScript Objects.
- True
- False
Smartclient Widget Instance can be manipulated using JavaScript through properties and methods.
- True
- False
IButton is a derived version of Button class with Image background
- True
- False
Which of the following best describes Smartclient
- an object-oriented scripting language.
- a compiled scripting language.
- a scripting language precompiled in the browser.
- a low-level programming language
Which of the following is not a Smartclient Component
- ListGrid
- DynamicForm
- PropertySheet
- DSRequest
Using smartclient we can load CSV,XML,Pdf and word doc in a Iframe
- True
- False
The event triggered when the user types in a value in a FormItem is
- Changed
- Change
- Blur
- None
Which of the following can't be done with Smartclient
- Validating a form
- Sending a form's contents by email
- Storing the form's contents to a database file on the server
- None of the above
Which of the below are not defined as default control operations of isomorphic namespace
- Create
- Fetch
- Remove
- Save
If a widget’s autoDraw property is set to false, one can call the draw method to display.
- True
- False
Smartclient can perform both XMLHTTPRequest and Plain HTTPRequest
- True
- False
We put the Smartclient code inside the tag
- <isomorphic>
- <script>
- <isc:Script>
- None