●Applications put computers to practical business (67) ,but below the (68) it's the heart of an operating system-the kernel-that provides the technical wizardry to juggle multiple program,connect to networks and store (69) .A traditional kernel provides all the functions for applications.The kernel (70) memory,I/O devices and parcels out processor time.The kernel also supports security and fault (71) ,which is the ability to recover automatically when parts of the system fail.(67) A.usedB.useC.applyD.applied(68) A.earthB.bottomC.tableD.surface(69) A.graphicsB.dataC.textD.image(70) A.managesB.manageC.managedD.managing(71) A.errorB.questionC.toleranceD.problem
●Applications put computers to practical business (67) ,but below the (68) it's the heart of an operating system-the kernel-that provides the technical wizardry to juggle multiple program,connect to networks and store (69) .
A traditional kernel provides all the functions for applications.The kernel (70) memory,I/O devices and parcels out processor time.
The kernel also supports security and fault (71) ,which is the ability to recover automatically when parts of the system fail.
(67) A.used
B.use
C.apply
D.applied
(68) A.earth
B.bottom
C.table
D.surface
(69) A.graphics
B.data
C.text
D.image
(70) A.manages
B.manage
C.managed
D.managing
(71) A.error
B.question
C.tolerance
D.problem
相关考题:
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);
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
定义数组char s[10]={65,66,67,68,69};,则执行输出语句cout<<s<<endl;会显示:ABCDE。