IBM C2090-913 - Informix 4GL Development Exam
Page: 3 / 30
Total 149 questions
Question #11 (Topic: )
Click the Exhibit button to view the exhibit. Given the exhibit, which PRINT line would
producethese results?
producethese results?
A. PRINT last_name, COLUMN 15, amount USING "$$$$.&"
B. PRINT last_name, COLUMN 15, amount USING "$<<<.&"
C. PRINT last_name CLIPPED, 8 SPACES, amount USING "$###.&"
D. PRINT last_name CLIPPED, COLUMN 15, amount USING "$###.&"
Answer: D
Question #12 (Topic: )
Which features are unique to the INPUT ARRAY statement?
A. BEFORE/AFTER ROW clause
B. BEFORE/AFTER INPUT clause
C. BEFORE/AFTER FIELD clause
D. BEFORE/AFTER DELETE clause
E. BEFORE/AFTER INSERT clause
Answer: A,D,E
Question #13 (Topic: )
Which values will the form display when using the INPUT ARRAY WITHOUT
DEFAULTSstatement?
DEFAULTSstatement?
A. null
B. the values of the program array
C. the default attributes of the form
D. the default attributes of the form or null
E. the default column values from the table definition or null
F. the default attributes of the form or the default column values from the table definition
G. the default attributes of the form, the default column values from the table definition, or null
Answer: B
Question #14 (Topic: )
Click the Exhibit button to view the exhibit. Given the sample code fragment in the exhibit,
whichmenu choices would first appear on the screen for the user?
whichmenu choices would first appear on the screen for the user?
A. Exit
B. Query
C. Update
D. Insert
Answer: A,B
Question #15 (Topic: )
What does the CONSTRUCT statement create?
A. a column list
B. a FROM clause
C. a WHERE clause
D. a SELECT statement
E. an ORDER BY clause
Answer: C