单选题The author mentions Roman maps (line 32) and the Magi (line 34) as examples of ______.Athe importance of the camel as a heraldic symbolBthe camel's importance as a political and religious symbolCthe camel's ability to withstand the elementsDthe similarity between the camel and the giraffeEthe long presence of the camel in European history

单选题
The author mentions Roman maps (line 32) and the Magi (line 34) as examples of ______.
A

the importance of the camel as a heraldic symbol

B

the camel's importance as a political and religious symbol

C

the camel's ability to withstand the elements

D

the similarity between the camel and the giraffe

E

the long presence of the camel in European history


参考解析

解析:
作者在第二段中讲到多个世纪以来,骆驼就受到了人们的尊重,即使在在中世纪的时候也是这样。作者用"Roman maps"和"the Magi"来证明,骆驼早已经存在于在欧洲的历史中。故选E。

相关考题:

以下不能够读入空格字符的语句是A.char line; line=cin.get()B.char line; cin. get(line);C.char line; cin>>line;D.char line[2]; cin. getline(line,2);

现有如下五个声明:Linel:inta_really_really_really_long_variable_name=5;Line2:int_hi=6;Line3:intbig=Integer.getlnteger(7”);Line4:int$dollars=8;line5:int%opercent=9;哪行无法通过编译?() A.Line1B.Line3C.Line4D.Line5

Given:When the doSomething method is called, after which line does the Object created in line 5 become available for garbage collection?() A.Line 5B.Line 6C.Line 7D.Line 8E.Line 9F.Line 10

Given:WhichlineofcodemarkstheearliestpointthatanobjectreferencedbyintObjbecomesacandidatefor garbagecollection?() A.Line16B.Line17C.Line18D.Line19

Given:Which code, inserted at line 16, correctly retrieves a local instance of a Point object?() A.Point p = Line.getPoint();B.Line.Point p = Line.getPoint();C.Point p = (new Line()).getPoint();D.Line.Point p = (new Line()).getPoint();

The primary line module has failed and the spare line module is nowactive.What occurs,by default,when the primary line module returns to an operational status?() A.The primary line module is inactive for five minutes and then becomes active.B.The primary line module is in standby mode,while the spare line module remains active.C.The primary line module becomes active immediately and the spare line module becomes inactive.D.The primary and spare line modules are active for five minutes,after which time the spare line module becomes inactive.

GSM Line Chart 窗口在哪个菜单目录中能够找到() A.PresentationGSMGSM Line ChartB.PresentationGSMData ServicesGSM Line ChartC.PresentationCDMAGSM Line ChartD.PresentationCDMAData ServicesGSM Line Chart

当用户端cisco路由器上用showinterface命令时line和lineprotocal可能出现的几种组合?()。 A.line down;line protocol downB.line down;line protocolC.line up;line protocol downD.line up;line protocol up

“Ease the strain on the stern line” means “()”!A、Heave away the stern line.B、Take in the stern line.C、Slack the stern line.D、Heave in the stern line.

31. // some code here  32. try {  33. // some code here  34. } catch (SomeException se) {  35. // some code here  36. } finally {  37. // some code here  38. }  Under which three circumstances will the code on line 37 be executed?()A、 The instance gets garbage collected.B、 The code on line 33 throws an exception.C、 The code on line 35 throws an exception.D、 The code on line 31 throws an exception.E、 The code on line 33 executes successfully.

头缆上车!()A、Put head line on winch!B、Put stern line on winch!C、Hold on head line!D、Heave in head line.

当对DrawWidth进行设置后,将影响()。A、Line、Circle、Pset和Line、Shape控件B、Line、Circle、PsetC、Line、Circle、Poine方法D、Line、Shape控件

当用户端cisco路由器上用showinterface命令时line和lineprotocal可能出现的几种组合?()。A、line down;line protocol downB、line down;line protocolC、line up;line protocol downD、line up;line protocol up

()has three specific points: fixed line and announcing shipping time in advance.A、liner transportB、line shipC、line containerD、line

()has three specific points: fixed line, fixed ports and announcing shipping time in advance.A、Liner transportB、Line shipC、Line containerD、Line

单选题Which of the following phrases from the text best expresses the author’s conclusion about the meaning of the difference between left-eyed and right-eyed flatfish?A“most striking” (line 3, paragraph 1)B“variation is adaptive” (line 2, paragraph 2)C“mechanically disadvantageous” (line 7, paragraph 3)D“evolutionary red herring” (line 8-9, paragraph 4)

单选题It can be inferred from the passage that the author would NOT have considered which of the following a luxury (line 44) in her hostel?AAn elevatorBWell-built accoutrementsCPrivacyDA room with a viewEA restaurant

多选题31. // some code here  32. try {  33. // some code here  34. } catch (SomeException se) {  35. // some code here  36. } finally {  37. // some code here  38. }  Under which three circumstances will the code on line 37 be executed?()AThe instance gets garbage collected.BThe code on line 33 throws an exception.CThe code on line 35 throws an exception.DThe code on line 31 throws an exception.EThe code on line 33 executes successfully.

单选题The author's attitude toward the 'worst' list (line 8) is best described as ______.ArevulsionBreluctant acceptanceCamusementDappreciationEbewilderment

单选题设窗体上有2个直线控件Line1和Line2,若使两条直线相连接,需满足的条件是(  )。ALine1.X1=Line2.X2且Line1.Y1=Line2.Y2BLine1.X1=Line2.Y1且Line1.Y1=Line2.X1CLinel.X2=Line2.X1且Line1.Y1=Line2.Y2DLine1.X2=Line2.X1且Line1.Y2=Line2.Y2

单选题The author of Passage 2 would most likely regard the spate of recent popular books (line 1) mentioned in Passage 1 with ______.Arighteous indignationBinformed skepticismCeager anticipationDsentimental regretEbewilderment

单选题The primary line module has failed and the spare line module is nowactive.What occurs,by default,when the primary line module returns to an operational status?()AThe primary line module is inactive for five minutes and then becomes active.BThe primary line module is in standby mode,while the spare line module remains active.CThe primary line module becomes active immediately and the spare line module becomes inactive.DThe primary and spare line modules are active for five minutes,after which time the spare line module becomes inactive.

单选题Given: Which code, inserted at line 15, creates an instance of the Point class defined in Line?()A Point p = new Point();B Line.Point p = new Line.Point();C The Point class cannot be instatiated at line 15.D Line l = new Line() ; l.Point p = new l.Point();

单选题The author mentions the example of “backpacks” (Line 5, Para.2) to show the importance of _____.Apleasing the young as well as the oldBincreasing usage among studentsCexploring new market sectionsDserving both military and civil needs

单选题The author mentions Roman maps (line 32) and the Magi (line 34) as examples of ______.Athe importance of the camel as a heraldic symbolBthe camel's importance as a political and religious symbolCthe camel's ability to withstand the elementsDthe similarity between the camel and the giraffeEthe long presence of the camel in European history

单选题Which of the following best expresses the attitude of the author of Passage 2 toward the find (line 18) ?ARestrained optimismBMild shockCWarm acceptanceDHesitant passionEMercurial endurance

单选题The author of Passage 1 describes the Taj Mahal as delicate (line 6) and lacy (line 7) to emphasize ______.Athe role of women in IslamBthe physical weakness of the structureCthat it was built for only women to enjoyDthe aesthetic style of the architectureEthat it was built from an unusual material

单选题By“held back (Line l) the author means“_______.Amade to remain in the same classBforced to study in the lower classCdrawn to their studiesDprevented from advancing