单选题You need to change the text of a pop-up menu that appears when a user right clicks the mouse in the EMP_DATA data block. Where could you find the node for the pop-up menu in the Object Navigator?()ABuilt-in Packages BMenus CPL/SQL Libraries DObject Libraries EForm Module

单选题
You need to change the text of a pop-up menu that appears when a user right clicks the mouse in the EMP_DATA data block. Where could you find the node for the pop-up menu in the Object Navigator?()
A

Built-in Packages 

B

Menus 

C

PL/SQL Libraries 

D

Object Libraries 

E

Form Module


参考解析

解析: 暂无解析

相关考题:

●When you choose a command name that is followed by"…"on menu,a (72) box appears in which you provide more information.(72) A.dialogB.listC.checkD.text

When you choose a command name that is followed by“…” on menu, a ______box appears in which you provide more i nformation.A.textB.listC.checkD.dialog

You create a master page named PageBase.master. The master page contains a Label control named lblTitle.You create a content page that references the master page.You need to change the Text property of the master page‘s lblTitle control from the content page.Which code segment should you use?()A.B.C.D.

When you choose a command name that is followed by "…" on menu, a(72)box appears in which you provide more information.A.dialogB.listC.checkD.text

______ processing offers many ways to edit text and establish document formats.you can easily insert, delete, change, move and copy words or blocks of text.A.DataB.DatabaseC.WordD.File

When you connect an external monitor to your portable computer, the same image appears on both monitors.You need to drag a window from one monitor to the other.What should you do?() A.AB.BC.CD.D

Your company runs Remote Desktop Services. All client computers run Windows Vista SP2. You have a Remote Desktop Session Host (RD Session Host) server.You need to deploy a RemoteApp application to client computers and ensure that the application appears on the Start menu.Which file type should you distribute to the client computers?()A.Windows Installer (.msi)B.Client Configuration File (.wcx)C.Shortcut file (.LNK)D.RemoteApp Programs list and settings (.tspub)

You need to change the text of a pop-up menu that appears when a user right clicks the mouse in the EMP_DATA data block. Where could you find the node for the pop-up menu in the Object Navigator?()A、Built-in Packages B、Menus C、PL/SQL Libraries D、Object Libraries E、Form Module

You are managing a database for which incremental backups can be very time consuming. In order to perform optimized incremental backups you enable the block change tracking feature.How would you instruct RMAN to use the block change tracking feature when performing incremental backups?()A、 You need to mention it with every BACKUP command.B、 The block change tracking feature is used automatically by RMAN.C、 You need to configure it using the CONFIGURE command.D、 You need to set the necessary initialization parameters to direct RMAN to use the feature.

You are using Oracle Database 10g. Which statement regarding an incomplete recovery is true?()A、 You do not need to restore all the data files.B、 You do not need to open the database with the RESETLOGS operationC、 You do not need to perform a full backup after the RESETLOGS operation.D、 You do not need to recover all the data files to the same system change number (SCN).

You are testing an existing ASP.NET page. The page includes a text box. You are able to execute malicious JavaScript code by typing it in the text box and submitting. You need to configure the page to prevent JavaScript code from being submitted by the text box. In the @ Page directive, which attribute should you set to true?()A、the EnableEventValidation attributeB、the ResponseEncoding attributeC、the ValidateRequest attributeD、the Strict attribute

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You need to ensure that the application meets the following requirements: Displays a menu that is specific to the control selected by the user. Displays the menu next to the control. Which control should you use? ()A、MenuB、PopUpC、ListBoxD、ContextMenu

When you connect an external monitor to your portable computer, the same image appears on both monitors.  You need to drag a window from one monitor to the other.  What should you do?()A、Change the display setting to extend the desktop.B、In the Microsoft Windows Mobility Center window, turn on the Presentation Settings feature. C、Configure the external monitor as the primary display and the built-in monitor as the secondary display.D、Change the secondary display resolution settings to make them equal to or less than the primary display resolution settings.

You have a computer that runs Windows XP Professional. You need to ensure that the Administrative Tools menu appears on the Start menu. What should you do?() A、Modify the Display Properties. B、Modify the Taskbar and Start Menu Properties.C、Switch to Classic View from Control Panel.D、Change the desktop theme to Windows Classic.

You create a Visual Studio 2010 solution that includes a WCF service project and an ASP.NET project. The service includes a method named GetPeople that takes no arguments and returns an array of Person objects. The ASP.NET application uses a proxy class to access the service. You use the Add Service Reference wizard to generate the class. After you create the proxy, you move the service endpoint to a different port. You need to configure the client to use the new service address. In addition, you must change the implementation so that calls to the client proxy will return a List instead of an array. Which two actions should you perform?()A、In the context menu for the service reference in the ASP.NET project, select the Configure Service Reference commSystem.Collections.Generic.ListB、In the context menu for the service reference in the ASP.NET project, select the Update Service Reference commaC、Change the service interface and implementation to return a ListD、Edit the address property of the endpoint element in the web.config file to use the new service address

单选题You are managing a database for which incremental backups can be very time consuming. In order to perform optimized incremental backups you enable the block change tracking feature.How would you instruct RMAN to use the block change tracking feature when performing incremental backups?()A You need to mention it with every BACKUP command.B The block change tracking feature is used automatically by RMAN.C You need to configure it using the CONFIGURE command.D You need to set the necessary initialization parameters to direct RMAN to use the feature.

