Carelessness may cause great damage or loss.()A、粗心大意可能会造极大的损坏或损失。B、粗心大意能造极大的损坏。C、粗心大意可能会造极大的损失。D、细心很重要。

题目

Carelessness may cause great damage or loss.()

  • A、粗心大意可能会造极大的损坏或损失。
  • B、粗心大意能造极大的损坏。
  • C、粗心大意可能会造极大的损失。
  • D、细心很重要。

相似考题
参考答案和解析
正确答案:A
更多“Carelessness may cause great dam”相关问题
  • 第1题:

    Which of the following actions may cause a trigger to be fired?()

    A.DROP

    B.ALTER

    C.DELETE

    D.ROLLBACK


    参考答案:C

  • 第2题:

    An ocean towing bridle whose legs are of equal length,but too short,may ______.

    A.fail to provide spring in the hawser

    B.cause unequal distribution of the load to one leg

    C.cause the bridle legs to jump clear of the chocks or fairleads

    D.None of the above


    正确答案:A

  • 第3题:

    The exhaust pipe must be gas tight throughout its entire length otherwise ______.

    A.Bilge water may enter the exhaust pipe

    B.Entry of air may cause vapor lock

    C.Carbon monoxide may enter the interior of the vessel

    D.The joint gaskets may be blown


    正确答案:C

  • 第4题:

    Which of the following actions may cause a trigger to be fired?()

    • A、DROP
    • B、ALTER
    • C、DELETE
    • D、ROLLBACK

    正确答案:C

  • 第5题:

    单选题
    The exhaust pipe must be gas tight throughout its entire length otherwise().
    A

    bilge water may enter the exhaust pipe

    B

    entry of air may cause vapor lock

    C

    carbon monoxide may enter the interior of the vessel

    D

    the joint gaskets may be blown


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

  • 第6题:

    单选题
    Petroleum cargo tanks should not be topped off at deck level when loading on a cold day because().
    A

    a subsequent temperature rise will cause the cargo to overflow

    B

    air pockets may cause the cargo to bubble out of the ullage hole

    C

    the increased viscosity of the product requires higher loading pressure which increases the chances of a spill

    D

    the tank valve may be stiff and a spill will occur before the valve can be closed


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

  • 第7题:

    单选题
    The phrase “this element of the unknown” (Paragraph 3) refers to ______.
    A

    the extension of earthquake zones

    B

    the percentage of earthquake occurrences

    C

    when and where earthquakes may occur

    D

    what big damage earthquakes may cause


    正确答案: C
    解析:
    此题应该结合上下文来看,先提到“they may,however,happen anywhere at any time. ”,承接上文又说到现在已经可以对地震预测。所以这里说的不确定性也是指地震发生的时间和地点。A和B选项都不全面。故选c。

  • 第8题:

    单选题
    void waitForSignal() {  Object obj = new Object();  synchronized (Thread.currentThread()) {  obj.wait();  obj.notify();  }  }  Which is true?()
    A

     This code may throw an InterruptedException.

    B

     This code may throw an IllegalStateException.

    C

     This code may throw a TimeoutException after ten minutes.

    D

     This code will not compile unless “obj.wait()” is replaced with “((Thread) obj).wait()”.

    E

     Reversing the order of obj.wait() and obj.notify() may cause this method to complete normally.

    F

     A call to notify() or notifyAll() from another thread may cause this method to complete normally.


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

  • 第9题:

    单选题
    What danger is presented if a waterspout passes over a ship?()
    A

    Heavy rains could cause downflooding

    B

    Visibility could be restricted by low clouds

    C

    Large waves could cause structural damage

    D

    Personnel may be injured by loose deck gear blown by the wind


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

  • 第10题:

    单选题
    According to the third sentence of Paragraph 3, which of the following items is INCORRECT?
    A

    Anaphylaxis may cause people to die.

    B

    Eggs can damage all the allergic individuals’ immune system.

    C

    One who is allergic to gluten can not eat com.

    D

    Tuna may cause a person who is allergic to fish to die.


    正确答案: A
    解析:
    第三段最后一句指出,鸡蛋等食物可能对过敏体质的人造成严重破坏,并没有说人人都是如此。B项错误。

  • 第11题:

    单选题
    The rising of the exhaust temperature in manifold pipe may NOT result from ().
    A

    too great a loading

    B

    fouled turbocharger

    C

    bad combustion

    D

    excessive air


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

  • 第12题:

    单选题
    Carelessness may cause great damage or loss.()
    A

    粗心大意可能会造极大的损坏或损失。

    B

    粗心大意能造极大的损坏。

    C

    粗心大意可能会造极大的损失。

    D

    细心很重要。


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

  • 第13题:

    Goods may be dangerous not merely by reason of the fact that they may endanger the safety of the vessel, but also because they are liable to cause the vessel to ________ .

    A.detain

    B.be detained

    C.be detaining

    D.detains


    正确答案:B

  • 第14题:

    Which statement about inert gas pressures in a cargo tank is TRUE ________.

    A.The pressures of the inert gas in the tank may create excessive pressure at the pump while discharging

    B.Gas pressures should be maintained at the highest permissible level throughout the discharging process

    C.High gas pressures may cause pyrophoric oxidation in the tank

    D.High gas pressures may cause loss of suction when stripping


    正确答案:B

  • 第15题:

    A little ()may cause great damage or loss.

    • A、care
    • B、careless
    • C、carelessness
    • D、careful

    正确答案:C

  • 第16题:

    void waitForSignal() {  Object obj = new Object();  synchronized (Thread.currentThread()) {  obj.wait();  obj.notify();  }  }  Which is true?() 

    • A、 This code may throw an InterruptedException.
    • B、 This code may throw an IllegalStateException.
    • C、 This code may throw a TimeoutException after ten minutes.
    • D、 This code will not compile unless “obj.wait()” is replaced with “((Thread) obj).wait()”.
    • E、 Reversing the order of obj.wait() and obj.notify() may cause this method to complete normally.
    • F、 A call to notify() or notifyAll() from another thread may cause this method to complete normally.

    正确答案:B

  • 第17题:

    单选题
    The title for the passage may be _____.
    A

    Ways for Keeping Fit

    B

    Anger Is Dangerous to Your Health

    C

    The Cause of Anger

    D

    Damaging Emotion


    正确答案: A
    解析:
    文章第一段表明发怒是一种有害的情绪,可以导致各种疾病,而且后面的几个段落也表明了此意。

  • 第18题:

    单选题
    If a diesel engine starts firing, but is unable to come up normal speed, either without load or even under a small load, the cause may be ()
    A

    insufficient fuel supply

    B

    faulty governor

    C

    high exhaust back pressure

    D

    all of the above may cause this problem


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

  • 第19题:

    单选题
    What is likely to occur when you are surging synthetic mooring lines on the gypsyhead during mooring operations?()
    A

    The lines may jam and then jump off the gypsyhead

    B

    If there is sudden strain on the line,the man tending the line may be pulled into the gypsyhead

    C

    The lines' surging may cause the vessel to surge

    D

    The heat generated may cause the lines to temporarily fuse to the gypsyhead


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

  • 第20题:

    单选题
    Why is it important for fuel oil tanks not to be topped off at the inner bottom level when loading on a cold day?()
    A

    Increased viscosity of the product needs higher loading pressure, which increases the chances of a spill

    B

    Air pockets may cause the fuel to bubble out of the ullage hole

    C

    The temperature rise of the fuel will cause an overflow

    D

    Fueling valve may become stuck closed and cause the fuel oil to spill before the valve can be opened


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

  • 第21题:

    判断题
    The speaker says that the periods of seismic activity are increasingly complex and may cause the earth to wobble.
    A

    B


    正确答案:
    解析:
    特定信息的找寻和理解。题干中提到的seismic activity(地震活动)为关键信息。从录音中提到的“…there are increases and decreases in episodes of seismic activity, but there is no regular or predictable pattern”,可知虽然地震活动周期有起有伏,但没有什么规律可循,也无法预测其态势。而题干中却指出“地震活动周期变得越来越复杂,可能会导致地球的颤动”,与录音中相关内容不符。
    【录音原文】
    Our discussion of earthquakes would be incomplete if we didn’t raise the possibility of their being caused by external forces. As you know there are increases and decreases in episodes of seismic activity, but there is no regular or predictable pattern.

  • 第22题:

    单选题
    Goods may be dangerous not merely by reason of the fact that they may endanger the safety of the vessel,but also because they are liable to cause the vessel to be().
    A

    despatched

    B

    detained

    C

    detected

    D

    delivered


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

  • 第23题:

    单选题
    The engine may lose power or slow down during running, when this occurs, the first cause possible may be hot bearings and () of the pistons in the cylinders.
    A

    crack

    B

    knocking

    C

    leaking

    D

    seizure


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