考题
BEverybodydreams.Somepeoplethinkdreamscantellusaboutthefuture.Otherpeoplethinkdreamstellusaboutourselves.It'slikeour61istalkingtous.Whyaredreams62strangeandhardtounderstand?Somepeoplethinkourbrainuses63totalktous.Whenwefly,swim,orfalldowninourdreams,ithasa64meaning.Lotsofdoctorshelppeople65theirdreams.Theyfindthatdreamstellusaboutour66andfears.Thesedays,manyscientists67thatdreamsareveryimportant.Duringtheday,wehavemany68,andourbrainreceivesalotofinformation.Whenwedream,ourbrain69informationthatisnotimportant,andputsthemostimportantinformationintoour70.Aswelearnmoreaboutthebrain,wemayfindanswerstoourquestionsaboutdreams.61.__________A.bodyB.spiritC.brainD.heart
考题
●Heterogeneous network environments consist of computer systems from (66) vendors that run (67) operating systems and communication protocols. An organization that (68) its computer resources is usually (69) the task of integrating its heterogeneous systems. Typically, each department or division has defined its own network needs (70) OS, LAN topology, communication protocols, applications, and other components.(66) A.sameB.similarC.differentD.difference(67) A.sameB.similarC.differentD.difference(68) A.consolidatesB.consistsC.considerateD.consoles(69) A.faced onB.faced withD.faced aboutD.faced up to(70) A.in generalB.in any termC.in set termsD.in terms of
考题
34.HashMapprops=newHashMap();35.props.put(”key45”,somevalue”);36.props.put(”key12”,someothervalue”);37.props.put(”key39”,yetanothervalue”);38.Sets=props.keySet();39.//insertcodehereWhat,insertedatline39,willsortthekeysinthepropsHashMap?()A.Arrays.sort(s);B.s=newTreeSet(s);C.Collections.sort(s);D.s=newSortedSet(s);
考题
● 在Windows操作系统下,FTP客户端可以使用(67)命令显示客户端目录中的文件。(67)A. !dir B. dir C. get D. put
考题
The kernel is the(66)of an operating system such as Windows98, Windows NT, Mac OS or Unix. The kernel provides basic services for the other parts of the operating system,(67)it possible for it to run several programs at once(multitasking), read and write files and connect to networks and peripherals. Applications and utility programs use the services provided by the kernel to provide practical business functionality.In operating systems such as Windows or most versions of Unix, the kernel(68)everything except application and utility programs.In microkernel operating systems such as Digital Unix and Apples forthcoming Mac OS Server, the kernel(69)supports only multitasking and memory management. Other services such as applications, utilities and the user interface support device drivers, API and graphics which all(70)outside the microkernel.A.nucleusB.centerC.coreD.heart
考题
Fast(66)is also referred to as 100BASE-T or 802.3u and is a communications(67)that enables computers on a local-area network to share information with one another at(68)of 100 million bits per second instead of the standard 10 million BIT/S。A.EthernetB.InernetC.networkD.net
考题
S盒是DES中唯一的非线性部分,DES的安全强度主要取决于S盒的安全强度。DES中有(67)个S盒,其中(68)。
A.2
B.4
C.6
D.8
考题
定义数组char s[10]={65,66,67,68,69};,则执行输出语句cout<<s<<endl;会显示:ABCDE。