问答题If you think American cooking means opening a package and tossing the contents into the microwave, think again. On the one hand, it's true that Americans thrive on cold cereal for breakfast, sandwiches for lunch and instant dinners. From busy homemaker

题目
问答题
If you think American cooking means opening a package and tossing the contents into the microwave, think again. On the one hand, it's true that Americans thrive on cold cereal for breakfast, sandwiches for lunch and instant dinners. From busy homemakers to professional people, many Americans enjoy the convenience of prepackaged meals that can be ready to serve in 10 minutes or less. On the other hand, many Americans recognize the value of cooking skills. Most Americans will admit that there's nothing better than a good home-cooked meal.

相似考题

2.Passage ThreeMany visitors finds the fast pace at which American people move very troubling. One's first impression is likely to be that everyone is in a rush. City people always appear to be hurrying to get where they are going and are very impatient if they are delayed even for a short moment.At first, this may seem unfriendly to you. People will push past you as they walk along the street. You will miss smiles, brief conversations with people as you shop or dine away from home. Do not think that because Americans are in such a hurry they are unfriendly. Often, life is much slower outside the big cities, as is true in other countries as well.Americans who live in cities often think that everyone is equally in a hurry to get things done; just as city people do in Tokyo, Singapore or Paris, for example. But When they discover that you are a stranger, most Americans become quite kindly and will take great care to help you. If you need help and say, "I am a stranger here. Can you help me?' Most people will stop, smile at you, and help you find you way or answer your questions. Occasionally, you may find someone too busy or perhaps too rushed to give you help. If this happens, do not be discouraged (气馁); just ask someone else. Most Americans enjoy helping a stranger.41. Many people who first visit the United States will find that______.A. America is a highly developed countryB. Americans are impatient and unfriendly peopleC. the fast pace in American life often causes much troubleD. American city people seem to be always in a rush

