A.Mary
B.Hannah
C.St. John
D.Diana
第1题:
Giventhefollowingcode:if(x>0){System.out.println("first");}elseif(x>-3){System.out.println("second");}else{System.out.println("third");}Whichrangeofxvaluewouldprintthestring"second"?()
A.x>0
B.x>-3
C.x<=-3
D.x<=0&x>-3
x>0时打印"first",x>-3&&x<=0时打印"second",x<=-3时打印"third"。这个题目没有什么难的,只要理解if语句的语法就可以了。
第2题:
A(71) is a data type whose major attributes are determined by the rules governing the insertion and deletion of its elements. The only element that can be deleted or removed is the one that was inserted most(72). Such a structure is said to have a last-in/first-out (LIFO) behavior, or protocol.
A.stack
B.queues
C.pointer
D.record
第3题:
A.ResourceReservationProtocol(RSVP)
B.first-in,first-out(FIFO)
C.best-effort
D.CBWFQ
E.IntServ
F.DiffServ
第4题:
A(71)is a data type whose major attributes are determined by the roles governing the insertion and deletion of its elements. The only element that can be deleted or removed is the one that was inserted most(72). Such a structure is said to have a last-in/first-out(LIFO)behavior, or protocol.
A.stack
B.queues
C.pointer
D.record
第5题:
给出下列代码片段: if(x>0){System.out.println("first");} else if(x>-3){System.out.println("second");} else{System.out.println("third");} 当x处于( )范围时打印字符串"second"。
A.x>0
B.x>-3
C.-3<x<=0
D.x<=-3
第6题:
99、英语中,侄子与侄女都用“nephew”、表弟与表妹都用“cousin”来表达。