网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
You are developing a Hotel Booking application for a travel company. The users request a wizard-style interface for this application. How could you satisfy this requirement?()
A

Reference the Object Iron packages in your form module. 

B

Write an HTML interface, and invoke it from your form module. 

C

Include the Wizard class reusable component in your application. 

D

Build a customized wizard using tab canvases and a horizontal toolbar canvas.


参考答案

参考解析
解析: 暂无解析
更多 “单选题You are developing a Hotel Booking application for a travel company. The users request a wizard-style interface for this application. How could you satisfy this requirement?()A Reference the Object Iron packages in your form module. B Write an HTML interface, and invoke it from your form module. C Include the Wizard class reusable component in your application. D Build a customized wizard using tab canvases and a horizontal toolbar canvas.” 相关考题
考题 --How can I book a cheap hotel?--If I were you, I'd phone a travel agent.A. RightB. Wrong

考题 You are developing a Windows Presentation Foundation (WPF) application. All of the application styles are in the file name Themes.dllYou have the followiing markup segment.BlueBackground is defined in a XAML file named BlueTheme.xaml. The XAML markup is compiled into the Themes.dll file.You need to ensure that the XAML file is referenced so that the application can apply the settings in the BlueBackground style.()A.B.C.D.

考题 You are developing a Windows Presentation Foundation (WPF) application for a travel reservation systemYou need to ensure that users can select a range of travel dates.What should you do ?() A. Add single DatePicker control to the design surfaceB. Add single Calendar control to the design surfaceC. Add single MediaElement control to the design surface to display a calendarD. Add the appropriate Windows Forms references to the project references. Add a single Windows Forms DateTimePicker control to the design surface

考题 _________A. Who are you?B. I’m an English guide from Beijing China Travel Service.C. Here you are.D. Are you Miss White from New York?E. I’m so lucky that I could meet my guide as soon as I got off the plane.F. Can you help me?G. It will take us to the hotel.

考题 Questions 173-175 refer to the following letter. Excelon Travel Service, Inc 711 Market Street San Francisco, California 94102 Dear Mr. Miza: Thank you for giving Excelon Travel Services the opportunity to arrange your family ' s vacation travel plans. As an additional service to you, we have provided an overview of your travel and hotel arrangements (all times are local): Upon your arrival at Honolulu, your rental car will be waiting for you -- just go to the Fritz Rentals service desk. As we discussed, room reservations have been made at the Mahalo Hotel; directions to the hotel will be available at the car rental desk. We pride ourselves on over twenty years of providing the highest level of customer satisfaction and would very much appreciate your feedback on your experience with Excelon Travel Services. To help us continue to improve, please visit our Web site at www.excelonts.com and fill out our customer satisfaction survey. Once again, thank you very much for your business. Sincerely, Janet S. OnoJanet S. OnoCustomer Service Associate Excelon Travel Services What does Ms. Ono ask Mr. Mirza to do? A. Call her when he gets to Honolulu. B. Send payment as soon as possible. C. Compete a survey. D. Give her his E-mail address.

考题 Questions 173-175 refer to the following letter. Excelon Travel Service, Inc 711 Market Street San Francisco, California 94102 Dear Mr. Miza: Thank you for giving Excelon Travel Services the opportunity to arrange your family ' s vacation travel plans. As an additional service to you, we have provided an overview of your travel and hotel arrangements (all times are local): Upon your arrival at Honolulu, your rental car will be waiting for you -- just go to the Fritz Rentals service desk. As we discussed, room reservations have been made at the Mahalo Hotel; directions to the hotel will be available at the car rental desk. We pride ourselves on over twenty years of providing the highest level of customer satisfaction and would very much appreciate your feedback on your experience with Excelon Travel Services. To help us continue to improve, please visit our Web site at www.excelonts.com and fill out our customer satisfaction survey. Once again, thank you very much for your business. Sincerely, Janet S. OnoJanet S. OnoCustomer Service Associate Excelon Travel Services Why will Mr. Mirza travel to Honolulu? A. To conduct a business transaction B. To attend a conference C. To set up a Web site D. To go on vacation with his family

