更多“_______________A. leaveB. inviteC. visit ”相关问题
  • 第1题:

    Please call my husband as soon as possible.

    A:contact
    B:consult
    C:phone
    D:visit

    答案:C
    解析:
    call, call up“打电话”。phone, phone up“打电话”,例如:Did Mary phone me (up) last night?昨晚玛丽给我打电话了吗?contact“接触”,例如:I regularly contact her.我经常跟她接触。consult“商量”,例如:I often consult him about my research work.我经常跟他商量我的研究工作。visit“拜访”,例如:Mary visited me last night.昨晚玛丽来看了我。

  • 第2题:

    They have to build canals to irrigate the desert.

    A.decorate
    B. water
    C.change
    D. visit

    答案:B
    解析:

  • 第3题:

    14、二叉树的先序遍历的递归实现如下: template<class T> void BinaryTree<T>::PreOrder (BinaryTreeNode<T> *root) { if (root != NULL) { ; } } 则中间部分应为:

    A.Visit(root->value());PreOrder(root->leftchild());PreOrder(root->rightchild());

    B.PreOrder(root->leftchild());Visit(root->value());PreOrder(root->rightchild());

    C.PreOrder(root->rightchild());Visit(root->value());PreOrder(root->leftchild());

    D.PreOrder(root->leftchild());PreOrder(root->rightchild());Visit(root->value());


    正确

  • 第4题:

    Will you please call my husband as soon as possible?

    A: contact
    B: consult
    C: phone
    D: visit

    答案:C
    解析:
    题干意为“请尽快给我丈夫打电话好吗?" 句中划线词意为“打电话”。C项phone意为“打电话”。例句:Did Mary phone me(up) last night?昨晚玛丽给我打电话了吗? A项意为“接触”。B项意为“商量”。D项意为“拜访”。故选C。

  • 第5题:

    They have built canals to 【irrigate】 the desert.

    A. Decorate B. change C. water D. visit

    答案:C
    解析: