单选题When you focus on utterance function and expected response by using examples likeHere you are , Thanks, you are probably teaching language at the__________.Alexical levelBsentence levelCgrammatical levelDdiscourse level
单选题
When you focus on utterance function and expected response by using examples likeHere you are , Thanks, you are probably teaching language at the__________.
A
lexical level
B
sentence level
C
grammatical level
D
discourse level
参考解析
解析:
相关考题:
What kind ofpre-sequence is A’s first utterance in the following discourse? ()A: Do you have a rubber?B: Yes.A: May I use it?B: Here you are. A.Pre-invitationB.Pre-requestC.Pre-announcementD.Pre-apology
Depending on specific contexts, "My bag is heavy", as an utterance, can mean all of the following except() A “My bag is easy to carry.”B “My bag is not easy to carry.”C “Could you help me carry the bag?”D “My bag is too heavy for you to carry.”
Choose the most appropriate response to this customer inquiry: "When can expect the technician to arrive?"A. I have no idea. I am not responsible for arrangement-making.B. You are on the schedule. 1 can call you later with a more specific time.C. He might be there sometime between 12:00 and 5:00.
The primary focus of________method is on memorization of verb paradigms,grammar rules and vocabulary.A.the grammar-translationB.audio-lingualC.communicativeD.total physical response
When a teacher creates a real life situation for his students to discuss, he expects them notto focus on__________ too much.A.formB.useC.meaningD.function
When checking students' understanding of a certain language point in class, which of the following utterances is a teacher expected to make?A."Is it okay?"B."Is it clear to you?"C."Are you clear?"D."Is it all right to everyone?"
Y’s utterance in the following conversation exchange violates the maxim of__________.X:Who was that you were with last night Y:Did you know that you were wearing odd socks 《》()A.qualityB.quantityC.relationD.manner
When you focus on "utterance function" and "expected response" by using examples like"Here you are ", "Thanks", you are probably teaching language at the__________.A.lexical levelB.sentence levelC.grammatical levelD.discourse level
When using the imperative "Turn it off" to give an order, the speaker highlights the _________of the utterance.A.locutionary actB.illocutionary actC.perlocutionary actD.indirect speech act
The primary focus of ________ method is on memorization of verb paradigms, grammar rules and vocabulary.A.the grammar-translation B.audio-lingualC.communicativeD.total physical response
You are creating a servlet that generates stock market graphs. You want to provide the web browser withprecise information about the amount of data being sent in the response stream. Which twoHttpServletResponse methods will you use to provide this information?()A、response.setLength(numberOfBytes);B、response.setContentLength(numberOfBytes);C、response.setHeader("Length", numberOfBytes);D、response.setIntHeader("Length", numberOfBytes);E、response.setHeader("Content-Length", numberOfBytes);F、response.setIntHeader("Content-Length", numberOfBytes);
Which one of the following @Function to all "response"and "response to response"documents of parent documents?()A、@Responses B、@AllChildren C、@AllResponses D、@AllDescendants
when eduar tried open the coming attractions view. he got the following error message: incorrect data type for operator or @function: text expected. What did he do to cause this to happen?()A、entered text in a number fieldB、neglected to place a formula in a validation eventC、neglected to place a formula in a translation eventD、combined a text field and a time field in formula
You work as a database administrator for Supportcenter.cn. In a production environment, users complain about the slow response time when accessing the database. You have not optimized the memory usage of the Oracle instance and you suspect the problem to be with the memory. To which type of object would you refer to determine the cause of the slow response?()A、The trace fileB、The fixed viewsC、The data dictionary viewsD、The operating system log fieldsE、The dynamic performance views.
You are creating a Windows application for graphical image processing by using the .NET Framework 3.5. You create an image processing function and a delegate.You plan to invoke the image processing function by using the delegate.You need to ensure that the calling thread meets the following requirements: (1)It is not blocked when the delegate is running (2)It is notified when the delegate is complete What should you do?()A、Call the Invoke method of the delegate.B、Call the BeginInvoke and EndInvoke methods of the delegate in the calling thread.C、Call the BeginInvoke method by specifying a callback method to be executed when the delegate is complete.Call the EndInvoke method in the callback method.D、Call the BeginInvoke method by specifying a callback method to be executed when the delegate is complete.Call the EndInvoke method of the delegate in the calling thread.
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web page to display photos and captions. The caption of each photo in the database can be modified by using the application. You write the following code fragment. ’ runat="server"/ | English | Chinese | Japan | Korean | - 124 - Test Information Co., Ltd. All rights reserved. ’ runat="server" / When you access the Web page, the application throws an error. You need to ensure that the application successfully updates each caption and stores it in the database. What should you do?()A、Add the ID attribute to the Label control.B、Add the ID attribute to the TextBox control.C、Use the Bind function for the Label control instead of the Eval function.D、Use the Eval function for the TextBox control instead of the Bind function.
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web page to display photos and captions. The caption of each photo in the database can be modified by using the application. You write the following code fragment: ’ runat="server"/ ’ runat="server" / When you access the Web page, the application throws an error. You need to ensure that the application successfully updates each caption and stores it in the database. What should you do?()A、Add the ID attribute to the Label control. B、Add the ID attribute to the TextBox control. C、Use the Bind function for the Label control instead of the Eval function. D、Use the Eval function for the TextBox control instead of the Bind function.
单选题Which one of the following @Function to all "response"and "response to response"documents of parent documents?()A@Responses B@AllChildren C@AllResponses D@AllDescendants
单选题When using the imperativeTurn it off to give an order, the speaker highlights the ______ of the utterance.Alocutionary actBillocutionary act.Cperlocutionary actDindirect speech act
单选题You are creating a Windows application for graphical image processing by using the .NET Framework 3.5. You create an image processing function and a delegate.You plan to invoke the image processing function by using the delegate.You need to ensure that the calling thread meets the following requirements: (1)It is not blocked when the delegate is running (2)It is notified when the delegate is complete What should you do?()ACall the Invoke method of the delegate.BCall the BeginInvoke and EndInvoke methods of the delegate in the calling thread.CCall the BeginInvoke method by specifying a callback method to be executed when the delegate is complete.Call the EndInvoke method in the callback method.DCall the BeginInvoke method by specifying a callback method to be executed when the delegate is complete.Call the EndInvoke method of the delegate in the calling thread.
单选题You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web page to display photos and captions. The caption of each photo in the database can be modified by using the application. You write the following code fragment: ’ runat="server"/ ’ runat="server" / When you access the Web page, the application throws an error. You need to ensure that the application successfully updates each caption and stores it in the database. What should you do?()AAdd the ID attribute to the Label control. BAdd the ID attribute to the TextBox control. CUse the Bind function for the Label control instead of the Eval function. DUse the Eval function for the TextBox control instead of the Bind function.
单选题You work as a database administrator for Supportcenter.cn. In a production environment, users complain about the slow response time when accessing the database. You have not optimized the memory usage of the Oracle instance and you suspect the problem to be with the memory. To which type of object would you refer to determine the cause of the slow response?()AThe trace fileBThe fixed viewsCThe data dictionary viewsDThe operating system log fieldsEThe dynamic performance views.
单选题You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web page to display photos and captions. The caption of each photo in the database can be modified by using the application. You write the following code fragment. | English | Chinese | Japan | Korean | - 123 - Test Information Co., Ltd. All rights reserved. ’ runat="server"/ ’ runat="server" / When you access the Web page, the application throws an error. You need to ensure that the application successfully updates each caption and stores it in the database. What should you do? ()AAdd the ID attribute to the Label control.BAdd the ID attribute to the TextBox control.CUse the Bind function for the Label control instead of the Eval function.DUse the Eval function for the TextBox control instead of the Bind function.