考题 Why has the statament been submitted? A. To make air and hotel reservations B. To request repayment for travel costs C. To dispute a credit card charge D. To obtain authorization to stay in hotel

考题 You develop an ASP.NET web application that uses a Windows Azure web role. The application includes a startup script that installs a third-party component. You are developing a test plan for the startup script.  What should you recommend?()  A、 Enable Remote Desktop Protocol (RDP) and deploy the application without the startup script.  Connect to the web role instance by using RDP, and then manually test the startup script.B、 Deploy the application in the Windows Azure Compute Emulator.C、 Deploy the application with a custom error page.D、 Deploy the application and then use IntelliTrace.

考题 You are developing a Windows Forms Application by using the .NET Framework 3.5.You plan to design a composite custom control for the application. You include a ListBox control has a property that provides the item count of  the ListBox control. You need to ensure that the property cannot be accessed at design time. Which attribute should you use?()A、[Bindable(false)]B、[DesignOnly(false)]C、[EditorBrowsable(EditorBrowsableState.Never)]D、[Browsable(false)]

考题 You are developing a Windows Presentation Foundation (WPF) application for a travel reservation system You need to ensure that users can select a range of travel dates. What should you do ?()A、Add single DatePicker control to the design surfaceB、Add single Calendar control to the design surfaceC、Add single MediaElement control to the design surface to display a calendarD、Add the appropriate Windows Forms references to the project references. Add a single Windows Forms DateTimePicker control to the design surface

考题 You are developing a Windows Presentation Foundation (WPF) application. You need to use XAML to create a custom control that contains two Button controls. From which base class should you inherit? ()A、FrameworkElementB、UIElementC、UserControlD、Button

考题 You develop an ASP.NET web application that uses a Windows Azure web role. The application includes a startup script that installs a third-party component. You are developing a test plan for the startup script.  What should you recommend?()A、 Enable Remote Desktop Protocol (RDP) and deploy the application without the startup script.  Connect to the web role instance by using RDP, and then manually test the startup script.B、 Deploy the application in the Windows Azure Compute Emulator.C、 Deploy theapplication with a custom error page.D、 Deploy the application and then use IntelliTrace.

考题 单选题You are developing an application that dynamically loads assemblies from an application directory. You need to write a code segment that loads an assembly named Company1.dll into the current application domain. Which code segment should you use?()A AB BC CD D

考题 单选题You work as an application developer at Certkiller .com. You are currently in the process of developing a business logic component that requires long calculations. You have identified numerous tasks within this application that can be done asynchronously. You notice that these tasks are mutually dependent and require complex synchronization techniques so that it can manage efficiently. You decide to use Microsoft .NET 2.0 to take advantage of its new thread management features. You need to create and start the application threads. What should you do?()A AB BC CD D

考题 单选题You are developing a Windows Presentation Foundation (WPF) application. You configure PresentationTraceSource to track errors in a bound TextBox control in the application. You need to choose the window that the Trace information is sent to Which Visual Studio window should you select ?()A AutosB ImmediateC LocalsD Output

考题 单选题You are developing a Windows Forms Application by using the .NET Framework 3.5.You plan to design a composite custom control for the application. You include a ListBox control has a property that provides the item count of  the ListBox control. You need to ensure that the property cannot be accessed at design time. Which attribute should you use?()A [Bindable(false)]B [DesignOnly(false)]C [EditorBrowsable(EditorBrowsableState.Never)]D [Browsable(false)]

考题 问答题Practice 1  You have read the following advertisement on the Morning Post, an English newspaper.  Write an application letter to the hotel manager. Your letter should include:  (1) reasons for your application  (2) a request for an interview  You should write approximately 100 words. Do not sign your own name at the end of your letter. Use “Wang Lin” instead. You do not need to write the address.

