UNIT-1 (FORMS)
I. Each Question Carries 1 Mark.
1. Oracle form is a _________
a)Language b)Package c) Tool d)None
2. In Forms, data can be _______
a)Selected b)Edited c)Deleted d)All
3. ____ is used to display data from two tables , which has a common column name.
a)Table b)View c)Master-Detail d)None
4. Forms can be made more user-friendly by using the controls like ________
a)List of Values b)List Item c)Radio Group d)All
5. .FMB stands for _________
a)Form Module Binary b)Form Meta Binary c)Form Module Based d)None
6. .FMT stands for ___________
a)Form Module Template b)Form Meta Text c)Form Module Text d)None
7. .FMX stands for ______________
a)Form Module Extended b)Form Module Executable c)Form Meta executable d)None
8. A form is more than a single window . (True / False)
9. In the form, we can create two types of Blocks. They are ______ and ____.
a)Base Table Block & Control Block b)Data Wizard Block& Record Block c)Form Block&Manual Block d)None
10. To create an application , use the Oracle _________.
a)Report Builder b)Form Builder c)Graphics Builder d)None
11. An ________ application can also incorporate modules from other tools, such as Oracle Reports and Oracle Graphics.
a)Oracle Form b)Sql Plus c)Sql * Report d)None
12. _________ is extends the SQL Language by adding block-structured procedural constructs combined with SQL’s non-procedural capabilities.
a)SQL*PLUS b)PL/SQL c)SQL*REPORT d)None
13. Oracle Form can be used to perform the ________ activities.
a)Retrieving data from tables b)Changing data in the tables. c)Saving changes to the tables d)All
14. Basically , Oracle Form using _______ components to do all activities.
a)Builder b)Generate c)Run Form d)All
15. Application developers use the ______ to create an application.
a)Builder b)Generate c)Run Form d)None
16. The __ presents a hierarchical view of an entire Oracle Forms design session.
a)Properties Window b)Layout Editor c)Object Navigator d)None
17. The _________ display your form graphically.
a)Properties Window b)Layout Editor c)Object Navigator d)None
18. The _________ displays the properties of the objects you select in the Navigator.
a)Properties Window b)Layout Editor c)Object Navigator d)None
19. Form operators use _________ to run the generated application .
a)Builder b)Generate c)Run Form d)All
20. A_______ block contains items from a single database Table.
a)Base Table Data Block b)Control Data Block c)Form Block d)None
21. _______ block contains items not related to database table .
a)Base Table Data Block b)Control Data Block c)Form Block d)None
22. A record in a data block displays a _____ from the database.
a)Column b)Row c)Table d)None
23. An ________ is an interface object that displays data from a column in the database to operators.
a)Item b)Row c)Table d)none
24. A rectangle with a text lable or an icon graphic inside. This interface is ________
a)Check box b)List Item c)Button d)None
25. A text label with a graphic state indicator that displays the current value as either checked or unchecked . This interface is ______-
a)Check box b)List Item c)Button d)None
26. A read only text box whose value must be fetched or assigned programmatically. This interface is called ______
a)Check box b)List Item c)Display Item d)None
27. The ____ interface to allow the user to load, record , edit , play and save sounds.
a)OLE Container b)Active X Control c)Sound Item d) None
28. ______ is a custom control that simplifies the building and enhancing of user interfaces.
a)OLE Container b)Active X Control c)Sound Item d) None
29. A group of choices displayed as either a pop list , a T-list or a Combo list. This interface is _____
a)Check box b)List Item c)Display Item d)None
30. A single or multi line box that supports a variety of data types, format masks and editing capabilities. This type of interface is _________
a)Check box b)Text Item c)Display Item d)None
31. A group of buttons , one of which is always selected. This interface is _____.
a)Check Box b)List Item c)Radio Group d)None
32. A bordered rectangle of any size that can display a graphic representation generated by Graphic Builder . This type of interface is ________.
a)Chart Item b)Image Item c)OLE Container d)None
33. An area that stores and display in the object that is created from an other server application . This type of interface is __________.
a)OLE Container b)Active X Control c)Sound Item d)None
34. Form Builder Executable file name is _____________.
a)F50DES32.EXE b)G30DES32.EXE c)R30DES32.EXE d)None
35. Form file extension is _______
a).FRM b).FMB c).FMR d)None
36. Form Layout style is well suited for a ________ block.
a)Single-Record b)Multiple Records c)No limit d)None
37. Tabular layout style is better suited for a data block that displays ______ records.
a)Single-Record b)Multiple Records c)No limit d)None
38. _________ are typically useful for multi-record block.
a)Tab Key b)Scroll Bar c)Space Bar d)None
39. In Form Wizard, last step is ____________.
a)Congratulation Window b)Welcome Window c)Bye-Bye Window d)None
40. After saving the form, display the ______ message in the status bar.
a)Module Save Successfully. b)Module built Successfully. c)Form Save Successfully d)None
41. ___________ is the command to exit from RUNFORM window.
a)FILE – EXIT b)ACTION – QUIT c)ACTION – EXIT d)None
42. In the Runform, ________ is the command to fetch the rows from the table.
a)Query – Execute b)Record – Fetch c)Query - Find d)None
43. In the Runform, ________ is the command to insert the record in a table.
a)Record – Save b)Record – store c)Record – Insert d)None
44. In the Runform, ________ is the command to delete a record from the table.
a)Record – Remove b)Record – erase c)Record – delete d)None
45. ________ is the command to leave from Runform and returns to the Designer.
a)Action – Exit b)Action – Quit c)Action - Leave d) None
46. _________ is the command to display object navigator window.
a)Tools – Object Navigator b)Widow – Object Navigator c)Format – Object Navigator d)a & b
47. In Object Navigator, a box with _____ symbol means the node contains objects and can be expanded.
a)Plus (+) b)Minus (-) c)Ampersand (&) d) None
48. In Object Navigator, when node is fully expanded , then _____ symbol will appear inside the box.
a)Plus (+) b)Minus (-) c)Ampersand (&) d) None
49. When we move the mouse over the Tools Palette , Oracle Forms displays a ______ showing the name of each tool.
a)Help b)ToolTip c)Menu d)None
50. __________ is the method to run the form .
a)Program – RunForm b)Run Form Icon tool c)Start – Developer 2000 – Forms Runtime d)ALL
51. ________ means we can use the Data Block Wizard to modify an existing data block-even if the block was not originally created with the wizard.
a)Re-entrant b)Re-form wizard c)Recursion d)None
52. In the form , ________ is using to display the system date automatically when run the form.
a)$$DATE$$ b)$$SYSDATE$$ c)$DATE$ d)None
53. In the form , ________ is using to display the system date automatically when run the form.
a)$$TIME$$ b)$$SYSTIME$$ c)$TIME$ d)None
54. In oracle forms , __________ mode allows an operator to retrieve records from the database and then change those records. i.e update, insert , delete and commit records.
a)Enter Query Mode b)Normal Mode c)Insert Mode d)None
55. _______ command to using to give the Query .
a)Query – Enter Query b)Query – Condition c)Insert – Query d)None
56. When we press Down arrow key after the last record in Query – Execute mode, Oracle Forms displays the _________ message.
a)FRM-5032 , Last Record of query retrieved b)FRM-4032 , Last Record of query retrieved
c)FRM-40352 , Last Record of query retrieved d)None
57. Oracle Forms assumes that want to insert a record and create a new record and Oracle Forms displays the _________ message.
a)FRM-40102 : Record must be entered or deleted first b)FRM-40102 : Record must be entered or deleted first
c)FRM-40102 : Record must be entered or deleted first d)None
58. When we are using pattern String Matching, _____ symbol represents any single character.
a)$ b)& c)Under Score ( _ ) d)None
59. When we are using pattern String Matching, ____ symbol represents any number of characters .
a)& b)% c)# d)None
60. Oracle Forms cancels the query and returns the form to Normal Mode. The status line displays ____ message .
a)FRM – 40353 Query Cancelled b)FRM – 4353 Query Cancelled c)FRM – 4053 Query Cancelled d)None
61. To make modifications permanent in the database table , the operator must explicitly use the _____ command .
a)Action – Save b)Save tool c)Action - Commit d)a & b
62. Oracle Forms interacts with the database by using _____ statements.
a)SQL Statement b)SQL*Plus c)PL/SQL d) None
63. Once a transaction has been save by using ____ , the operator can no longer undo that transaction .
a)File – Save b)Action – Save c)Edit – Save d)None
64. The _________ is the command to lock the record.
a)Action - Lock b)File – Record – Lock c) Record – Lock d)None
65. In a Form , validation is done by attaching a trigger to the item to be validated. This trigger name is __________
a)WHEN BUTTON_PRESSED b)WHEN_VALIDATE_ITEM c)PRE_ITEM d)None
66. The ________ exception is a predefined PL/SQL exception available only in oracle forms.
a)FORM_TRIGGER_FAILURE b)FORM_TRIGGER_RAISED c)FORM_TRIGGER_EXCEPTION d )None
67. _________ is used to display any message on the status line in Oracle Form Application .
a)DISLAY() b)MESSAGE() c)PRINT() d)None
68. If the code is error free , a ________ message is displayed at the bottom right corner .
a)CODE SUCCESSFULLY b)NO ERRORS & WARNINGS c)SUCCESSFULLY COMPILE d)None
69. The _________ allows the user to revise the default layout by dragging the items according to the wish of the user.
a)Layout Editor b)Properties Window c)Object Navigator d) None
70. Each item’s property can be set by using __________.
a)Layout Editor b)Properties Window c)Object Navigator d)None
71. Objects and nodes in the ______ are displayed with a ‘+’ or ‘-‘ symbol to indicate whether they are currently expanded or collapsed.
a)Layout Editor b)Properties Window c)Object Navigator d) None
72. In the _______ view, all form objects are visible and the display hierarchy corresponds to the Oracle Forms object ownership hierarchy.
a)Ownership View b)Visual View c)Layout View d)None
73. In the ______ view , only windows , canvas-views and items are displayed .
a)Ownership View b)Visual View c)Layout View d)None
74. In oracle form , all items are assigned to _____ views.
a)Ownership View b)Visual View c)Canvas View d)None
75. We cannot change the name of library modules in the Object Navigator. (True / False)
76. Objects can be copied from one module to another , but cannot be moved from one module to another module.
(true / False).
77. _______ modules contain only subprograms and packages.
a)Library b)Block c)Item d) None
78. The ______ detects syntax errors, semantic errors, and references to non-existent objects, procedures and functions.
a)Compiler b)Runform c)Saving d)None
79. _____ message is displayed on the status bar, when we compile successfully.
a)