为你找到 1000 条关于 第二章练习(C)11 的结果
PassageThreeQuestions11to15arebasedonthefollowingpassage.Imagineyouenteracarwithnosteeringwheel,nobrakeoracceleratorpedals(踏板).Underavoice-activatedcommand,yousayanaddress“Thefastestroutewilltakeus15.3minutes.ShouldItakeit?”Yousay“yes”andyouareonyourway.Thecarrespondsandstartsmovingallbyitself.Allyouhavetodoissitbackandrelax.Howweirdwoulditbeif,onedayinthefuture,everyonehadsuchacar?Nocrazydiving,noinsults,nocuttingin;trafficlawswouldberespectedanddrivingmuchsafer.Ontheotherhand,imaginethecostsavingsforlocalpoliceenforcementandtownbudgetswithoutallthosespeedingandparkingtickets.Anewtechnologyhasthepotentialtochangemodernsocietyinradicalways.There’snoquestionthatself-drivingvehiclescouldbeanenormousbenefit.Thepotentialforsafercarsmeansaccidentstatisticswoulddrop:some94%ofroadaccidentsintheU.S.involvehumanerror.Olderdriversandvisually-orphysically-impairedpeoplewouldgainanewleveloffreedom.Maintainingsafespeedsandbeingelectric,self-drivingcarswoulddrasticallyreducepollutionlevelsanddependencyonnon-renewablefuels.Roadswouldbequieter,peoplesafer.Butwemustalsoconsidertheimpactofthenewtechnologyonthosewhonowdependondrivingfortheirlivelihoods.AccordingtotheU.S.DepartmentofLabor,inMay2015therewere505,560registeredschoolbusdrivers.TheAmericanTruckingAssociationlistsapproximately3.5millionprofessionaltruckdriversintheU.S.Thecompaniesdevelopingself-drivingvehiclesshouldbepartneringwithstateandfederalauthoritiestoofferretrainingforthismassiveworkforce,manyofwhomwillbedisplacedbythenewtechnology.Thisissimilartowhat’shappeninginthecoalandoilindustries,asituationthatfuelsmuchofthecurrentpoliticaldiscontentinthiscountry.Newtechnologieswill,andshould,bedeveloped.Thisishowsocietymovesforward.However,progresscan’tbeone-sided.Itisnecessaryforthecompaniesandstateagenciesinvolvedtoconsidertheethicalconsequencesofthesepotentialchangestobuildabetterfutureforall.11.Whatwouldbetheimpactoftheextensiveuseofdriverlesscars?
反应物分子中若存在多种烯丙位C-H键,同样,因碳自由基稳定性的关系,它们反应活性顺序为:叔碳自由基>仲碳自由基>伯碳自由基
F-C反应是指在无水三氯化铝等路易斯酸存在下,芳烃与卤烷作用,在芳环上发生亲电取代反应,其氢原子被烷基取代,生成烷基芳烃的反应,称为傅列德尔一克拉夫茨烷基化反应(Friedel-Craftsalkylation);芳烃与酰卤或酸酐作用,芳环上的氢原子被酰基取代,生成芳酮的反应,称为傅列德尔~克拉夫茨酰基化反应(Friedel-Craftsacylation)。包括烃化和酰化反应,也叫傅(付)克反应。
下面说法正确的是()A.如果图片文件和网页文件不在同一个目录将src属性直接设置成图片文件名可显示图片B.HTML标签必须成对出现C.<body></body>标签与<frameset></framest>不能同时使用D.如果换行必须用段落标记和换行标记
如果想要实现粗体效果,可以使用()标签来实现。A.<strong></strong>B.<em></em>C.<sup></sup>D.<sub></sub>
如果想要实现粗体效果,可以使用()标签来实现。A.<strong></strong>B.<em></em>C.<sup></sup>D.<sub></sub>
C语言中while和do-while循环的主要区别是()
执行下列语句后a的值为()inta,b,c;a=b=c=1;++a||++b&&++c;
若有:inta=1,b=2,c=3,d=4,m=2,n=2;则执行(m=a>b)&&(n=c>d)后n的值是()
对如下程序,若用户输入为A,则输出结果为()main(){charch;scanf(“%c”,&ch);ch=(ch>=‘A’&&ch<=‘Z’)?(ch+32):ch;printf(“%c\n”,ch);}
为了避免嵌套的if—else语句的二义性,C语言规定else总是与()组成配对关系。
在C语言中运算对象必须是整型的运算符是()
C源程序文件的扩展名为()
C语言程序从main()函数开始执行,所以这个函数要写在()
以下是正确的C语言标识符是()