更多“__________A.through B.by C.on D.in”相关问题
  • 第1题:

    在Access的数据库中已建立了“Book”,若查找“图书ID”是“TP132.54"和“TP138.98”的记录,应在查询设计视图的准则行中输入( )。

    A.TP132.54and"TP138.98"

    B.NOT("TP132.54","TP138.98")

    C.NOTIN("TP132.54","TP138.98")

    D.IN("TP132.54","TP138.98")


    正确答案:D
    解析:本题考查条件准则和常量的知识。在Access中,字符型常量要求用双引号括起来;表示集合的方法是用括号括起集合的所有元素,这些元素之间用逗号隔开;另外,表示在某个集合内的关键字用in,表示不在某个集合内的关键字用not in。

  • 第2题:

    As with all ITU standards,reduce energy consumption is a key factor taken into account at development stage.Indeed NGNs are believed to offer significant saving()traditional networks.

    A.of B.over C.at D.in


    正确答案:B

  • 第3题:

    How is the clearing of checks involved in two banks in the same city?

    A.Through the clearing house.

    B.By transfer of funds from one account to another.

    C.Through a correspondent bank.

    D.By direct exchange of checks.


    正确答案:B
    解析:文章第三段提到Checks drawn on and deposited...from one counter to another. 在同一城市中,各银行是互相代收票据的,通过转账的方式进行票据交换。

  • 第4题:

    American people divide their days into several blocks of time, and plan different activities (41) () different times. American time is “on the dot”(准确地)). If something is supposed to happen at Eight o’clock, it will begin at eight. Americans value promptness(准时)and may become angry if a person is more than 15 minutes late (42) () a good reason. If you know you are going to be late, call in advance and let someone know. (43) () you arrive late, you should apologize and explain why. Americans arrive (44) () time for doctors’ appointments. The doctor may keep you (45) (), but if you keep the doctor waiting, you may get a bill with the doctor’s time!

    (1). A.for B.waiting C.on D.if E.without

    (2). A.for B.waiting C.on D.if E.without

    (3). A.for B.waiting C.on D.if E.without

    (4). A.for B.waiting C.on D.if E.without

    (5). A.for B.waiting C.on D.if E.without


    答案:41:A 42: E; 43: D; 44: C; 45:B.

    解析:41处,句子意为“为了不同时间规划不同的活动”,选用FOR表目的

    42处,句子意为“如果一个人迟到15分钟又没有合理原因的话,人们将会生气”,without意为没有;

    43处,句子意为“如果你迟到了,你应该道歉并且解释迟到原因”,选用IF表假设;

    44处,固定搭配on time,准时,句子意为“美国人都准时去医生的预约看病”;

    45处,句子意为“医生会让你等待”,KEEP后接动词ING形式,选WAITING。

  • 第5题:

    VBA中不能进行错误处理的语句是( )。

    A.On Error Goto标号

    B.On Error Then标号

    C.On Error Resume Next

    D.On Error Goto 0


    正确答案:B
    解析: 本题考查VBA中程序运行错误处理的知识。在VBA中,程序运行错误处理的语句有3种,分别是:On Error GoTo标号,在遇到错误发生时程序转移到标号所指位置代码执行;On Error Resume Next,在遇到错误发生时不会考虑错误并继续执行下一条语句:On Error GoTO 0,关闭错误处理。

  • 第6题:

    |不属于VBA提供的程序运行错误处理的语句结构是( )。【考点6 VBA程序运行错误处理】

    A.OnErrorThen标号

    B.OnErrorGot0标号

    C.On Error Resume Next

    D.On Error Got0 0


    正确答案:A
    本题考查VBA中程序运行错误处理的知识。在VBA中,程序运行错误处理的语句有3种,分别是:0nErrorGoto标号,遇到错误后转移到标号所指位置代码继续执行:0nErrorResumeNext,遇到错误后不考虑错误,继续执行下一条语句;OnErrorGot00,关闭错误处理。

  • 第7题:

    ( ), businesses offer services for which they charge a fee that is based on the number of size of transactions they process.

    A.In the fee-for-transaction revenue model B.In the web catalog revenue model C.In the traditional catalog-based retail revenue&39; model D.In the advertising-supported revenue model


    正确答案:A

  • 第8题:

    We can read such a passage ______.

    A.in a newspaper B.in a storybook C.in a picture book D.in a textbook


    正确答案:A

  • 第9题:

    Criticism and self-criticism are necessary __________they may help us to find out and correct our mistakes.

    A.by that? ?
    B.at that
    C.on that? ?
    D.in that

    答案:D
    解析:
    考查原因状语从句。句意为“批评与自我批评是必要的. __________它们可以帮助我们发现并改正错误”。in that意思是“因为,由于”,用于引导原因状语从句,故选D。

  • 第10题:

      A. with
      B.by
      C. for
      D. of


    答案:D
    解析:

  • 第11题:

    在用邻接表表示图时,拓扑排序算法时间复杂度为()。

    A.O(n)
    B.O(n+e)
    C.On×n
    D.O(n×n×n)

    答案:B
    解析:
    拓扑排序中每个顶点都需要出入栈(当用邻接表表示图时的执行次数为n),然后把入度减1(当用邻接表表示图时的执行次数为e),所以拓扑排序的时间复杂度为O(n+e)。

  • 第12题:

    Anne couldn′t concentrate ______ whatshe was doing while her family were watching TV.

    A.to
    B.on
    C.for
    D.in

    答案:B
    解析:
    考查固定搭配。Concentrate on意为“集中注意力于,专心致志于”。句意为“她家人正在看电视,安妮不能集中注意力在自己正在做的事情上”。

  • 第13题:

    VBA中不能进行错误处理的语句结构是( )。

    A.On Error Then 标号

    B.On Error Goto标号

    C.On Error Resume Next

    D.On Error Goto 0


    正确答案:B
    解析:本题考查的是VBA中的错误处理语句。VBA中提供OnErrorGoTo语句来控制当有错误发生时程序的处理。On Error GoTo指令的一般语法如下:On Error GoTo标号;On Error Resume Next;On Error Go TO 0。“On Error GoTo”语句在遇到错误发生时程序转移到标号所指定位置代码执行,Error语句的作用是模拟产生错误,以检查错误处理语句的正确性。答案为B。

  • 第14题:

    VBA中不能进行错误处理的语句是( )。

    A.On Error Goto标号

    B.On Error Then标号

    C.On Error ResumeNext

    D.On Error Goto 0


    正确答案:B
    解析: 本题考查VBA中程序运行错误处理的知识。在VBA中,程序运行错误处理的语句有三种,分别是:On Error GOTO标号,在遇到错误发生时程序转移到标号所指位置代码执行;On Error Resume Next,在遇到错误发生时不会考虑错误并继续执行下一条语句;On Error GoTo 0,关闭错误处理。

  • 第15题:

    费尔玛所确定的方程中圆的方程是()

    A.a的平方减x的平方等于y的平方

    B.by=a(a-x)

    C.ax=by

    D.x的平方等于ay


    正确答案:A

  • 第16题:

    采用stata绘图时,分组纵向排列的命令为( )。

    A.by(,totalcol(1))

    B.by(,totalrow(1))

    C.over(,totalcol(1))

    D.over(,totalrow(1))

    E.以上都不是


    答案:A

  • 第17题:

    VBA中不能进行错误处理的语句是( )。 A.On Error Got0标号B.On Error Then标号

    VBA中不能进行错误处理的语句是( )。

    A.On Error Got0标号

    B.On Error Then标号

    C.On Error Resume Next

    D.On Error Got0 0


    正确答案:B
    B.【解析】本题考查VBA中程序运行错误处理的知识。在VBA中,程序运行错误处理的语句有3种:0nErrorGoT0标号,在遇到错误发生时程序转移到标号所指位置代码执行;OnErrorResumeNext,在遇到错误发生时不会考虑错误并继续执行下一条语句;0nErrorGoT00,关闭错误处理。

  • 第18题:

    VBA中不能进行错误处理的语句结构是A.On Error Then 标号B.On Error Goto 标号SXB

    VBA中不能进行错误处理的语句结构是

    A.On Error Then 标号

    B.On Error Goto 标号

    C.On Error Resume Next

    D.On Error Goto 0


    正确答案:A
    "OnErrorGoto标号"语句在遇到错误发生时程序转移到标号所指位置代码执行,一般标号之后都是安排错误处理程序。"OnErrorResumeNext"语句在遇到错误发生时不会考虑错误,并继续执行下一条语句。"OnErrorGoto0"语句用于取消错误处理。所以本题答案是A。

  • 第19题:

    A

    Are you looking for something fun and would you like to help others in your spare time? Then join us to be a volunteer! We’re a non-profit (赢利的) organization. We have volunteer jobs of all ages. Anyone, from twelve-year-old children to people in their seventies can become a volunteer.

    You can help people in many ways. Schools need help with taking care of children while parents are working. Hospitals need volunteers to look after children while their parents are seeing a doctor. Animal lovers can help take care of those dogs and cats without homes. There is something for everyone.

    “As a volunteer, I don’t want to get anything. Seeing the children’s happy faces, I’m happy, too.” Said Carlos Domingo, an old woman of 62. “I often played computer games in my spare time before. Now I help older people learn how to use computers.” said another volunteer at the age of 18.

    If everyone helps out a bit, we’ll have a better world to live in. Interested? Call us 1-800-555-5756 or visit our website: www.activol.com.

    51.When do the volunteers help others?

    A.In their spare time. B.At weekends C.On weekdays. D.In the evenings.


    正确答案:A

  • 第20题:

    IN-SSF/CCF呼叫处理模型的组成有:()。

    A.基本呼叫管理(BCM)

    B.GSL

    C.特征相互关系的管理(FIM)和呼叫管理(CM)

    D.IN交换管理(IN-SM)

    E.SIB


    参考答案:A, C, D

  • 第21题:

    The old couple were not rich themselves, but they hated to turn away anyone who were____ food and shelter.

    A.at the mercy of
    B.on the point of  
    C.with the exception of  
    D.in need of

    答案:D
    解析:
    本题考查介词词组词义辨析

    D选项,句意:那对老夫妻自己并不富有,但他们不却不愿拒绝帮助那些需要食宿的人。“in need of”含义为“需要……”综上,D选项正确。

    A选项,“at the mercy of”含义为“在……支配中”,故排除。

    B选项,“on the point of”含义为“正要……时……”,故排除。

    C选项,“with the exception of”含义为“除……之外”,故排除。

    故正确答案为D项。

  • 第22题:

    适用于用户装有配电变压器的,且其低压中性点直接接地的220/380V三相四线配电网的是(  )。


    A.IT系统

    B.TT系统

    C.TN系统

    D.IN系统

    答案:C
    解析:

  • 第23题:

    Not that John doesn′t want to help you,______ it′ s beyond his power.

    A.but that
    B.for that
    C.and that
    D.in that

    答案:A
    解析:
    考查固定句型。not that…,but that…是用not…,but…连接两个that从句,可以看作是It is not that…,but that…的省略,意思是“不是……,而是……”。句意为“不是约翰不想帮你,而是这已经超出了他的能力范围”。

  • 第24题:

    In our previous letter,the importance of shipment()end of November is stressed.

    • A、a.at
    • B、b.by the
    • C、c.by
    • D、d.near

    正确答案:B