A.over an ATM PVC
B.over a FastEthernet bus
C.overa Gigabit Ethernet bus
D.over high speed serial bus
第1题:
In Java language, objects are instances of(5).
A.class
B.type
C.structure
D.module
第2题:
第3题:
在一个模块里面定义的变量与函数,默认为私有的,如果要想对外暴露其内部的私有变量与函数,只能通过()实现
A.module.imports
B.module.exports
C.module.throws
D.module.public
第4题:
●Unit testing refers to that each (73) is tested to ensure that it operates correctly.
(73)
A. subsystem
B.device
C.application
D.module
第5题:
下列错误信息中,()是异常对象的名字。 Traceback (most recent call last): File "E:/教学/exp/异常/ex.py", line 1, in <module> 1/0 ZeroDivisionError: division by zero
A.ZeroDivisionError
B.NameError
C.IndexError
D.KeyError
第6题:
任务和函数必须在module内定义并调用。