A.Send
B.Raise
C.Delete
D.Receive
E.Acknowledge
第1题:
Despite the wonderful acting and well-developed plot the _________ movie could not hold our attention.
A) three-hours B) three-hour
C) three-hours’ D) three-hour’s
选B
用破折号连接的作形容词不用复数.
第2题:
第3题:
禁止宠物入内 No ___________ Allowed
第4题:
以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.two
A.two.three.
B.two
C.three
D.value is 2
第5题:
第6题:
测试QUIT是否被事件队列所禁止的命令为:
A.pygame.event.set_blocked(pygame.event.QUIT)
B.pygame.event.set_allowed(pygame.event.QUIT)
C.pygame.event.get_blocked(pygame.event.QUIT)
D.pygame.event.get_allowed(pygame.event.QUIT)