A control that can be used for displaying other controls is:
Listbox 0%
Datawindow 0%
Tabcontrol 0%
Groupbox 0%
Richtextedit 0%
A named set of parameters stored in your PowerBuilder initialization file that defines a connection to a particular database in the PowerBuilder development environment is known as:
ODBC connection 0%
DSN 0%
Data connection 0%
Database profile 0%
Data parameter 0%
An object with the prefix ds would refer to a:
DataWindow 0%
dataStore 0%
DataWindowChild 0%
DragObject 0%
DrawObject 0%
Assume there are two windows, w1 and w2.w2 has a tab control with the name tab1. tab1 has two pages, tabp1 and tabp2. tabp1 has a command button cb1. What will be the correct syntax to refer to cb1...
w2.tab1.tabp1.cb1 0%
tab1.tabp1.cb1 0%
tabp1.tab1.cb1 0%
w2.tabp1.tab1.cb1 0%
w2.cb1 0%
Given the following database access components for a windows platform, arrange them in the correct order starting from the application and ending with the database: 1 Powersoft ODBC interface (PBO...
2,1,5,4,3 0%
2,4,5,1,3 0%
2,1,4,5,3 0%
2,5,1,4,3 0%
2,4,1,5,3 0%
Given the name of the object to be Pfc_w_master, the object as per the naming conventions is a:
Window 0%
Menu 0%
Global structure 0%
Visual user object 0%
Standard class user object 0%
How many instances of a window can you create?
1 0%
2 0%
5 0%
10 0%
No limit 0%
In a window, you need two sets of radio buttons. On which control will you place the radio buttons ?
Tab 0%
Groupbox 0%
Roundrectangle 0%
Rectangle 0%
Oval 0%
In which of the following cases does PowerBuilder not connect to the database?
Open a painter that accesses the database 0%
Compile or save a PowerBuilder script containing embedded SQL statements 0%
Execute an application that accesses the database 0%
Invoke a DataWindow control function that accesses the database while executing an application 0%
Terminate the application 0%
Labels are used in conjunction with:
Variable declaration 0%
Constant declaration 0%
Loops 0%
Decision making statements 0%
Goto statements 0%
On a Windows platform, the name of the initialization file is:
PB.INI 0%
PBI.INI 0%
PS.INI 0%
P.INI 0%
POWER.INI 0%
On which platform do INTERSOLV ODBC drivers, included with PowerBuilder, support ODBC connections?
Windows 95/98 0%
Windows NT 0%
Windows 2000 0%
UNIX 0%
LINUX 0%
On which platform can ODBC drivers, provided by vendors other than Powersoft, be supported?
Windows 0%
Windows and UNIX 0%
UNIX and Power Macintosh 0%
Windows and Power Macintosh 0%
Windows, UNIX and Power Macintosh 0%
The & character is used:
For declaring constants 0%
To concatenate strings 0%
For statement continuation 0%
To escape characters 0%
To give comments 0%
The concatenation operator is:
& 0%
+ 0%
# 0%
Either & or + 0%
Either & or # 0%
The connection object for use with all distributed PFC applications is:
n_sqlca 0%
n_conn 0%
n_connection 0%
n_cn 0%
n_data 0%
The createondemand property of the tab control:
Asks the user whether the control should be displayed 0%
Prompts the user to add more tab pages 0%
Specifies whether the representation of controls on all tab pages are created when the tab control is created 0%
If set to true results in the slower opening of the window 0%
Prompts the user to display the controls on the tab pages 0%
The default DynamicDescriptionArea in PowerBuilder is:
sqlca 0%
sqlsa 0%
sqlda 0%
sqlad 0%
sql 0%
The default DynamicStagingArea in PowerBuilder is:
sqlca 0%
sqlsa 0%
sqlda 0%
sqlas 0%
sqlst 0%
The default transaction object is:
sql 0%
cn 0%
sqlca 0%
tran 0%
conn 0%
The escape character in Powerscript is:
The first step in creating an application with PFC is:
Creating a database connection 0%
Creating an MDI window 0%
Configuring and enabling the application manager 0%
Creating a database profile 0%
Creating a menu 0%
The five system tables created by PowerBuilder the first time it connects to the database are collectively known as:
MetaData 0%
Data Dictionary 0%
System Tables 0%
Repository 0%
Powersoft Tables 0%
The IsValid function:
Determines whether an object variable is instantiated 0%
Determines whether a given value is numeric 0%
Determines the data type of a variable 0%
Determines whether the variable is null or not 0%
Determines whether a string can be converted into a string 0%
The number of global functions defined in the PFC is:
1 0%
2 0%
5 0%
10 0%
50 0%
The ODBC API does not define which of the following?
A library of ODBC function calls that connect to the data source, execute statements and retrieve results 0%
A standard way to connect and log on to a DBMS 0%
SQL syntax based on the X/Open and SQL Access Group (SAG) CAE specification 0%
A representation of data types for a specific DBMS 0%
A standard set of error codes 0%
The operator for exponentiation is:
! 0%
** 0%
^ 0%
@ 0%
# 0%
The PFC object u_cb stands for:
Command button visual user object 0%
Checkbox visual user object 0%
Listbox visual user object 0%
Listview visual user object 0%
Groupbox visual user object 0%
The prefix g would be used for which variable type?
Global 0%
Local 0%
Instance 0%
Shared 0%
Public 0%
The repository table pbcatfmt contains:
Names, comments, headers, labels, case, initial value and justification 0%
Edit style names and definitions 0%
Display format names and definitions 0%
Name, owner, default fonts and comments 0%
Validation rule names and definitions 0%
The string function mid is used to:
Find the middle character in a string 0%
Find the middle word in a sequence of words 0%
Extract a certain number of characters from a string 0%
Determine whether a string contains a particular pattern of characters 0%
Find the length of a string 0%
The windows that are opened in the client area of an MDI frame are known as:
Child windows 0%
Frame windows 0%
Sheets 0%
Popup windows 0%
Modal windows 0%
What is the ancestor object for custom visual user objects such as u_calculator and u_calendar?
u_app 0%
u_main 0%
u_parent 0%
u_base 0%
u_ancestor 0%
What would the following script generally be used for? close (parent)
Terminating the application 0%
Closing the database connection 0%
Closing the window on which the control lies 0%
Closing the MDI frame 0%
Shutting down the computer 0%
Which application event is fired first?
Close 0%
Open 0%
Connectionend 0%
Connectionbegin 0%
Idle 0%
Which control would you use to display the information in a hierarchical fashion?
Tab 0%
PictureListBox 0%
EditMask 0%
ListView 0%
TreeView 0%
Which Datawindow function is used to retrieve the rows into the Datawindow ?
Fetch 0%
Extract 0%
Retrieverows 0%
Retrieve 0%
Get 0%
Which DBPARM parameter is used to connect to an ODBC data source?
ConnectString 0%
ConnectOption 0%
AppName 0%
CursorLib 0%
SQLCache 0%
Which is the ancestor for all PFC windows?
w_main 0%
w_frame 0%
w_master 0%
w_response 0%
w_sheet 0%
Which is the ancestor main window for all SDI applications?
w_sheet 0%
w_response 0%
w_popup 0%
w_main 0%
w_child 0%
Which is the default event for a horizontal scroll bar?
Moved 0%
Pageleft 0%
Pageright 0%
Constructor 0%
Destructor 0%
Which menu is the master menu for all PFC applications?
m_master 0%
m_app 0%
m_main 0%
m_frame 0%
m_tvs 0%
Which object is used to analyze the performance of a PowerBuilder application?
TraceTree 0%
There is no such object 0%
Performance 0%
Analyze 0%
Monitor 0%
Which object provides the ability to display a Web page in the default browser?
Inet 0%
Browser 0%
Internet 0%
Web 0%
Net 0%
Which object will be used to handle runtime errors?
Application 0%
Err 0%
Error 0%
Errobject 0%
Errorobject 0%
Which of the following identifiers is invalid?
ABC_Code 0%
Child-Id 0%
response35 0%
Child'sId 0%
Part# 0%
Which of the following is not a date related function?
Day 0%
DayName 0%
DayNumber 0%
DaysAfter 0%
DaysBefore 0%
Which of the following is not a descendant of w_master?
w_child 0%
w_frame 0%
w_main 0%
w_about 0%
w_response 0%
Which of the following is not a main type of PowerBuilder object in PFC?
Windows 0%
Menus 0%
DataWindow objects 0%
Reports 0%
User objects 0%
Which of the following is not a mathematical function?
Abs 0%
Arrange 0%
Ceiling 0%
Exp 0%
Fact 0%
Which of the following is not a standard data type?
Boolean 0%
Char 0%
Double 0%
Currency 0%
Real 0%
Which of the following shape controls is not available in the PowerBuilder control bar?
Line 0%
Rectangle 0%
Polygon 0%
Oval 0%
RoundRectangle 0%
Which popup menu is displayed when the user releases the right mouse button over an u_dw based datawindow control?
m_dw 0%
m_edit 0%
m_frame 0%
m_lvs 0%
m_oc 0%
Which PowerBuilder repository table contains the edit style names and definitions?
pbcattbl 0%
pbcatcol 0%
pbcatfmt 0%
pbcatedt 0%
pbcatvld 0%
Which PowerBuilder repository table contains the validation rule names and definitions?
pbcattbl 0%
pbcatcol 0%
pbcatfmt 0%
pbcatedt 0%
pbcatvld 0%
Which property of the error object contains the name of the object in which the error occurred?
Objname 0%
Objtype 0%
Object 0%
Text 0%
Objectname 0%
You are declaring an instance variable. What is the prefix you would use to name the variable?
You want a variable that will be accessible anywhere in the application. What type of variable will you declare?
Application 0%
Global 0%
Instance 0%
Shared 0%
Local 0%
You want to get a value for a particular key from the system registry What function will you use?
RegistryGet 0%
GetKey 0%
RetrieveKey 0%
ReadKey 0%
ExtractKey 0%
You want to implement a timer in your application. Which function will you use?
Clock 0%
Repeat 0%
Time 0%
Timer 0%
Sleep 0%