单选题You are creating a sales data template and need to add a picture to the margin. What is the best way to add this margin?()A Choose the margin code in the object navigator and select file-import-image. B Choose the margin node in the object navigator an

题目
单选题
You are creating a sales data template and need to add a picture to the margin. What is the best way to add this margin?()
A

Choose the margin code in the object navigator and select file->import->image. 

B

Choose the margin node in the object navigator and use the tool bar button. 

C

Click the margin button in the layout model and select file->import->image. 

D

Click the margin button in the layout model and use the tool bar button.

参考答案和解析
正确答案: D
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are creating the DEPT_SAL data block from the PAYHIST form. Users should be able to enter a valid department ID number, which will then display the employee salary information for that department. This data block could potentially retrieve a large number of records. Since users will probably only view a small number of these records, only 10 records should be fetched at one time. How would you create the data block?()

  • A、Select The Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, enter the procedure name in the Query Data Source Columns property, and the procedure code in the Query Data Source Arguments property. 
  • B、Choose Tools -> Data Block Wizard, select Table as the data source type, and base the block on the columns from the tables. 
  • C、Choose Tools -> Data Block Wizard, select, View as the data source type, and base the block on the columns from the tables. 
  • D、Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, alter the Query Data Source Type property to 'FROM clause query', and enter the SELECT statement in the Query Data Source Name property. 
  • E、Select the Data Block node in the Object Navigator and click the Create button. Alter the Query Data Source Type, Query Data Source Name, Query Data Sources Columns, and Query Data Source Arguments properties to create a stored procedure that uses a red cursor.

正确答案:E

第2题:

The CALC function is used several times within the sales report. To simplify maintenance you want to store the function in one place and call it from within your PL/SQL trigger code. Which node would you use in object navigator to create a report level programme unit to store the function?()

  • A、Programme units. 
  • B、PL/SQL libraries. 
  • C、Database object. 
  • D、Built in packages.

正确答案:A

第3题:

You need to serialize an object of type List<int> in a binary format.The object is named data.Which code segment should you use?()

A.

B.

C.

D.


参考答案:A

第4题:

You are creating a sales data template and need to add a picture to the margin. What is the best way to add this margin?()

  • A、Choose the margin code in the object navigator and select file->import->image. 
  • B、Choose the margin node in the object navigator and use the tool bar button. 
  • C、Click the margin button in the layout model and select file->import->image. 
  • D、Click the margin button in the layout model and use the tool bar button.

正确答案:C

第5题:

he data blocks in your form module are based on object tables. How would you create a master-detail relationship between two of these blocks?()

  • A、Use the Data Block Wizard and base the relation on a REF pointer. 
  • B、In the Object Navigator, select the Relation node under the master block and click the Create icon. Build the relation manually and coordinate the blocks using triggers.
  • C、Use the Data Block Wizard, and base the relation on the primary key-foreign key relationship in the database. 
  • D、This task is not possible because master-detail relations can be implemented only for blocks based on relational tables. 

正确答案:A

第6题:

What is added to the MS sensitivity level to obtain the required signal strength, SSreq?()

  • A、Rayleigh fading margin.
  • B、Rayleigh fading margin, interference margin, and body loss.
  • C、Rayleigh fading margin and interference margin.
  • D、Rayleigh fading margin and body loss.
  • E、Interference margin and body loss.

正确答案:B

第7题:

The accounting manager wants you to create a form that when queried will display a calculated total of year-to-date actual expenditures for the fund code entered. The value needed to generate this summary data are stored in multiple tables. How would you define the data source for this data block without having the DBA create a database object? ()

  • A、Choose Tools -> Data Block Wizard, select View as the data source type, and base the block on the columns from the bales. 
  • B、Choose Tools -> Data Block Wizard, select Table as the data source type, and base the block on the columns from the tables. 
  • C、Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually and alter the Query Data Source Columns and Query Data Source Arguments properties to enter the SELECT statement. 
  • D、Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, alter the Query Data Source Type property to 'Table', and enter the SELECT statement in the Query Data Source Name property. 
  • E、Choose Tools -> Data Block Wizard, select Stored Procedure as the data source type, and base the block on the columns the tables. 
  • F、Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually. Alter the Query Data Source Type to 'FROM' clause query', and enter the SELECT statement in the Query Data Source Name property.

正确答案:F

第8题:

You are the administrator responsible for security and user desktop settings on your network. You need to configure a custom registry entry for all users. You want to add the custom registry entry into a Group Policy object (GPO) with the least amount of administrative effort.

What should you do?

A.Configure an ADM template and add the template to the GPO.

B.Configure an INF policy and add the policy to the GPO.

C.Configure a Microsoft Windows installer package and add the package to the GPO.

D.Configure RIS to include the registry entry.


正确答案:A
解析:Explanation: It is recommended that we should use the supplied Administrative Templates where possible. Administrative Templates propagate registry settings to a large number of computers without requiring us to have detailed knowledge of the registry. However, the administrator can create custom .adm files if the supplied templates are inadequate. In Windows 2000, we use Group Policy to set registry-based policies. In Windows NT 4.0, we used the System Policy Editor (Poledit.exe) to set System Policy.

Incorrect answers:
B: Windows 2000 does not support an INF policy.

C: Installer packages are used to deploy applications and cannot be used the change the registry.

D: RIS is used for the automated remote installation of Windows 2000 Professional and is not used to configure registry settings.

第9题:

A sales analyst reviews the first draft on your Sales application, and requests that the application graphically represent revenue generated for each sales representative, in addition to the textual data currently displayed for the ORDER block. How would you incorporate this graphic in your form? ()

  • A、Invoke the Chart Wizard and create a chart based on the ORDER block. 
  • B、Create a chart using Graphics Builder and then select File Import Chart in Form Builder, positioning the new chart with the text items in the ORDER block. 
  • C、Invoke the Data Block Wizard in reentrant mode, select the Charts tab, and specify the chart type and column sources for the X and Y axes. 
  • D、Select the Chart node in the Object Navigator, Click the Create icon, and specify the details of the chart in the chart's Property Palette.

正确答案:A

第10题:

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

正确答案:E

更多相关问题