niusouti.com

单选题Enclosed you ______ an application form that you are asked to fill out.A will findB findC foundD are finding

题目
单选题
Enclosed you ______ an application form that you are asked to fill out.
A

will find

B

find

C

found

D

are finding


相似考题
更多“Enclosed you ______ an application form that you are asked t”相关问题
  • 第1题:

    You use Microsoft .NET Framework 4 to create a Windows Forms client application.You write the following code segment.The application contains a form of type Form1 that contains a FormSettings object named frmSettings1.You need to maintain the user‘s form size preference each time the user executes the application.Which code segment should you use? ()

    A.

    B.

    C.

    D.


    参考答案:D

  • 第2题:

    You work as a database administrator for Supportcenter.cn. You have been asked to use a centralized administrative tool to administer your database servers and application servers. In order to achieve the objective, which component would you configure on each database server?()

    • A、Database Control
    • B、Management Server
    • C、Management Repository
    • D、Application Server Control
    • E、Oracle Management Agent

    正确答案:E

  • 第3题:

    You have written a custom menu for a Forms application. You saved the menu module to the file custmenu.mmb. In the Property Palette for the form, you set the Menu Module property to custmenu. When you run the form, the custom menu does not appear. What can you do to fix this problem?()

    • A、Generate the menu module executable. 
    • B、Save the menu module as custmenu.mmx. 
    • C、In the Property Sheet for the form, set the Starting Menu property to custmenu. 
    • D、In the Property Sheet for the form, set the Menu Module property to custmenu.mmb.

    正确答案:A

  • 第4题:

    You are developing a Windows Forms Application by using the .NET Framework 3.5.You plan to create a customized Print Preview dialog box in the application. You need to ensure that users can preview their documents before printing. Which two actions should you perform?()

    • A、Add a PrintPreviewDialog control to the form.
    • B、Add a PrintPreviewControl control to the form.
    • C、Create and initialize a PrintDocument object on the form and then implement the PrintPage event handler.
    • D、Create and initialize a PrintDocument object on the form and then implement the BeginPrint event handler.
    • E、Set the Document property of the PrintPreviewDialog control to the PrintDocument instance that must be printed.

    正确答案:B,C

  • 第5题:

    You are creating a Windows Forms application by using the .NET Framework 3.5. You create a new form in your application.You add 100 controls at run time in the Load event handler of the form.  Users report that the form takes a long time to get displayed. You need to improve the performance of the form. What should you do?()

    • A、Call the InitLayout method of the form before adding all the controls.Call the PerformLayout method of the form after adding all the controls.
    • B、Call the InitLayout method of the form before adding all the controls.Call the ResumeLayout method of the form after adding all the controls.
    • C、Call the SuspendLayout method of the form before adding all the controls.Call the PerformLayout method of the form after adding all the controls.
    • D、Call the SuspendLayout method of the form before adding all the controls.Call the ResumeLayout method of the form after adding all the controls.

    正确答案:D

  • 第6题:

    单选题
    You work as an application developer at Certkiller .com. You have been asked by you superiors at Certkiller .com to create a child application domain.  The new child application domain has to specify a different assembly path than that of the parent application domain.You need to ensure that your solution meets Certkiller .com’s requirements.What should you do?()
    A

    A

    B

    B

    C

    C

    D

    D


    正确答案: B
    解析: 暂无解析

  • 第7题:

    单选题
    You create a package that contains PL/SQL variables that must be shared among several forms in the Travel application. You place the package in a library and attach the library to all the forms that need to share the data. Which parameter in the OPEN_FORM built-in must you set to ensure that changes made by one form are visible to the other forms in the application?()
    A

    data_mode 

    B

    paramlist 

    C

    query_mode 

    D

    session_mode 


    正确答案: D
    解析: 暂无解析

  • 第8题:

    多选题
    You have been asked to develop an application that uses only connection-oriented protocols. Which two protocols can you use?()
    A

    PPP

    B

    UDP

    C

    TCP

    D

    ICMP


    正确答案: A,C
    解析: 暂无解析

  • 第9题:

    单选题
    You are creating a Windows Forms application for a financial service provider by using the .NET Framework 3.5. You have to implement a multiple document interface (MDI) in the application to allow users to open multiple financial documents simultaneously.You need to ensure that whenever the child MDI form is created, the application displays a message in the title bar of the parent MDI that a child form has received focus.   What should you do?()
    A

    Implement theActivated event

    B

    Implement the MdiChildActivate event

    C

    Override the OnParentVisibleChanged method

    D

    Override the OnParentBindingContextChanged method


    正确答案: D
    解析: 暂无解析

  • 第10题:

    单选题
    You work as an application developer at Certkiller .com. Certkiller .com has asked you to develop an application that monitors and controls the activities of a Windows service.You need to use the appropriate class to meet Certkiller .com’s requirements. What should you do?()
    A

     Use the ServiceBase class.

    B

     Use the ServiceInstaller class.

    C

     Use the ServiceManager class.

    D

     Use the ServiceController class.


    正确答案: C
    解析: 暂无解析

  • 第11题:

    单选题
    You are developing the Payroll application that contains the SALARY and COMMISSION forms. When a user invoked the COMMISSION form from the SALARY form, the SAL value should be passed to the COMMISSION form. In which data form and at what time should you define the parameter to accept the value?()
    A

    SALARY form at runtime. 

    B

    SALARY form at design time. 

    C

    COMMISSION form at runtime. 

    D

    COMMISSION form at design time. 


    正确答案: C
    解析: 暂无解析

  • 第12题:

    单选题
    Application in writing (with CV and daytime phone number)To: Mark Burns, Personnel Department.If you want to apply, you should
    A

    send letter.

    B

    telephone Personnel.

    C

    write for an application form.


    正确答案: C
    解析:
    题意:书面申请书(内附个人履历和单位电话号码)。关键词为writing。因此选项A“如果你想申请,请写信给我们”符合题意。

  • 第13题:

    Certkiller.com has asked you to create an application to display all of the top directories based on the drive path.You need to ensure that the application displays the number of files within top-level directories.What should you do?()

    A.

    B.

    C.

    D.


    参考答案:C

  • 第14题:

    You work as an application developer at Certkiller .com. Certkiller .com has asked you to develop an application that monitors and controls the activities of a Windows service.You need to use the appropriate class to meet Certkiller .com’s requirements. What should you do?()

    • A、 Use the ServiceBase class.
    • B、 Use the ServiceInstaller class.
    • C、 Use the ServiceManager class.
    • D、 Use the ServiceController class.

    正确答案:D

  • 第15题:

    How can you change the cursor style in your form? ()

    • A、Open the form module property palette and set the Cursor Style property. 
    • B、From the Tools menu, select Preferences-->Runtime Settings. 
    • C、Use the GET_APPLICATION_PROPERTY and SET_APPLICATION_PROPERTY built-ins. 
    • D、You cannot change the cursor style.

    正确答案:C

  • 第16题:

    You are creating a Windows Forms application by using the .Net Framework 3.5.You plan to display detailed help instructions for each control in the form.You create a help file.You configure a HelpProvider component on the form.You need to display the help file for the control that is focused when the F1 key is pressed.Which method of the HelpProvider class should you call for each control?()

    • A、SetShowHelp
    • B、SetHelpString
    • C、SetHelpKeyword
    • D、SetHelpNavigator

    正确答案:A

  • 第17题:

    单选题
    You work as an application developer at Certkiller .com. Certkiller .com has asked you to create a multi-threaded application, which executes a critical database  backup operation on an hourly basis. You define this operation with the following code:  public void BackupDB () {  //Implementation code }  You then create a Thread object for the purpose of invoking this method.  You need to ensure that the thread is scheduled for execution before any other thread at runtime.What should you do?()
    A

    A

    B

    B

    C

    C

    D

    D


    正确答案: B
    解析: 暂无解析

  • 第18题:

    单选题
    You create a multiple form application- Which built-in must you use to invoke the form modules to enable you to programmatically control navigation between the multiple forms in your application?()
    A

    NEW_FORM 

    B

    OPEN_FORM 

    C

    CALL_FORM 

    D

    CLOSE_FORM


    正确答案: D
    解析: 暂无解析

  • 第19题:

    单选题
    You have written a custom menu for a Forms application. You saved the menu module to the file custmenu.mmb. In the Property Palette for the form, you set the Menu Module property to custmenu. When you run the form, the custom menu does not appear. What can you do to fix this problem?()
    A

    Generate the menu module executable. 

    B

    Save the menu module as custmenu.mmx. 

    C

    In the Property Sheet for the form, set the Starting Menu property to custmenu. 

    D

    In the Property Sheet for the form, set the Menu Module property to custmenu.mmb.


    正确答案: A
    解析: 暂无解析

  • 第20题:

    单选题
    You are developing a tax report for the payroll application. You created a before parameter form report trigger to create three temporary tables to store text that are need while the report is executed. Which report trigger would you use to delete these temporary tables?()
    A

    Before parameter form. 

    B

    After parameter form. 

    C

    Before report. 

    D

    After report.


    正确答案: B
    解析: 暂无解析

  • 第21题:

    单选题
    You are creating a new form for the Order Entry application. You define a record group that will be created when the form is executing this built in: CREATE_GROUP(rg_emplist, global_scope) Which form(s) in the application will have access to this record group?()
    A

    All forms in the application. 

    B

    Any forms opened by the user who initiated the record group. 

    C

    Only the form issuing the CREATE_GROUP built-in. 

    D

    Any forms referenced by the form that contains the procedure.


    正确答案: A
    解析: 暂无解析

  • 第22题:

    多选题
    You are developing a Windows Forms Application by using the .NET Framework 3.5.You plan to create a customized Print Preview dialog box in the application. You need to ensure that users can preview their documents before printing. Which two actions should you perform?()
    A

    Add a PrintPreviewDialog control to the form.

    B

    Add a PrintPreviewControl control to the form.

    C

    Create and initialize a PrintDocument object on the form and then implement the PrintPage event handler.

    D

    Create and initialize a PrintDocument object on the form and then implement the BeginPrint event handler.

    E

    Set the Document property of the PrintPreviewDialog control to the PrintDocument instance that must be printed.


    正确答案: C,B
    解析: 暂无解析

  • 第23题:

    单选题
    Enclosed you _____ an application form that you are asked to fill out.
    A

    will find

    B

    find

    C

    found

    D

    are finding


    正确答案: D
    解析:
    句意:随函附寄一份需要你填写的申请表。动词时态。该句子应该是信件的一部分,收信人收到信件和发现申请表应该是在写信之后。相对于写信而言,这两个动作应该发生在写信的将来。所以要用将来时态,选A。其他选项均不能满足这一要求。

  • 第24题:

    单选题
    You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application uses the drag-and-drop functionality. You need to ensure that the drag-and-drop operation is stopped when a user moves the cursor outside the boundaries of the application form. Which enumeration member should you use?()
    A

     DragAction.Cancel

    B

     DragAction.Drop

    C

     DragDropEffects.None

    D

     DragDropEffects.All


    正确答案: D
    解析: 暂无解析