DEV 2000
UNIT-1 (FORMS)
I. Each Question Carries 1 Mark.
1. Oracle form is a ____C_____
a)Language b)Package c) Tool d)None
2. In Forms, data can be ___D____
a)Selected b)Edited c)Deleted d)All
3. _C___ 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 ___D_____
a)List of Values b)List Item c)Radio Group d)All
5. .FMB stands for ___A______
a)Form Module Binary b)Form Meta Binary c)Form Module Based d)None
6. .FMT stands for _____C______
a)Form Module Template b)Form Meta Text c)Form Module Text d)None
7. .FMX stands for ______B________
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 ___A___ and _A___.
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 ___B______.
a)Report Builder b)Form Builder c)Graphics Builder d)None
11. An ____A____ 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. ___B______ 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 ___D_____ 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 ___D____ components to do all activities.
a)Builder b)Generate c)Run Form d)All
15. Application developers use the ___A___ to create an application.
a)Builder b)Generate c)Run Form d)None
16. The _C_ presents a hierarchical view of an entire Oracle Forms design session.
a)Properties Window b)Layout Editor c)Object Navigator d)None
17. The ___B______ display your form graphically.
a)Properties Window b)Layout Editor c)Object Navigator d)None
18. The ______A___ 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 ___D______ to run the generated application .
a)Builder b)Generate c)Run Form d)All
20. A___A____ block contains items from a single database Table.
a)Base Table Data Block b)Control Data Block c)Form Block d)None
21. ___B____ 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 _B____ from the database.
a)Column b)Row c)Table d)None
23. An ___A_____ 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 ____C____
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____-
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 ___C___
a)Check box b)List Item c)Display Item d)None
27. The __C__ 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. ___B___ 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 ___B__
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 _____B____
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 __C___.
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_____.
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____.
a)OLE Container b)Active X Control c)Sound Item d)None
34. Form Builder Executable file name is ____A_________.
a)F50DES32.EXE b)G30DES32.EXE c)R30DES32.EXE d)None
35. Form file extension is ___B____
a).FRM b).FMB c).FMR d)None
36. Form Layout style is well suited for a ____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 ____B__ records.
a)Single-Record b)Multiple Records c)No limit d)None
38. _____B____ 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________.
a)Congratulation Window b)Welcome Window c)Bye-Bye Window d)None
40. After saving the form, display the __B____ message in the status bar.
a)Module Save Successfully. b)Module built Successfully. c)Form Save Successfully d)None
41. ___C________ is the command to exit from RUNFORM window.
a)FILE – EXIT b)ACTION – QUIT c)ACTION – EXIT d)None
42. In the Runform, ___A_____ 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, ___C_____ 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, ___A_____ is the command to delete a record from the table.
a)Record – Remove b)Record – erase c)Record – delete d)None
45. ____A____ is the command to leave from Runform and returns to the Designer.
a)Action – Exit b)Action – Quit c)Action - Leave d) None
46. ____D_____ 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 __A___ 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 __B___ 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 ___B___ showing the name of each tool.
a)Help b)ToolTip c)Menu d)None
50. ___D_______ is the method to run the form .
a)Program – RunForm b)Run Form Icon tool c)Start – Developer 2000 – Forms Runtime d)ALL
51. ___A_____ 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 , ____A____ is using to display the system date automatically when run the form.
a)$$DATE$$ b)$$SYSDATE$$ c)$DATE$ d)None
53. In the form , ___A_____ is using to display the system date automatically when run the form.
a)$$TIME$$ b)$$SYSTIME$$ c)$TIME$ d)None
54. In oracle forms , ____B______ 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. ____A___ 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 _____C____ 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 ____A_____ 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, ___C__ symbol represents any single character.
a)$ b)& c)Under Score ( _ ) d)None
59. When we are using pattern String Matching, __B__ 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 __A__ 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 ___B__ command .
a)Action – Save b)Save tool c)Action - Commit d)a & b
62. Oracle Forms interacts with the database by using __A___ statements.
a)SQL Statement b)SQL*Plus c)PL/SQL d) None
63. Once a transaction has been save by using __B__ , the operator can no longer undo that transaction .
a)File – Save b)Action – Save c)Edit – Save d)None
64. The ____C_____ 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 ___B_______
a)WHEN BUTTON_PRESSED b)WHEN_VALIDATE_ITEM c)PRE_ITEM d)None
66. The __A______ 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. ___B______ 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 ____C____ message is displayed at the bottom right corner .
a)CODE SUCCESSFULLY b)NO ERRORS & WARNINGS c)SUCCESSFULLY COMPILE d)None
69. The ____A_____ 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 _____B_____.
a)Layout Editor b)Properties Window c)Object Navigator d)None
71. Objects and nodes in the ___C___ 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 ____A___ 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 __B____ 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 __C___ 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. __A_____ modules contain only subprograms and packages.
a)Library b)Block c)Item d) None
78. The __A____ detects syntax errors, semantic errors, and references to non-existent objects, procedures and functions.
a)Compiler b)Runform c)Saving d)None
79. ___B__ message is displayed on the status bar, when we compile successfully.
a)