●The two goals of an operation system are(71)and efficiency.
(71)
A.convenience
B.quick
C.optimize
D.standardize
第1题:
Electronic mail and filing permit a user to compose and transmit a message on an office(71)system. In the early 1970s, the ARPANET community developed a number of such systems which have been heavily used. Through standard message format(72), several hundred different computers and electronic mail interfaces are specification of how(73)and return addresses should appear on envelopes and which sizes are allowable for envelopes. In the electronic message world, they describe what(74)of characters are required at the(75)of a message to identify the sending and receiving mailboxes.
A.robotization
B.automation
C.dynamic
D.action
第2题:
以下程序段的输出结果为 ( )int j=2;switch(j){case 2:System.out.print("two.");case 2+1:System.out.println("three.");breakdefault:System.out.println("value is"+j);break;}
A.two.three.
B.two.
C.three.
D.value is 2
第3题:
SDLC was invented by IBM to replace the older Bisynchronous protocol for wide area connections between IBM equipment . A varietion of the (71) protocol called NRM is essentially the same as SDLC. SDLC is (72) protocol like HDLC, Frame. Relay or X.25. An SDLC network is made up of (73) that controls all communications, and (74) . It is capable of (75) operation, but almost all practical applications are strictly half duplex.
A.HDLC
B.Frame. Relay
C.X.25
D.X.21
第4题:
) ● (71 now plays a central role in the global economy.
(71)
A. Data
B. CPU
C. Information
D. Operation
第5题:
编译和执行以下代码,输出结果是( )。 int i=1; switch (i) { case 0: System.out.print("zero,"); break; case 1: System.out.print("one,"); case 2: System.out.print("two,"); default: System.out.println("default"); }
A.one,
B.one,two,
C.one,two,default
D.default
第6题:
OSPF is a link-state routing protocol。It is designed to be run internal to a single __(71)__system。Each OSPF router maintains an identical __(72)__ describing the autonomous system’s topology。From this database,a routing table is calculated by constructing a shortest-path __(73)__。OSPF recalculates routes quickly in the face of topological changes,utilizing a minimum of routing __(74)__ traffic。OSPF provides support for equal-cost multipath。An area routing capability is provided,enabling an additional level of routing protection and a reduction in routing protocol__(75)__。
71
A.autonomous
B.network
C.computer
D.server