考题 单选题ou are developing an ASP.NET MVC 2 application. You create a view that will be returned by action methods in multiple controllers. You need to place the view in the appropriate folder. To which subfolder within the Views folder should you add the view?()A MasterB DefaultC SharedD Common

考题 单选题You are developing an application that will perform mathematical calculations.You need to ensure that the application is able to perform multiple calculations simultaneously. What should you do?()A Set the IdealProcessor property of the ProcessThread object.B Set the ProcessorAffinity property of the ProcessThread object.C For each calculation, call the QueueUserWorkItem method of the ThreadPool class.D Set the Process.GetCurrentProcess().BasePriority property to High.

考题 单选题At design time, you create a query record group for the LOV associated with the HOTEL text item in a form module for the Travel Planner Application. When is the record group deleted?()A When the user navigates to the HOTEL item. B When the form module successfully compiles. C After Form Builder validates the SELECT statement and dismisses the New Record Group dialog box. D When the user enters data in the HOTEL item, and the Validate from List property for the HOTEL item is set to YES.

考题 单选题You include the calendar class in your Hotel Booking application. Which additional form level objects will you need to create to implement this reusable component fully?()A Blocks B Visual attributes. C Stacked canvas. D Nothing further needs to be created.

考题 单选题You are developing a Hotel Booking application for a travel company. The users request a wizard-style interface for this application. How could you satisfy this requirement?()A Reference the Object Iron packages in your form module. B Write an HTML interface, and invoke it from your form module. C Include the Wizard class reusable component in your application. D Build a customized wizard using tab canvases and a horizontal toolbar canvas.

考题 单选题You work as an application developer at Certkiller .com. You are developing an application that makes use of a Queue class object named MyQueue. This Queue class object will be used to store messages sent by the user during application run time. The application that you are developing provides an interface for administrators and an interface for users to create message reports.You want to ensure that all user messages stored in the MyQueue object are removed when an administrator selects the reset option.What should you do?()A  Use the Enqueue method of the MyQueue object.B  Use the Clear method of the MyQueue object.C  Use the Dequeue method of the MyQueue object.D  Use the TrimToSize method of the MyQueue object.

考题 单选题You are developing an application that runs by using the credentials of the end user. Only users who are members of the Administrator group get permission to run the application. You write the following security code to protect sensitive data within the application.bool isAdmin=false;  WindowsBuiltInRole role=WindowsBuiltInRole.Administrator; ......  if(!isAdmin)          throw new Exception("User not permitted");   You need to add a code segment to this security code to ensure that the application throws an exception if a user is not a member of the Administrator group. Which code segment should you use?()A AB BC CD D

考题 单选题You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform. You are developing a Windows Service application which contains three different Windows services. You are required to only set one Windows service to start automatically when the system is restarted. What should you do?()A Use the ServiceController class.B Use the ServiceBase class.C Use the ServiceProcessInstaller class.D Use the ServiceInstaller class.

考题 单选题You are developing a Windows Presentation Foundation (WPF) application. You are implementing a test strategy for the application. You need to ensure that the test class can repeat user input. From which base class should the test class inherit?()A AutomationElementIdentifierB AutomationPeerC KeyboardD UICues

考题 单选题A: I need to make a hotel reservation for my father.  B: ______A Why does your father want to stay in a hotel?B Is your father going abroad?C But do you know how to make a reservation?D How about calling the travel agency?

考题 单选题You develop an ASP.NET web application that uses a Windows Azure web role. The application includes a startup script that installs a third-party component. You are developing a test plan for the startup script.  What should you recommend?()A  Enable Remote Desktop Protocol (RDP) and deploy the application without the startup script.  Connect to the web role instance by using RDP, and then manually test the startup script.B  Deploy the application in the Windows Azure Compute Emulator.C  Deploy the application with a custom error page.D  Deploy the application and then use IntelliTrace.