A.0
B.1
C.2
D.3
第1题:
A.security
B.functional
C.junos-global
D.management
第2题:
A company is using RADIUS to authenticate login requests to its Juniper Networks routers. Usersshould still be able to authenticate using the local password database but only if the RADIUS server is unreachable. Which JUNOS software configuration accomplishes this goal?()
A. authentication-order radius;
B. authentication-order password;
C. authentication-order [radius password];
D. authentication-order [password radius];
第3题:
A. many - to - one
B. one - to - one
C. one - to - many
D. many - to - many
第4题:
A. self
B. trust
C. untrust
D. junos-global
第5题:
有如下类定义: class Point{ private: static int how_many; }; ___________how_many=0; 要初始化Point类的静态成员how_many,下画线处应填入的内容是( )。
A.int
B.static int
C.int Point::
D.static int Point::
第6题:
下列定义的外部中断0函数正确的是()。
A.void int0() interrupt 1 using 0
B.void int0() interrupt 0 using 0
C.void int0() interrupt 2 using 0
D.void int0() interrupt 3 using 0