更多“填空题What will happen if you do not touch the button “START”?The microwave oven ____.”相关问题
  • 第1题:

    What starting salary do you expect? ()

    A. I'd like to start on Monday next week.

    B. I expect to get a salary increase.

    C. I'd like to start at ¥5,000 a month.


    参考答案:C

  • 第2题:

    -________?

    -I'd like to see a pair of brown shoes.

    A、What do you want

    B、What do you like

    C、What can I do for you

    D、Do you want to buy something


    参考答案:C

  • 第3题:

    ______ is just to put it ______ and notify me as to where and how the cargo was damaged.

    A.What you ought to do with the damaged cargo/aside

    B.What you should do with the damaged cargo/beside

    C.What will you do with the damaged cargo/besides

    D.What have you to do with the damaged cargo/side by side


    正确答案:A

  • 第4题:

    The microwave oven isn't working at the moment, but I'll repair()soon.

    • A、it
    • B、one
    • C、some

    正确答案:A

  • 第5题:

    You have a computer that runs Windows 7. You open Windows Internet Explorer and access a Web site asshown in the exhibit. (Click the Exhibit button.) You click the Suggested Sites button, but the suggestions failto display. You need to obtain suggested sites.  What should you do?()

    • A、From the Page menu, enable Caret Browsing.
    • B、From the Safety menu, disable the SmartScreen Filter.
    • C、From the Start menu, open a new Internet Explorer window.
    • D、From the Microsoft Corporation Web site, refresh the Suggested Sites Web Slice.

    正确答案:C

  • 第6题:

    You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You create a Button control for the application. You need to ensure that the application meets the following requirements: When the mouse pointer is over the Button control, the background color of the button is set to red and the Button control appears bigger. When the mouse pointer is not over the Button control, the button returns to its original state. What should you do?()

    • A、 Create a template. Declare a VisualState element in the template.
    • B、 Create a StoryBoard animation. Add an EventTrigger class to the Button control that begins the StoryBoard animation.
    • C、 Create a ScaleTransform class. Bind the ScaleX and ScaleY properties of the Button control to the Background property by using a custom value converter.
    • D、 Add a method named ChangeAppearance in the code-behind file. Subscribe the ChangeAppearance method to the MouseEnter event of the Button control.

    正确答案:A

  • 第7题:

    You are developing a user control for Windows Presentation Foundation (WPF) application. The user control contains a button. Both the user control and the hosting control must receive the button click event. You need to ensure that the user control responsd to the button click event before hosting control responds to the event. What should you do ?()

    • A、 Use a bubbling routed event. In the button click event handler, set the Handled property to True
    • B、 Use a bubbling routed event. In the button click event handler, set the Handled property to False
    • C、 Use a standard Microsoft .NET event. Set Handled property to true.
    • D、 Use a tunneling routed event. Set the handled property to false.

    正确答案:B

  • 第8题:

    You have configured the system to purge mailboxes after 8 days of being deleted. You need to receive a notification when the mailboxes are purged. What should you do?()

    • A、Start a data collector
    • B、Start an event viewer subscription
    • C、Add a task to the application event log
    • D、Modify the properties of the mailbox database

    正确答案:C

  • 第9题:

    单选题
    Well, really _______ now is start learning what to do with this software and read a lot of tutorials, learn and practice _______ you can.
    A

    what you should do; as much as

    B

    that you need do; whatever

    C

    how you should start; the most

    D

    as should you do; the longest hours


    正确答案: C
    解析:
    你现在应该做的是学习怎样操作这套软件,阅读大量的使用说明,尽可能多地学习和操作。what you should do是由what引导的名词性从句,在句中做主语,as much as尽可能地…。

  • 第10题:

    单选题
    ______ would happen if your mother knew you failed the final examination?
    A

    Will you guess that

    B

    What you suppose

    C

    Do you suppose what    

    D

    What do you suppose


    正确答案: B
    解析:
    你认为你妈妈知道你考试不及格后会怎么样?这句中“你认为”是插入语,好像do you think一样,所以采用what do you think...的句型,故D项正确。

  • 第11题:

    填空题
    What will happen if you do not touch the button “START”?The microwave oven ____.

    正确答案: will not run
    解析:
    定位到表格第五行第一列“The microwave oven will not run”。

  • 第12题:

    单选题
    The microwave oven isn't working at the moment, but I'll repair()soon.
    A

    it

    B

    one

    C

    some


    正确答案: C
    解析: it 指代前边的microwave oven
    译:微波炉坏了,但我会马上修好(它)

  • 第13题:

    “请问喝什么茶”用英语最妥当的表述是( )。

    A.What is the juice do you like

    B.What is the coffee do you like

    C.What is the tea do you like

    D.What is the wine do you like


    正确答案:C

  • 第14题:

    If you could start your career again, what would you do differently?


    正确答案:
            

  • 第15题:

    Mr. Jones, this is Sean, an English teacher from the United States.()

    • A、What can I do for you?  
    • B、Nice to  meet you. 
    • C、Please keep in touch.
    • D、Haven't seen you for ages.

    正确答案:B

  • 第16题:

    Your home computer runs Windows 2000 Professional. You have just installed a new application and restarted the computer. During the boot process you receive the following error message: "NTLDR is missing - Press any key to restart." You do not have an emergency repair disk. You want your computer to start properly. You want to do this with the least amount of administrative effort.  What should you do?()

    • A、Reinstall the operating system.
    • B、Start the computer by using the Windows 2000 Professional CD-ROM.
    • C、Select Repair option and choose the option to verify system files.
    • D、Start the recovery console and type Diskpart from the command prompt.
    • E、Start the recovery console and enter Fixmbr from the command prompt.

    正确答案:B,C

  • 第17题:

    You create a Web Form that contains a button named btnCancel that enables users to exit the page. When users click this button, validation must not occur. During testing you learn that clicking the Cancel button does not enable users to exit the page. You need to ensure that users can always exit the page. What should you do?()

    • A、Set the Enabled property of the validation controls on the Web Form to False.
    • B、Set the CausesValidation property of the btnCancel button to False.
    • C、Set the CausesValidation property of the btnCancel button to True.
    • D、Set the Visible property of the validation controls on the Web Form to False.

    正确答案:B

  • 第18题:

    You install an application named App1.exe on a computer. After the installation, the computer becomesunresponsive. You restart the computer and attempt to uninstall App1.exe. The uninstallation of App1.exefails. You need to restore the computer to its previous functional state. You must achieve this goal by usingthe minimum amount of administrative effort.  What should you do?()

    • A、From Recovery, restore a system restore point.
    • B、From the Previous Versions tab of App1.exe, click the Restore button.
    • C、Start the computer, press F8 and then use the Last Known Good Configuration.
    • D、Create a system repair disc and then start the computer from the system repair disc.

    正确答案:A

  • 第19题:

    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. 

    正确答案:B

  • 第20题:

    You need to back up the existing data on a computer before you install a new application. You also need to ensure that you are able to recover individual user files that are replaced or deleted during the installation.  What should you do?()

    • A、Create a System Restore point.
    • B、Perform an Automated System Recovery (ASR) backup and restore.
    • C、In the Backup and Restore Center window, click the Back up files button.
    • D、In the Backup and Restore Center window, click the Back up computer button.

    正确答案:C

  • 第21题:

    单选题
    What is the MOST important thing you should do before transmitting on a marine radio? ()
    A

    Ask for permission

    B

    Record the time in your radio log

    C

    Press the push to talk button three times

    D

    Monitor the channel to insure that it is clear


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

  • 第22题:

    填空题
    What should you do if the display is showing the sign?Reset ____.

    正确答案: the clock
    解析:
    定位到表格第一行第三列“Reset the clock”。

  • 第23题:

    填空题
    What will happen to the person who doesn’t take medicines properly?The medicines will do the person ____.

    正确答案: little good
    解析:
    细节题。由听力原文中“Medicines will do you little good if they are not taken properly.”可知,要是服用不当的话,药物对身体的作用就不大。这里填little good。

  • 第24题:

    填空题
    What are you advised to do if you have set the controls as a kitchen timer?Touch OFF/ CANCEL to cancel the ____.

    正确答案: Minute Timer
    解析:
    定位到表格第三行第三列“Touch OFF/ CANCEL to cancel the Minute Timer”。