参考答案和解析
正确答案: 假如您以为美式烹饪就是打开一个料理盒,将里头的东西抛进微波炉加热,那你得改变想法了。从某一方面来说,美国人靠吃早餐的冷麦片、午餐的三明治及速食晚餐而发育健壮,这倒是真的。从忙碌的家庭主妇到上班族,许多美国人喜欢享受事先包装好的便餐所带来的便利——这些速食在10分钟或更短时间内即可上桌。但是从另一个方面来看,许多美国人都认同厨艺的价值。大多数美国人都承认没有什么能比得上一顿自家做的美食。
解析: 暂无解析
更多“If you think American cooking means opening a package and to”相关问题
  • 第1题:

    You are a database administrator in the Los Angeles branch office of a specialty foods supplier. A mainframe. database at the headquarters contains all company data. Each branch office contains a SQL Server 2000 computer that imports regional data from the mainframe. database.

    The server in Los Angeles contains a Data Transformation Services (DTS) package that uses OLE DB to connect to the company's mainframe. database. The DTS package extracts and transforms data about buyers and products for that region. The DTS package then writes the data to the SQL Server database in Los Angeles.

    You need to configure a SQL Server computer for the new branch office in Sydney. You want to copy the Los Angeles package and modify it so that it writes data to the SQL Server database in Sydney.

    You use the DTS Designer to modify the DTS package so that it imports regional data from the mainframe. database to the server in Sydney. The modified DTS package runs successfully on the server in Los Angeles. You save this DTS package to the server in Sydney, but the server in Sydney cannot connect to the mainframe. database.

    You want to enable the server in Sydney to connect to the mainframe. database. What should you do?

    A.Change the connection properties in the DTS package so that the package uses new login credentials to connect to the mainframe. database.

    B.Modify the workflow in the DTS package so that the server in Sydney is included.

    C.On the server in Sydney, install an OLE DB provider for the mainframe. database.

    D.On the server in Sydney, delete and then re-create the DTS package.


    正确答案:C
    解析:Explanation: OLE DB is an API that allows COM applications to use data from OLE DB data sources, which includes data stored in different formats. An application uses an OLE DB provider to access an OLE DB data source. An OLE DB provider is a COM component that accepts calls to the OLE DB API and performs the necessary processing required by request against the data source. In this scenario the OLE DB source is the company's mainframe. database, which contains all company data. As each branch office contains a SQL Server 2000 computer that imports regional data from the mainframe. database, all existing and future branch office SQL Server 2000 servers will require an OLE DB provider to access the company's mainframe. database.

    Incorrect Answers:
    A: The DTS package requires an OLE DB provider to access an OLE DB data source. It needs this provider to connect to the company's mainframe. database. Resetting the connection properties in the DTS package so that the package uses new login credentials to connect to the mainframe. database will not provide the DTS package with the required access to the mainframe. database.

    B: A separate DTS package must be created for the Sydney branch office. This DTS package must extract data from the company's mainframe. computer that is relevant to the branch office in Sydney. The existing DTS package used to extract data from the company's mainframe. for the Los Angeles SQL Server 2000 server can be modified to serve the same function for the Sydney office.

    D: Re-creating the DTS package on the SQL Server 2000 server in the branch office in Sydney is unnecessary the that SQL Server 2000 server would still require an OLE DB provider to access the company’s mainframe. database. It would require less administrative effort to modify the existing DTS package.

  • 第2题:

    The ring gesture, where you form. an "O" by holding the tip of your forefinger to the

    tip of your thumb, means in France that you think something is_____.

    A. good

    B. "I'll kill you!”

    C. worthless

    D. great


    参考答案C

  • 第3题:

    One can never find out what the other people think about from his facial expression.

    A、It means "wearing the mask"

    B、It means "keeping ideas to herself"

    C、It means "telling everyone her bright ideas"

    D、It means "agreeing with others’ ideas"


    参考答案:A

  • 第4题:

    You are the administrator of a SQL Server 2000 computer. Each evening after business hours, you perform. database maintenance tasks. You create a Data Transformation Services package to populate the data warehouse. MAPI is not installed on the server.

    You want to schedule the DTS package to run each night. You want to attend to other duties while the DTS package is executing. You also want to be notified if the DTS package fails.

    What should you do?

    A.Select the DTS packages log package execution to SQL server check box. Create a SQL server event alert to notify you if the package fails.

    B.Select the DTS packages write completion status to event log check box. Create a SQL server event alert to notify you if the package fails.

    C.Configure the DTS package to include an on failure precedence constraint and a send mail task. Configure the send mail task to notify you if the package fails.

    D.Configure the DTS package to include an on failure precedence constraint and a send mail task. Configure the execute process task to execute a not send command that will notify you if the package fails.


    正确答案:B
    解析:Explanation:Whenjobsarecompleted(successfullyornot),thesubsystemreturnsaresultstatus(withoptionalmessages)toSQLServerAgent.SQLServerAgentthenrecordsthecompletionstatusinboththeoperatingsystem'sapplicationlogandthejobhistorytableinSQLServerandoptionallysendsane-mailreportoranSQLServereventalertofthejobstatustothedesignatedoperator.IncorrectAnswers:A:Weareinterestedtowhenthepackagehascompleted.Thecompletionstatus,notthelogpackageexecution,shouldbeusedtotrapthecompletionofapackage.TheexecutionstatusconcernsLastruntime,Lastrunstatus,Lastrunmessage,etc.C,D:TheMessagingApplicationProgrammingInterface(MAPI)isn'tinstalled.MAPIisneededforSQLServertosende-mail.Noe-mailcanbesendbySQLServerinthisscenario.

  • 第5题:

    The “OK” sign means in France that you think something is _________.

    A.worthless

    B.good

    C.expensive

    D.great


    正确答案:A
    解析:本句参考译文:在法国如果你做出“OK”这个手势,意味着你认为某事是______的。【知识点来源:Unit 2】 本题考查“OK”这个手势(非言语符号)传递的意义。在法国这个手势意味着“0”或“没有价值”。

  • 第6题:

    --____________work in future?
    --I have no idea.

    A.Where do you think will people
    B.Where do you think people will
    C.Do you think where will people
    D.Do you think where do people

    答案:B
    解析:
    考查特殊疑问句。do you think为插入语,插入语一般放于句子中间,可排除C、D选项,插入语虽然不作成分,但是由于它的介入,句式结构也会有所影响,后面宾语从句需要用陈述语气。故选B。

  • 第7题:

    Which statements are true regarding the creation of an incident package file by using the EMWorkbench Support()

    • A、You can add SQL test cases to the incident package.
    • B、You can add or remove the trace files to the package.
    • C、You cannot create an incremental incident package when the physical files are purged from the ADR.
    • D、You can create the incremental incident package ZIP file for new or modified diagnostic information for the incident package already created.

    正确答案:A,B,D

  • 第8题:

    You work as the exchange administrator at TestKing.com. The TestKing.com network contains an Exchange Server 2010 Organization. You are responsible for managing the Exchange network forTestKing.com. All servers on the TestKing.com network are configured to run Exchange Server 2010.At present the network is separated from the Internet by means of a firewall. You receive an instructionform management to ensure that customers from the Internet to use Outlook Anywhere, Outlook Web App(OWA), Exchange ActivSync as well as IMAP4 over Secure Sockets Layer (SSL). You thus need todetermine the TCP ports that you need to open. What should you do?()

    • A、You should consider opening port 25, port 80, port 143 as well as port 3269.
    • B、You should consider opening port 25, port 443 as well as port 993.
    • C、You should consider opening port 80, port 143, port 443 as well as port 389.
    • D、You should consider opening port 26, port 443 as well as port 995.

    正确答案:B

  • 第9题:

    单选题
    You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work a database administrator for your company. There is a Data Transformation Services (DTS) package, and the DTS package is stored in SQL Server 2000. And you plans to have the SQL Server 2000 migrated into SQL Server 2005. The DTS package dynamically configures precedence constraints by utilizing complex Microsoft Visual Basic Scripting Edition (VBScript). The SQL Server 2005 Package Migration Wizard is run by you, but the wizard cannot convert the package from SQL Server 2000 to SQL Server 2005. You are required to make sure that the DTS package runs in SQL Server 2005. And the package should be run in the shortest time.  Which action should be utilized?()
    A

    The SQL Server 2000 Data Transformation Services (DTS) package should be wrapped in an Execute DTS 2000 Package task.

    B

    The SQL Server 2000 Data Transformation Services (DTS) package should be manually recreated as a SQL Server Integration Services (SSIS) package.

    C

    The SQL Server 2000 Data Transformation Services (DTS) task should be configured to not utilize precedence constraints. Then, the SQL Server 2005 Package Migration Wizard should be run again.

    D

    The SQL Server 2005 Package Migration Wizard should be run. And when the upgrade fails, a Transfer SQL Server Objects task should be run.


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

  • 第10题:

    单选题
    You work as the exchange administrator at TestKing.com. The TestKing.com network contains an Exchange Server 2010 Organization. You are responsible for managing the Exchange network forTestKing.com. All servers on the TestKing.com network are configured to run Exchange Server 2010.At present the network is separated from the Internet by means of a firewall. You receive an instructionform management to ensure that customers from the Internet to use Outlook Anywhere, Outlook Web App(OWA), Exchange ActivSync as well as IMAP4 over Secure Sockets Layer (SSL). You thus need todetermine the TCP ports that you need to open. What should you do?()
    A

    You should consider opening port 25, port 80, port 143 as well as port 3269.

    B

    You should consider opening port 25, port 443 as well as port 993.

    C

    You should consider opening port 80, port 143, port 443 as well as port 389.

    D

    You should consider opening port 26, port 443 as well as port 995.


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

  • 第11题:

    问答题
    Practice 5  If you think American cooking means opening a package and tossing the contents into the microwave, think again. On the one hand, it's true that Americans thrive on cold cereal for breakfast, sandwiches for lunch and instant dinners. From busy homemakers to professional people, many Americans enjoy the convenience of prepackaged meals that can be ready to serve in 10 minutes or less. On the other hand, many Americans recognize the value of cooking skills. Most Americans will admit that there's nothing better than a good home-cooked meal.  Probably every cook has his or her own cooking style. But there are some basic techniques and principles that most people follow. For example, baking is a primary method of preparing food in America. The dinner menu often has roast meats and other baked goods. For that reason, Americans would find it next to impossible to live without an oven. American cooks give special attention to the balance of foods, too. In planning a big meal they try to include a meat, a few vegetables, some bread or pasta and often a dessert. They also like to make sure the meal is colorful. Having several different colors of food on the plate usually makes for a healthy meal.

    正确答案: 【参考译文】
    假如您以为美式烹饪就是打开一个料理盒,将里头的东西抛进微波炉加热,那你得改变想法了。从某一方面来说,美国人靠吃早餐的冷麦片、午餐的三明治及速食晚餐而发育健壮,这倒是真的。从忙碌的家庭主妇到上班族,许多美国人喜欢享受事先包装好的便餐所带来的便利——这些速食在10分钟或更短时间内即可上桌。但是从另一个方面来看,许多美国人都认同厨艺的价值。大多数美国人都承认没有什么能比得上一顿自家做的关食。
    大概每一位厨师都有他自己的烹饪方式,但仍有一些基本方法和原则是大多数人所遵循的。例如烘培在美国是一种主要的烹饪方法,晚餐菜单上通常有烤肉及其他烘培食物。因此,美国人会觉得没有烤箱几乎是无法生活。美国厨师们也特别留意食物营养的均衡。在准备一顿大餐时,他们会试着加进一道肉、几种蔬菜、一些面包或面食,而且通常还有一道甜点。他们还喜欢使餐点色彩亮丽,盘中不同色彩食物的搭配构成了健康饮食。
    解析: 暂无解析

  • 第12题:

    单选题
    In what way is being arrogant different from being interested?
    A

    Being arrogant means you refuse to change your mind.

    B

    Being arrogant means you only care about your own affairs.

    C

    Being arrogant means you believe nothing is worth your attention.

    D

    Being arrogant means you think your way is superior to that of others.


    正确答案: C
    解析:
    第二段最后一句说“感兴趣”和“傲慢自大”的区别就在于后者认为自己的方式比别人的好。

  • 第13题:

    You seldom have to do the cooking,______?

    A. have you

    B. haven't you

    C. do you

    D. don't you


    正确答案:C

    15.答案为C  你很少做饭,不是吗?seldom“很少……”,带否定意味,因此反意疑问句用肯定形式。而且主句中have to为情态动词,不是实义动词。

  • 第14题:

    What do you think of your new computer?

    A、 I think so.

    B、 how about you?

    C、 It is really fantastic.


    参考答案:C

  • 第15题:

    Many visitors finds the fast pace at which American people move very troubling. One’s first impression is likely to be that everyone is in a rush. City people always appear to be hurrying to get where they are going and are very impatient if they are delayed even for a brief moment. At first, this may seem unfriendly to you. Drivers will rush you; storekeepers will be in a hurry as they serve you; people will push past you as they walk along the street. You will miss smiles, brief conversations with people as you shop or dine away from home. Do not think that because Americans are in such a hurry they are unfriendly. Often, life is much slower outside the big cities, as is true in other countries as well. Americans who live in cities such as New York, Chicago, or Los Angeles, often think that everyone is equally in a hurry to get things done; they expect others to “push back”, just as city people do in Tokyo, Singapore or Paris, for example. But when they discover that you are a stranger, most Americans become quite kindly and will take great care to help you. Many of them first came to the city as strangers and they remember how frightening a new city can be .If you need help or want to ask a question, choose a friendly looking person and say, “I am a stranger here. Can you help me?” Most people will stop, smile at you, and help you find you way or answer your questions. But you must let them know that you need help. Otherwise they are likely to pass you by, not noticing that you are new to the city and in need of help. Occasionally, you may find someone too busy or perhaps too rushed to give you aid. If this happens, do not be discouraged; just ask someone else. Most Americans enjoy helping a stranger.

    1.Many people who first visit the United States will find that _______.

    A、 America is a highly developed country

    B、 American city people seem to be always in a rush

    C、 the fast pace in American life often causes much trouble

    D、 Americans are impatient and unfriendly people

    2.When the author says “You will miss smile”, he means ___________.

    A、 you will fail to notice that Americans are pleasant and happy

    B、 you will be puzzled why Americans do not smile at you

    C、 you will feel that Americans do not seem very friendly

    D、 you will find that Americans don't have much sense of humor

    3.In the author’s opinion, ___________.

    A、 it is true that life in New York is much faster than that in any other city

    B、 people living outside big cities are lazy and miserable

    C、 most American people enjoy living in the suburbs of big cities

    D、 those who are busy are not necessarily unfriendly

    4.The life pace in cities is much ___________ than the one outside cities.

    A、 faster

    B、 slower

    C、 happier

    D、 sadder

    5.If you say to an American that you are a stranger there, most probably he will _________.

    A、 offer his help

    B、 stop smiling at you

    C、 help you find the way

    D、 reply that he is pleased to meet you


    参考答案:BCDAC

  • 第16题:

    The ring gesture, where you form. an “O” by holding the tip of your forefinger to the tip of your thumb, means in France that you think something is _______.

    A.good

    B.great

    C.worthless

    D.expensive


    正确答案:C
    解析:本句参考译文:如果你把食指和拇指指尖相对形成一个圆圈,这个手势在法国意味着你认为某事是______的。【知识点来源:Unit 2】 本题考查非言语符号传递的意义。在法国这个手势意味着“0”或“没有价值”。

  • 第17题:

    You are the administrator of a network that consists of Windows 2000 Server Computers and Windows 2000 Professional computers.

    You want to configure the deployment of the most recent Windows 2000 Service pack so that users of the Windows 2000 Professional Computers receive the service pack automatically when they log on to the domain.

    What should you do?

    A.Create a Microsoft Windows installer package for the service pack. Configure RIS to use the package.

    B.Create a Microsoft Windows installer package for the service pack. Configure the package in a group policy.

    C.Create a Microsoft Windows installer package for the service pack. Configure the package in the local computer policy.

    D.Place the service pack in a distributed file system (Dfs).


    正确答案:B
    解析:Explanation:TodeploythemostrecentWindows2000ServicepacksothatusersoftheWindows2000Professionalcomputersreceivetheservicepackautomaticallywhentheylogontothedomain,wemustcreateanduseaWindowsInstallerpackageandapplyitthroughaGroupPolicy.Incorrectanswers:A:Windowsinstallerpackagesshouldbedeployedbygrouppolicies.RIS,RemoteInstallationServices,isusedtoremotelyinstallWindows2000Professional.C:Ifwedeploytheinstallerpackagewithalocalpolicywewouldhavetomanuallyconfigurethepolicyonallclients.ThiscouldrequireconsiderableadministrativeeffortD:DFSisusedtoorganizenetworkfolders,nottodeployupdatesofapplications.

  • 第18题:

    In the US,people prefer waiting for a table to sitting with people they don't know.This means a hostess may not seat a small group until a small table is available,even if a large one is.If you are sitting at a table with people you don't know,it is impolite to light up a cigarette without first asking if it will disturb them.
    At American restaurants and coffee shops you are usually served tap water before you order.You may find the bread and butter is free,and if you order coffee,you may get a free refill.
    Most cities and towns have no roles about opening and closing times for stores or restaurants,though they usually do make rules for bars.Especially in large cities,stores may be open 24 hours a day.
    Servings in restaurants are often large,too large for many people.If you can't finish your meal but would like to enjoy the food later,ask your waitress or waiter for a"doggie bag".It may have a picture of a dog on it,but everybody knows you are taking food for yourself.
    Supper and dinner are both words for the evening meal.Some people have"Sunday dinner".This is an especially big noon meal.
    Tips are not usually added to the check.They are not included in the price of the meal,either.A tip of about 15%is expected and you should leave it on the table when you leave.In some restaurants,a check is brought on a plate and you put your money there.Then the waiter or waitress brings you your change.

    Which statement is true?

    A.American people like sitting with people they don't kno
    B.A hostess always seats a small group at a large tabl
    C.American people never sit with people they don't kno
    D.American people would not light a cigarette if the people who sit at the same table mind their smokin

    答案:D
    解析:
    参见第一段最后一句。

  • 第19题:

    You use Microsoft Application Virtualization for Desktops to virtualize applications for client computers.A virtual application that was installed by using a Windows Installer Package (.msi) file has become corrupted. You need to restore access to the virtual application. Which two actions should you perform?()

    • A、Reload the virtual application package.
    • B、Reinstall the virtual application package.
    • C、Use the Repair function in the Windows Installer Package. Use the Microsoft Application Virtualization (App-V) to re-sequence the application.
    • D、Use the Microsoft Application Virtualization (App-V) Sequencer to edit the virtual application package.

    正确答案:B,C

  • 第20题:

    单选题
    You have a Terminal Server that runs Windows Server 2008.   You create a Windows Installer package for Microsoft Office Word 2007 by using Terminal Services RemoteApp (TS RemoteApp). You install the package on a client computer.  You double-click on a Word document and receive the following error. Windows cannot open this file. You need to ensure that you can open the Word document by double-clicking on the file.  What should you do?()
    A

    Recreate the Windows Installer package.

    B

    Modify the file association on the client computer.

    C

    Modify the file association on the TS RemoteApp server.

    D

    Install the Windows Installer package by using msiexec.exe.


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

  • 第21题:

    单选题
    ()is an opening for supplying seawater to condensers, pumps,etclocated in the hull below the waterline and having means for the attachment of associated piping.
    A

    SEA CHEST

    B

    SCUPPER

    C

    SCUTTLE

    D

    SEA PORT


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

  • 第22题:

    问答题
    If you think American cooking means opening a package and tossing the contents into the microwave, think again. On the one hand, it's true that Americans thrive on cold cereal for breakfast, sandwiches for lunch and instant dinners. From busy homemakers to professional people, many Americans enjoy the convenience of prepackaged meals that can be ready to serve in 10 minutes or less. On the other hand, many Americans recognize the value of cooking skills. Most Americans will admit that there's nothing better than a good home-cooked meal.

    正确答案: 假如您以为美式烹饪就是打开一个料理盒,将里头的东西抛进微波炉加热,那你得改变想法了。从某一方面来说,美国人靠吃早餐的冷麦片、午餐的三明治及速食晚餐而发育健壮,这倒是真的。从忙碌的家庭主妇到上班族,许多美国人喜欢享受事先包装好的便餐所带来的便利——这些速食在10分钟或更短时间内即可上桌。但是从另一个方面来看,许多美国人都认同厨艺的价值。大多数美国人都承认没有什么能比得上一顿自家做的美食。
    解析: 暂无解析

  • 第23题:

    单选题
    Cer-tech.com has a Terminal Server running Windows Server 2008.Through Terminal Services Remote App(TS Remote App),you create a Windows Installer package for the Microsoft Office Word 2007.After installing the package on a client machine, you double-click on a Word document and receive theerror,"Windows cannot open this file". You have to make sure that you can open the Word Document bydouble clicking on the file. What should you do to solve this problem?()
    A

    use msiexec.exe to install the windows installer package

    B

    Delete the windows installer package and re-create a new one

    C

    Change the file association on the TSERVERemoteApp server

    D

    Create the Windows installer package again by using TSERVERemoteApp


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

  • 第24题:

    单选题
    —Do you think we can ______ the package arriving tomorrow?  —I hope so. We’ve been waiting for a long time.
    A

    add up

    B

    count on

    C

    fill out

    D

    get over


    正确答案: A
    解析: 句意:—你觉得咱们明天能收到包裹吗?—希望能收到。咱们已经等了很长时间了。count on 期待,指望。add up 总计。fill out 填写。get over 克服;从…中恢复过来。