Download Oracle Fusion Middleware 11g: Build Applications with Oracle Forms.1z0-151.NewDumps.2018-07-24.64q.tqb

Vendor: Oracle
Exam Code: 1z0-151
Exam Name: Oracle Fusion Middleware 11g: Build Applications with Oracle Forms
Date: Jul 24, 2018
File Size: 6 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Purchase
Coupon: EXAM_HUB

Discount: 20%

Demo Questions

Question 1
You want to display employee records in tabular format, but the form is not wide enough to display all the items in the Employees block. The employee IDs and names of displayed records should always be visible, but you want to scroll the additional information as users tab through the Items, the form should look like a spreadsheet with the first two columns frozen. 
Which canvas types would be most appropriate in this scenario?
  1. content canvas in a window with a horizontal scroll bar
  2. content canvas and multiple tab canvases
  3. content canvas and a tab canvas with multiple tab pages
  4. content canvas and a stacked canvas with a horizontal scroll bar
  5. multiple content canvases
Correct answer: D
Explanation:
After an entity is divided into groups, if all groups cannot be displayed simultaneously, it becomes necessary for two or more regions to be displayed in the exact same space, one at a time, using a Tab control. The user can jump to a specific region by selecting a tab or by progressing continuously through all fields of all Tab regions. A set of fields, minimally the primary key fields, should remain visible so the user can maintain context at all times. There, "frozen" fields must be placed inside the Tab control on the left side. When best to use Tab regions:* When the user must see all fields of a record in a single window, but they do not need to see them all simultaneously. * When entire regions need to be hidden from a user due to security restrictions, the current state of data, or other product installations.
After an entity is divided into groups, if all groups cannot be displayed simultaneously, 
it becomes necessary for two or more regions to be displayed in the exact same space, 
one at a time, using a Tab control. The user can jump to a specific region by selecting a 
tab or by progressing continuously through all fields of all Tab regions. A set of fields, 
minimally the primary key fields, should remain visible so the user can maintain 
context at all times. There, "frozen" fields must be placed inside the Tab control on the 
left side. 
When best to use Tab regions:
* When the user must see all fields of a record in a single window, but they do not 
need to see them all simultaneously. 
* When entire regions need to be hidden from a user due to security restrictions, the 
current state of data, or other product installations.
Question 2
You have created a complex menu structure with several types of menu objects. To which objects would you assign menu commands?
  1. main menus
  2. individual menus
  3. submenus
  4. menu items
  5. all of the above
Correct answer: E
Explanation:
The Menu Editor is a graphical design facility for laying out, modifying, and viewing menu modules and their objects. You can use the Menu Editor to carry out all of your menu design work. Note:To use the Menu Editor to create a basic structure for your menu, perform the following steps:1 . With the SUMMIT_MENU module selected, perform one of the following actions to invoke the Menu Editor:Double-click the icon to the left of the module Right-click the module and select Menu Editor Select Tools > Menu Editor from the Forms Builder menu 2 . When you invoke the Menu Editor, it automatically creates the main menu and one menu item. The main menu is the menu whose items, which can be menu items or submenus, show in the menu bar when you run a form. In the Object Navigator, change the name of the main menu to MAIN_MENU in the same way that you changed the name of the menu module. 3 . In the Object Navigator, change the name of the menu item to File. 4 . Note that the item's display label in the Menu Editor remains the same. The label is the text that is displayed for the menu item at run time. The label may differ from the name. You use the name programmatically, and it must follow PL/SQL naming conventions. Change the label of the menu item by double-clicking <New_Item> in the Menu Editor and typing the new label of File. 5 . Create two menu items under File. In the Menu Editor, select File, then click Create Down twice. 6 . In the Menu Editor, relabel the menu items to Save and Exit. Note that creating menu items under the File object creates a FILE_MENU object as a menu with two items under it. Also, when you relabel the items in the Menu Editor, the names of the items, as shown in the Object Navigator, also change. 7 . Create another submenu of the main menu and label it Edit by performing the following steps:In the Menu Editor, select the File node. Click Create Right. Relabel the new menu Edit. 8 . In a similar fashion to the way you created the File menu items, create two items for the Edit menu labeled Copy and Paste. 9 . You can also use the Object Navigator to add a menu item. Under the Edit_Menu in the Object Navigator, select the Items node and click Create. 10 . In the same way as you did with other items, relabel the new item in the Menu Editor with the label Cut, which also renames it in the Object Navigator. Reference: Creating Oracle Forms Menus
The Menu Editor is a graphical design facility for laying out, modifying, and viewing menu modules and their objects. You can use the Menu Editor to carry out all of your menu design work. 
Note:
To use the Menu Editor to create a basic structure for your menu, perform the following steps:
1 . 
With the SUMMIT_MENU module selected, perform one of the following actions to invoke the Menu Editor:
Double-click the icon to the left of the module 
Right-click the module and select Menu Editor 
Select Tools > Menu Editor from the Forms Builder menu 
2 . 
When you invoke the Menu Editor, it automatically creates the main menu and one menu item. The main menu is the menu whose items, which can be menu items or submenus, show in the menu bar when you run a form. 
In the Object Navigator, change the name of the main menu to MAIN_MENU in the same way that you changed the name of the menu module. 
3 . 
In the Object Navigator, change the name of the menu item to File. 
4 . 
Note that the item's display label in the Menu Editor remains the same. 
The label is the text that is displayed for the menu item at run time. The label may differ from the name. You use the name programmatically, and it must follow PL/SQL naming conventions. 
Change the label of the menu item by double-clicking <New_Item> in the Menu Editor and typing the new label of File. 
5 . 
Create two menu items under File. In the Menu Editor, select File, then click Create Down twice. 
6 . 
In the Menu Editor, relabel the menu items to Save and Exit. 
Note that creating menu items under the File object creates a FILE_MENU object as a menu with two items under it. Also, when you relabel the items in the Menu Editor, the names of the items, as shown in the Object Navigator, also change. 
7 . 
Create another submenu of the main menu and label it Edit by performing the following steps:
In the Menu Editor, select the File node. 
Click Create Right. 
Relabel the new menu Edit. 
8 . 
In a similar fashion to the way you created the File menu items, create two items for the Edit menu labeled Copy and Paste. 
9 . 
You can also use the Object Navigator to add a menu item. 
Under the Edit_Menu in the Object Navigator, select the Items node and click Create. 
10 . 
In the same way as you did with other items, relabel the new item in the Menu Editor with the label Cut, which also renames it in the Object Navigator. 
Reference: Creating Oracle Forms Menus
Question 3
  
The Departments table in the database contains four columns. In a new form, you use the Data Block Wizard to add all columns to the block, but in the layout Wizard, you choose all columns except Location_Id to add to the canvas. The Object Navigator and layout Editor appear as shown in the Exhibit. 
You then decide that you do need to display Location_Id on the canvas. What object must you select before invoking the Layout Editor in re-entrant mode to make this change?
  1. the text item tool in the Layout Editor
  2. Frame 16 in either the Object Navigator or the layout Editor
  3. Canvas4 in either the Object Navigator or the Layout Editor
  4. Location_Id in the Object Navigator
  5. the Departments data block in the Object Navigator
Correct answer: D
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!