Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
Exam
: Sybase 510-308
Title
: Sybase PowerBuilder
Professional 9.0
Version : Demo
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
1. What statements are TRUE for menus in an MDI? (Choose 2)
A. A menu associated with a frame can also be used by sheets.
B. Sheets that appear within a frame can have their own menus.
C. A menu associated with a frame cannot use the ParentWindow pronoun.
D. A menu cannot be dynamically assigned to a sheet.
Answer: AB
2. How many events does the PowerObject system class have?
A. 2
B. 4
C. 6
D. 0
Answer: D
3. The default events for a Custom Class user object are:
A. activate and deactivate
B. constructor and destructor
C. open and close
D. idle and systemerror
Answer: B
4. By default PowerBuilder provides one global instance of what types of standard class user objects?
(Choose 3)
A. Message object
B. Error object
C. DynamicStagingArea object
D. Pipeline object
E. TraceObject object
Answer: ABC
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
5. Calling the DataWindow controls AcceptText() method (Choose 3)
A. from a GetFocus event may cause an infinite loop.
B. may trigger an ItemChanged event.
C. from a LoseFocus event may cause an infinite loop.
D. may trigger an ItemError event.
Answer: BCD
6. Which of the following identifies the PowerScript code to access a block of data specified by rows and
columns?
Any la_data
A. la_data = dw_1.object.column_one[1,1,3,4]
B. la_data = dw_1.data[1,1,3,4]
C. la_data = dw_1.object.data[1,1,3,4]
D. la_data = dw_1.object.column_one.primary.current[1,3]
Answer: C
7. Select the CORRECT Update statement that will perform an AcceptText() and keep the update flags on a
DataWindow Control, dw_1.
A. dw_1.update (TRUE, TRUE)
B. dw_1.update (TRUE, FALSE)
C. dw_1.update (FALSE, TRUE)
D. dw_1.update (FALSE, FALSE)
Answer: B
8. The DataWindow Control function Sel