多选题You create an ASP.NET page that contains the following tag.  Page Name  You need to write code that will change the contents of the tag dynamically when the page is loaded. What are two possible ways to achieve this goal?()Athis.hdr1.InnerHtml = Text;B(hdr1.Parent as HtmlGenericControl).InnerText = Text;CHtmlGenericControl h1 = this.FindControl(hdr1) as HtmlGenericControl;h1.InnerText = Text;DHtmlGenericControl h1 = Parent.FindControl(hdr1) as HtmlGenericControl;h1.InnerText = Text;

单选题You need to allow the user to toggle between automatic query and no automatic query using a pop-up menu. Which built-in would you use in the menu item command to obtain the relationship name? ()AGET_RELATION_PROPERTY BSET_RELATION_PROPERTY CGET_BLOCK_PROPERTY DGET_FORM_PROPERTY

单选题You created a department report and preview it in life preview. The font for the department name is too small and you want to enlarge it but do not want to change the font for any other fields. What is the easiest way to make this change?()ASelect the text to be enlarged in the life previewer and make the size change using the style bar. BSelect the text to be enlarged in the layout mode and make the change. COpen the report wizard in the re-entrant mode and make the change. DMake the copy of the report, open the copy, make the changes and then delete the original report.

单选题You have a computer that runs Windows XP Professional. You need to ensure that the Administrative Tools menu appears on the Start menu. What should you do?()AModify the Display Properties. BModify the Taskbar and Start Menu Properties.CSwitch to Classic View from Control Panel.DChange the desktop theme to Windows Classic.

多选题In which scenarios would you rebuild an index?()Awhen you need to disable the index usageBwhen you need to change storage optionsCwhen you need to enable index monitoringDwhen you need to move the index to another tablespace

单选题You are the desktop administrator for your company. You need to upgrade a Windows 98 computer to Windows XP Professional. Windows 98 is installed in a folder named C:/Win98.  You need to ensure that the computer's applications and settings are retained after the upgrade. You insert the Windows XP Professional CD-ROM into the computer and restart the computer. The text-based portion of Setup appears. The text on the screen states that Windows XP Professional will be installed in a folder named C:/Windows, not in the C:/Win98 folder.  You need to ensure that Windows XP Professional upgrades the existing Windows 98 installation. What should you do?()ARename the C:/Win98 folder to C:/Windows. BModify the installation settings in the text-based portion of Setup so that Windows XP Professional is installed in the C:/Win98 folder. CRestart the computer by using Windows 98. Then insert the Windows XP Professional CD-ROM into the computer and run Setup from the CD-ROM. DUse the Windows XP Professional CD-ROM to create a set of Setup floppy disks. Restart the computer by using the first floppy disk in the set to launch Setup.

单选题You need to change the text of a pop-up menu that appears when a user right clicks the mouse in the EMP_DATA data block. Where could you find the node for the pop-up menu in the Object Navigator?()ABuilt-in Packages BMenus CPL/SQL Libraries DObject Libraries EForm Module

单选题You established access to menu modules using roles. While testing the application, you need access to all the menus in the SALES form module for all the roles. Which method will override the Menu Module Roles property to allow you to access all the menu items?()ADisable the values for the Menu Module Roles property. BSet the Use Security value in the form module Property Palette to 'True'. CSet the Use Security value in the form module Property Palette to 'False'. DSet the Use Security value in the menu module Property Palette to 'True'. ESet the Use Security value in the menu module Property Palette to 'False'.

单选题You are using Oracle Database 10g. Which statement regarding an incomplete recovery is true?()A You do not need to restore all the data files.B You do not need to open the database with the RESETLOGS operationC You do not need to perform a full backup after the RESETLOGS operation.D You do not need to recover all the data files to the same system change number (SCN).

单选题Your company runs Remote Desktop Services. All client computers run Windows Vista SP2. You have a Remote Desktop Session Host (RD Session Host) server. You need to deploy a RemoteApp application to client computers and ensure that the ap plication appears on the Start menu. Which file type should you distribute to the client computers?()AWindows Installer (.msi)BClient Configuration File (.wcx)CShortcut file (.LNK)DRemoteApp Programs list and settings (.tspub)

单选题You need to add a pop-up menu to the CV_EMP canvas to display when a user right-clicks the mouse within the canvas. How could you create the pop-up menu?()AUse the Layout Editor to create a pop-up menu, assign commands to the menu in the Menu Editor, and attack the menu items to the canvas. BUse the Report Wizard to create a pop-up menu and attack the menu items to the canvas.  CAlter the pop-up Menu Property value in the Property Palette of the canvas. DUse the Object Navigator to create a pop-up menu, assign commands to the menu items, and attack the menu to items or canvases.

单选题You are developing a Windows Presentation Foundation (WPF) application. The application contains stylized body text and heading text. The heading text is a slight variation of the body text. You need to ensure that if the body text changes, the heading text automatically inherits those changes. What should you do ?()ASet the Value property of the style setter to point to a static resourceBSet the BasedOn property of the heading style to point to a static resource for the body text styleCSet the Key property of the heading style to start with the name of the body text styleDSet the TargetType property of the heading style to TextBlock