Вы находитесь на странице: 1из 4

Q.1 Which JS file interfaces UI in OpenUI?

1. Physical render
2. Presentation model
3. JavaScript
4. CSS

Q. 2 which sequence of method does a Presentation model have?


1. Initialization
2. Setup
3. Init & Setup
4. Initialization

Q. 3 which method does physical renderer must have?


1. AddEvent
2. Addmethod
3. Init
4. None

Q.4 JavaScript language is ____

1. Case sensitive
2. Case insensitive
3. Can be case sensitive through programming
4. None of these

Q.5 what is full form of DOM:


1. Documentation Orientation Model
2. Document object model
3. Detail object model
4. Detail Orientation model

Q 6. X=’’5’’, Y=’’6’’, z=x+y = ___

1. 11
2. 56
3. Nan

4. None of these

Q 7. Which slide method JQuery don’t have

1. Slide Down
2. Slide Up
3. Slide toggle
4. Slidefromleft
Q 8. Which fade method JQuery don’t have

1. FadeIn
2. FadeOut
3. FadeTo
4. Fadedown
Q. 9 what is the correct Syntax to det the color of the font Blue

1. Style="color: red”
2. style=”font-color: red”
3. Font-color=red
4. None

Q. 10 what is the statement to write a regular expression in JQuery:

Ans. Var patt = new RegExp (Pattern, modifiers)

Q 11. HI and SI can run in Parallel to open UI using:


1. same object manager
2. Different object manager but same srf
3. Different object manager and different srf
4. None of the above

Q 12. Siebel send a request to the Siebel server and perform other tasks when it waits for response is:
1. Asynchronous
2. Synchronous
3. Direct
4. Indirect

Q 13. Siebel send a request to the Siebel server and does not perform other tasks when it waits for
response is:
1. Asynchronous
2. Synchronous
3. Direct
4. Indirect

Q 14. ____ is used to style many HTML files with same styling

1. External style sheets


2. Internal style sheets
3. Inline style sheets
4. Embedded style sheets
Q 15. A sheet ____ is used to style a single HTML file throughout

1. External style sheets


2. Internal style sheets
3. Inline style sheets
4. Embedded style sheets
Q 16. __ does all the rendering in continuation after the ____

1. Physical renderer, presentation model


2. Physical renderer, Physical renderer
3. presentation model, Physical renderer
4. presentation model, presentation model
Q 17. OpenUI parameters are given in which file:

1. Infraframework
2. InfraUIframework
3. UIframework
4. FrameworkUI
Q 18. Using JS the image positioning that is not possible is:
1. Relative Positioning
2. Static Positioning
3. Dynamic Positioning
4. Fixed Positioning

Q 19. Which loop method is not available in JavaScript?

1. If. Else
2. For
3. For\In
4. While
Q 20. Which is used for next line in JavaScript?

1. \n
2. \t
3. \r
4. \u
Q 21. What is the significance of statement?

h1.hidden {display: none ;}

1. display: hidden; none of the element display, and element takes up some space
2. display: hidden; none of the element display, and element takes no space
3. Visibility: hidden; hides the element, and the element will still take up the same space as before
4. Visibility: hidden; hides the element, and the element will still take up the different space

Q 22. PM method used to binds the data on PR

Ans. AttachPMBinding

Q 23. Open UI renders user interfaces as collection of HTML?

1. Iframe
2. Frames
3. Layered
4. div elements
Q 24. When we declare an undeclared variable, it will behave as
1. global
2. local
3. modified
4. none of these
Q 25. If a PR function is waiting for a response from PM, it is a ______ call

1. synchronous
2. asynchronous
Q 26. Which is not the supported browser for open ui

1. IE10
2. IE8
3. Chrome
4. Mozilla
Q 27. Binds an incoming event to a method in presentation model

1. AttachHandler
2. AttachEventHandler
3. AttachEvent
4. AttachIncomingEvent
Q28. Method used to run a method that the Addmethod method calls in presentation model

1. ExecuteAddMethod
2. Run
3. Execute
4. ExecuteMethod
Q 29. Method to store the Field State?

Ans. GetFieldValue

Q 30. Which CSS file is used for many HTML files?

Ans. External Stylesheet

Q 31. HI starts at which level?

1. View
2. Applet
3. Control
4. Screen
Q 32. Which stylesheet is used to apply style in single doc?

1. Inline
2. External
3. Internal\Embedded
4. None of these

Вам также может понравиться