更多“Where the contract is to insure the subject-matter at and from,or from one place to anothe ”相关问题
  • 第1题:

    95 The sending or conveying of information from one place to another is the process of

    A. Networking

    B. Transmitting

    C. Interacting

    D. Promoting

    E. Interfacing


    正确答案:B

  • 第2题:

    有SQL语句: SELECT DISTINCT系号FROM教师WHERE工资>=; ALL(SELECT工资FROM教师WHERE系号="02") 与如上语句等价的SQL语句是

    A.SELECT DISTINCT系号FROM教师WHERE工资>=; (SELECT MAX(工资)FROM教师WHERE系号="02")

    B.SELECT DISTINCT系号FROM教师WHERE工资>=; (SELECT MIN(工资)FROM教师WHERE系号="02")

    C.SELECT DISTINCT系号FROM教师WHERE工资>=; ANY(SELECT工资FROM教师WHERE系号="02")

    D.SELECT DISTINCT系号FROM教师WHERE工资>=; SOME(SELECT工资FROM教师WHERE系号="02")


    正确答案:A
    解析:题干中的SQL语句的功能是:查询那些工资比02系工资都高的教师所在的系号,四个选项中只有选项A中的查询条件与此等价,用(SELECT MAX(工资) FROM…WHERE…)实现选择出最高工资,故选项A为正确答案。选项B的查询条件表示工资大于02系中工资最低的教师的工资,选项C和D中的ANY和SOME是同义词,表示查询出只要比02系中某一个教师工资高的记录即可。

  • 第3题:

    在学生表中查找没有选课的学生,下列语句正确的是( )。

    A.SELECT*FROM 学生 WHERE EXISTS; (SELECT*FROM 选课 WHERE学生号=学生.学生号)

    B.SELECT*FROM 学生 WHERE NOT EXISTS; (SELECT*FROM 选课 WHERE 学生号=学生.学生号)

    C.SELECT*FROM 学生 WHERE EXISTS; (SELECT*FROM 选课 WHERE 学生号=学生号)

    D. SELECT*FROM 学生 WHERE NOT EXISTS; (SELECT*FROM 选课 WHERE 学生号=学生号)


    正确答案:B
    解析:本题是嵌套循环查循,在外层中使用了谓词EXISTS。依据题意,在子查询中有结果返回,应该用EXISTS谓词。内层查询引用了外层查询的表,所以在WHERE短语的学生号中使用关系名,即学生.学生号。

  • 第4题:

    有SQL语句: SELECT DISTINCT 系号 FROM 教师 WHERE 工资>=; ALL(SELECT 工资 FROM 教师 WHERE 系号 =“02”) 与如上语句等价的SQL语句是

    A.SELECT DISTINCT 系号 PROM 教师 WHERE 工资>=; (SELECT MAX(工资)FROM 教师 WHERE 系号=“02”)

    B.SELECT DISTINCT 系号 FROM 教师 WHERE 工资=; (SELECT MIN(工资)FROM 教师 WHERE 系号=“02”)

    C.SELECT DISTINCT 系号 FROM 教师 WHERE 工资>=; ANY(SELECT 工资 FROM 教师 WHERE 系号=“02”)

    D.SELECT DISTINCT 系号 FROM 教师 WHERE 工资>=; SOME(SELECT 工资 FROM 教师 WHERE 系号=“02”)


    正确答案:A
    解析:题干中的SQL语句的功能是:查询那些工资比02系工资都高的教师所在的系号,四个选项中只有选项A中的查询条件与此等价,用(SELECT MAX(工资)FROM…WHERE…)实现选择出最高工资,故选项A为正确答案。选项B的查询条件表示工资大于02系中工资最低的教师的工资,选项C和D中的州Y和SOME是同义词,表示查询出只要比02系中某一个教师工资高的记录即可。

  • 第5题:

    Where events have rendered performance of the contract illegal either by English law or by the law of the country in which performance was to have taken place,the Charterer will ______ from the liability to provide a cargo.

    A.be provided

    B.be excused

    C.be supplied

    D.be replied


    正确答案:B

  • 第6题:

    材料:

    This insurance also covers the insured vessel&39;s proportion of general average,salvage or salvage charges,but in case of general average sacrifice of the vessel,the Insured may recover fully for such loss without obtaining contributions from other parties.

    General average shall be adjusted in accordance with the relative contract and governing law and practice.However,where the contract of affreightment or carriage does not so provide,the adjustment shall be made according to the Beijing Adjustment Rules or similar provisions of other rules. Where all the contributing interests are owned by the Insured,or when the insured vessel sails in ballast and there are no other contributing interests the provisions of the Beijing Adjustment Rules(excluding Article 5),or similar provisions of other rules if expressly agreed,shall apply as if the interests were owned by different persons.

    The voyage for this purpose shall be deemed to continue from the port or place of departure until the arrival of the vessel at the first port or place of call thereafter other than a port or place of refuge or a port or place of call for bunkering only.If at any such intermediate port or place there is an abandonment of the adventure originally contemplated the voyage shall thereupon be deemed to be terminated.

    问题:

    In the event of general average sacrifice of the insured vessel,the insured ______.

    A.can only recover the insured vessel’s proportion from the Insurer

    B.should recover fully for such loss by obtaining contributions from the other parties

    C.may recover fully for such loss from the Insurer prior to his obtaining the contributions from other parties

    D.shall own all the contributing interests

    General average adjustment shall be made according to the Beijing Adjustment Rules or similar provisions of other rules if _____.A.the relative contract does not provide according to which law and practice the adjustment shall be made

    B.the contributing interests are owned by different persons

    C.the contract of affreightment or carriage requires that some other governing law be followed

    D.there is a sacrifice of the insured vessel

    If the insured vessel sails in ballast and there are no other contributing interests,______.A.the general average adjustment shall be made according to the relative contract of carriage

    B.all the provisions of Beijing Adjustment Rules shall be applied in case of any general average

    C.no general average adjustment is needed

    D.the general average shall be adjusted as if there were different contributing interests according to the provisions of Beijing Adjustment Rules

    The word“contemplated”in the last paragraph of this passage means _____.A.“looked at”

    B.“intended”

    C.“contended”

    D.“meditated”

    请帮忙给出每个问题的正确答案和分析,谢谢!


    问题 1 答案解析:C


    问题 2 答案解析:A


    问题 3 答案解析:D


    问题 4 答案解析:B

  • 第7题:

    If XYZ LTD needs to upgrade the Cisco IOS Software of a Cisco Router, Where is the best place to download the upgrade image file from?()

    • A、The best option is to download it from the Cisco TAC website
    • B、The best option is to download it from the Cisco.Com Software support site
    • C、The best option is to download it form the Cisco Advanced Services website
    • D、The best option is to download it from the TFTP site on Cisco.com

    正确答案:B

  • 第8题:

    单选题
    If,by refusing to name a place of discharge,the Charterer prevents the Shipowner from earning freight,()will have to pay it as damages for breach of contract.
    A

    she

    B

    he

    C

    it

    D

    they


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

  • 第9题:

    单选题
    One function provided by a hydraulic accumulator is to()
    A

    provide an area where air can separate from the oil

    B

    provide an area to separate solid contaminants from the oil

    C

    act as an oil and water separator

    D

    absorb shocks occurring in the system


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

  • 第10题:

    单选题
    A stretch where the channel changes from one side of theriver to the other is called a().
    A

    crossing

    B

    transit

    C

    transfer

    D

    passing


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

  • 第11题:

    单选题
    It can be inferred from the passage that ______.
    A

    malaria and yellow fever have been reported this year

    B

    no new cases of smallpox have been reported this year

    C

    smallpox victims no longer die when they contract the disease

    D

    smallpox is not transmitted from one person to another


    正确答案: D
    解析:
    推断题。第四段首句提到“到1978年4月世界卫生组织已隔离了所知的最后一个病例”。该段最后两句指出“如今,天花已不再对人类构成威胁。全球范围内也已停止了对天花疫苗的常规注射”。由此可以选项B推断正确。

  • 第12题:

    单选题
    Where events have rendered performance of the contract illegal either by English law or by the law of the country in which performance was to have taken place,the Charterer will()from the liability to provide a cargo.
    A

    be provided

    B

    be excused

    C

    be supplied

    D

    be replied


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

  • 第13题:

    One of the properties of light is () traveling in wave form. as it goes from one place to another.

    A.it

    B.it’s

    C.its

    D.their


    参考答案:C

  • 第14题:

    On most campuses, one can find an international club, which includes Americans, where students can get to know and learn socially from students from other countries, as well as Americans.


    正确答案:

     译文:在大多数的校园里都有国际俱乐部,成员包括美国学生。在俱乐部里,学生(包括美国学生)通过与来自其他国家的学生的社会交往相互认识并学习。

    本题考核的知识点是:定语从句。

    句子主干是one can find an international club,句首介词短语On most campuses做地点状语,club后接有whichwhere分别引导的两个定语从句。由于从句较长,采用拆译法单独成句。而且由于两个定语从句共用一个先行词club,因此它需要译两次。

    词汇方面:socially意为“在社交方面”。

  • 第15题:

    有如下SQL语句: SELECT姓名FROM学生表WHERE学号IN; (SELECT学号FROM成绩表WHERE成绩>90) 下列哪条命令与该SQL语句等价

    A.SELECT姓名FROM学生表WHERE EXISTS; (SELECT学号FROM成绩表WHERE成绩>90)

    B.SELECT姓名FROM学生表WHERE EXISTS; (SELECT学号FROM成绩表WHERE学号=学生表.学号AND成绩>90)

    C.SELECT姓名FROM学生表WHERE学号EXISTS; (SELECT学号FROM成绩表WHERE学号=学生表.学号AND成绩>90)

    D. SELECT姓名FROM学生表WHERE学号=; (SELECT学号FROM成绩表WHERE成绩>90)


    正确答案:B
    解析:IN是包含运算,此处子查询中得到多个结果,记录不惟一,因此不用“=”运算符;EXISTS是谓词,用来检查在子查询中时候有结果返回。

  • 第16题:

    If,by refusing to name a place of discharge,the Charterer prevents the Shipowner from earning freight,______ will have to pay it as damages for breach of contract.

    A.she

    B.he

    C.it

    D.they


    正确答案:B

  • 第17题:

    A stretch where the channel changes from one side of the river to the other is called a ______.

    A.bifurcation

    B.transit

    C.crossing

    D.changeover


    正确答案:C

  • 第18题:

    One of the properties of light is( )traveling in wave form as it goes from one place to another.

    A.it
    B.it’s
    C.its
    D.their

    答案:C
    解析:
    该题考查非谓语动词。句中traveling为动名词做表语,空格处所填内容做动名词的逻辑主语,首先排除B,D选项,能做动名词逻辑主语的词有形容词性物主代词,名词所有格或人称代词宾格,故答案为C。

  • 第19题:

    对由SELECT--FROM—WHERE—GROUP--ORDER组成的SQL语句,其在被DBMS处理时,各子句的执行次序为()

    • A、SELECT—FROM—GROUP—WHERE—ORDER
    • B、FROM--WHERE——GROUP——ORDER——SELECT
    • C、FROM——WHERE——GROUP——SELECT——ORDER
    • D、SELECT——FROM——WHERE——GROUP——ORDER

    正确答案:C

  • 第20题:

    单选题
    Smugglers’ Gulch ______.
    A

    is a ravine which is watched 24 hours a day

    B

    is a place where many illegal immigrants would get help from America

    C

    is a place where Rafael is trying to cross the fence into Mexico

    D

    is one of the places of Mexico


    正确答案: C
    解析:
    该段录音中描述到Smugglers’ Gulch是最难潜入美国的地方之一,该ravine(峡谷)被一面铁墙分开,被边境巡逻人员日夜看守,他们在泛光灯、直升机和地下压力传感器的帮助下追踪那些想非法潜入美国的人。接着提到一个5次试图翻越铁墙被捉的人,然而他仍在铁墙的墨西哥那边等待另一个机会。因此选项A正确。
    【录音原文】
    Despite its name, Smugglers’ Gulch is one of the toughest places to sneak into America. The ravine near San Diego is bisected by a steel wall and watched day and night by agents of the border patrol, who track would-be illegal immigrants with the help of floodlights, helicopters and underground pressure sensors. Rafael, a cement worker, has already been caught jumping over the fence five times. Yet he still loiters on the Mexican side of the fence, waiting for nightfall and another chance to cross.

  • 第21题:

    单选题
    The place where a channel moves from along one bank of the river over to the other bank of the river is called a().
    A

    draft

    B

    cutoff

    C

    draw

    D

    crossing


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

  • 第22题:

    单选题
    Where the contract is to insure the subject-matter at and from,or from one place to another or others,the policy is called a().
    A

    contract policy

    B

    insurance policy

    C

    time policy

    D

    voyage policy


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

  • 第23题:

    单选题
    It can be learned from the passage that the British author Salman Rushdie ______.
    A

    lived in hiding under the protection of Scotland Yard for a decade

    B

    had spent the decade living in Scotland Yard until 1998

    C

    lived in hiding in New York for one decade

    D

    had moved from place to place since the publication of The Satanic Verses


    正确答案: A
    解析:
    文章第七段最后一句指出1989年伊朗当时的领导人宣布The Satanic Verses这本书“是对伊斯兰教的亵渎”(“blasphemous against Islam”)后,英国当代作家Salman Rushdie就在Scotland Yard躲避了十年,可知选项A为正确答案。