用微软必应翻译:It is an ill bird that fouls its own nest.结果是()A、家丑不可外扬B、这是一个病态的鸟,弄脏自己的窝C、这是一个有病的鸟D、它是犯规把自己的巢病鸟

题目

用微软必应翻译:It is an ill bird that fouls its own nest.结果是()

  • A、家丑不可外扬
  • B、这是一个病态的鸟,弄脏自己的窝
  • C、这是一个有病的鸟
  • D、它是犯规把自己的巢病鸟

相似考题
参考答案和解析
正确答案:D
更多“用微软必应翻译:It is an ill bird that f”相关问题
  • 第1题:

    目前最好的网络翻译工具来自()。

    • A、谷歌
    • B、百度
    • C、必应
    • D、有道

    正确答案:A

  • 第2题:

    首个在新闻报道的翻译质量和准确率上可以比肩人工翻译的翻译系统是()。

    • A、苹果
    • B、谷歌
    • C、微软
    • D、科大讯飞

    正确答案:C

  • 第3题:

    微软自然语言计算组成立于1998年,专长于()、输入法、问答、社交、文本挖掘等。

    • A、处理
    • B、校对
    • C、收集
    • D、翻译

    正确答案:D

  • 第4题:

    铁路客车用KSL-Ill型电开水炉主要部件有哪些?


    正确答案: KSL-3型电开水炉主要部件有:(1)过滤器;(2)进水浮球阀;(3)缺水保护器;(4)满水保护器;(5)电热管。

  • 第5题:

    用微软必应翻译:A cat may look at a king.结果是()

    • A、王侯将相宁有种乎
    • B、猫可以看国王
    • C、小人物也有权利
    • D、人人平等
    • E、一只猫可以看看国王

    正确答案:E

  • 第6题:

    用金桥翻译:It is an ill bird that fouls its own nest.结果是()

    • A、家丑不可外扬
    • B、这是一个病态的鸟,弄脏自己的窝
    • C、这是一个有病的鸟
    • D、它是犯规把自己的巢病鸟

    正确答案:A

  • 第7题:

    作为办公自动化应用平台,微软公司的Office没有()的功能。

    • A、表格处理
    • B、翻译引擎
    • C、演示文稿
    • D、电子邮件

    正确答案:B

  • 第8题:

    单选题
    目前最好的网络翻译工具来自()。
    A

    谷歌

    B

    百度

    C

    必应

    D

    有道


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

  • 第9题:

    单选题
    用谷歌语言工具翻译:It is an ill bird that fouls its own nest.结果是()
    A

    家丑不可外扬

    B

    这是一个病态的鸟,弄脏自己的窝

    C

    这是一个有病的鸟

    D

    它是犯规把自己的巢病鸟


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

  • 第10题:

    单选题
    class Bird {  static void talk() { System.out.print("chirp "); }  }  class Parrot extends Bird {  static void talk() { System.out.print("hello "); }  public static void main(String [] args) {  Bird [] birds = {new Bird(), new Parrot()};  for( Bird b : birds)  b.talk();  }  }  结果为:()
    A

    chirp chirp

    B

    chirp hello

    C

    hello hello

    D

    编译失败


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

  • 第11题:

    单选题
    将“山东理工大学”英译为“ShAnDong univErsity oF tEChnology”的翻译网站是()
    A

    谷歌

    B

    百度

    C

    必应

    D

    有道


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

  • 第12题:

    单选题
    A

    The bird bad finally understood his threat.

    B

    The bird managed to escape from the chicken house.

    C

    The bird had learned to scream back at him.

    D

    The bird was living peacefully with the chickens.


    正确答案: B
    解析:
    细节题。鹦鹉恐吓鸡的语言与作者所用的语言一致,说明鹦鹉明白了作者的恐吓,答案为A。
    【录音原文】
      There was once a man in South America who had a parrot, a pet bird that could imitate human speech. The parrot was unique. There was no bird like him in the whole world. He could learn to say any word except one. He could not say the name of his native town, Cartano. The man did everything he could to teach the parrot to say “Cartano”, but he never succeeded. At first he was very gentle with the bird. But gradually, he lost his temper. “You stupid bird. Why can’t you learn to say that one word? Say ‘Cartano’ or I will kill you.” But the parrot would not say it. Many times the man screamed, “Say ‘Cartano,’ or I’ll kill you.” But the bird would never repeat the name. Finally, the man gave up. He picked up the parrot and threw him into the chicken house. “You are even more stupid than the chickens.” In the chicken house, there were four old chickens, waiting to be killed for Sunday’s dinner. The next morning, when he went out of the chicken house, the man opened the door. He was shocked by what he saw. He could not believe his eyes and ears. On the floor lay three dead chickens. The parrot was screaming at the fourth, “Say ‘Cartano’, or I’ll kill you.”
    Questions 1 to 3 are based on the conversation you have just heard.
    1. Why did the man lose his temper?
    2. Who killed the three chickens?
    3. Why was the shocked at the scene the next morning?

  • 第13题:

    用微软必应翻译:It is an ill bird that fouls its own nest.结果是()

    • A、家丑不可外扬
    • B、这是一个病态的鸟,弄脏自己的窝
    • C、这是一个有病的鸟
    • D、它是犯规把自己的巢病鸟

    正确答案:D

  • 第14题:

    现有:  class Bird {  void talk() { System.out.print("chirp "); }         }  class Parrot2 extends Bird {  protected void talk() { System.out.print("hello ");        public static void main(String [] args) {  Bird [] birds = {new Bird(), new Parrot2 () };         for( Bird b : birds)          b.talk () ;         }         }  结果是什么 ?()      

    • A、 chirp chirp
    • B、 hello hello
    • C、 chirp hello
    • D、编译错误

    正确答案:C

  • 第15题:

    术语翻译:D.A.F()


    正确答案: 边境交货

  • 第16题:

    在日常使用网络时,经常会用到搜索引擎,下列不属于搜索引擎的是()

    • A、360搜索
    • B、腾讯微博
    • C、微软必应
    • D、hao123网址导航

    正确答案:B

  • 第17题:

    将“山东理工大学”英译为“ShAnDong univErsity oF tEChnology”的翻译网站是()

    • A、谷歌
    • B、百度
    • C、必应
    • D、有道

    正确答案:A

  • 第18题:

    目前只能进行中英、中日互译的翻译网站是()。

    • A、谷歌
    • B、百度
    • C、必应
    • D、有道

    正确答案:B

  • 第19题:

    单选题
    用微软必应翻译:It is an ill bird that fouls its own nest.结果是()
    A

    家丑不可外扬

    B

    这是一个病态的鸟,弄脏自己的窝

    C

    这是一个有病的鸟

    D

    它是犯规把自己的巢病鸟


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

  • 第20题:

    单选题
    用谷歌手气不错翻译:It is an ill bird that fouls its own nest.结果是()
    A

    家丑不可外扬

    B

    这是一个病态的鸟,弄脏自己的窝

    C

    这是一个有病的鸟

    D

    它是犯规把自己的巢病鸟


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

  • 第21题:

    单选题
    首个在新闻报道的翻译质量和准确率上可以比肩人工翻译的翻译系统是()。
    A

    苹果

    B

    谷歌

    C

    微软

    D

    科大讯飞


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

  • 第22题:

    单选题
    现有:  class Bird {  void talk() { System.out.print("chirp "); }         }  class Parrot2 extends Bird {  protected void talk() { System.out.print("hello ");        public static void main(String [] args) {  Bird [] birds = {new Bird(), new Parrot2 () };         for( Bird b : birds)          b.talk () ;         }         }  结果是什么 ?()
    A

     chirp chirp

    B

     hello hello

    C

     chirp hello

    D

    编译错误


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

  • 第23题:

    单选题
    用金桥翻译:It is an ill bird that fouls its own nest.结果是()
    A

    家丑不可外扬

    B

    这是一个病态的鸟,弄脏自己的窝

    C

    这是一个有病的鸟

    D

    它是犯规把自己的巢病鸟


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

  • 第24题:

    单选题
    用微软必应翻译:A cat may look at a king.结果是()
    A

    王侯将相宁有种乎

    B

    猫可以看国王

    C

    小人物也有权利

    D

    人人平等

    E

    一只猫可以看看国王


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