0

programming languages Online Quiz - 335

Description: programming languages Online Quiz - 335
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0

You have created an alert with three buttons. What value will be returned if the user selects the second button?

  1. BUTTON2

  2. DIALOG_BUTTON2

  3. ALERT_BUTTON2

  4. It depends on the choice being offered by the button.


Correct Option: C

What is the purpose of the KEY-OTHERS trigger?

  1. Provides code to execute if a key's own trigger fails

  2. Provides code to execute if user presses a key that has no trigger attached

  3. Provides code to execute if user presses wrong key

  4. Provides code that accesses another key's trigger and executes the code it contains


Correct Option: B

Which built-in causes an LOV to display for a text item that has one defined?

  1. WHEN-NEW-ITEM-INSTANCE

  2. WHEN-NEW-LOV

  3. GO_ITEM

  4. SHOW_LOV


Correct Option: D
  1. A stacked canvas can contain push buttons.

  2. A stacked canvas obscures what is beneath it.

  3. A tab canvas can contain multiple pages.

  4. A tab canvas looks much cooler.


Correct Option: C
  1. DOWN

  2. COMMIT_FORM

  3. No Answer is Correct.

  4. All Answers are Correct.

  5. GO_ITEM


Correct Option: C
  1. :system.message_level := 0;

  2. :system.suppress_working := 'TRUE';

  3. :system.suppress_working := 'FALSE';

  4. :system.message_level := 5;


Correct Option: D
  1. Set the canvas's DML Array Size property to 50.

  2. Set the data block's DML Array Size property to 50.

  3. Set the window's DML Array Size property to 50.

  4. Array processing is limited to 25 records per batch.


Correct Option: B

Your form module's Validation Unit property is set to Form. The module includes a data block that has a PRE-TEXT-ITEM trigger. At what point will the trigger fire?

  1. Never

  2. When data is committed

  3. Before the form is validated

  4. After the form is validated


Correct Option: A

You wish to have certain values in a form initialized when the form is first opened. What trigger will you use?

  1. WHEN-NEW-CANVAS-INSTANCE

  2. WHEN-NEW-FORM-INSTANCE

  3. WHEN-NEW-FORM

  4. WHEN-FORM-OPENED

  5. WHEN-NEW-CANVAS


Correct Option: B
  1. a space

  2. an asterisk

  3. The default value is not optional

  4. None of the above


Correct Option: A
  1. we can pass a numerical value in first parameter

  2. we can pass a negative value in second parameter

  3. Both a & b

  4. None of the above


Correct Option: B

What does OFA stands for ?

  1. Oracle Flexible Architecture

  2. Oracle Financials Applications

  3. Optimal Flexible Architecture

  4. None of the above


Correct Option: C

Which of the following is true for delete?

  1. Delete statement can be given without writing where clause.

  2. We can delete two tables simultaneously

  3. Both a & b

  4. None of the above


Correct Option: A

How do you rename a table ?

  1. alter table table_name rename to new_table_name;

  2. RENAME table_name new_table_name;

  3. Dropping the table and creating once again

  4. None of the above.


Correct Option: A
- Hide questions