下列哪项叙述不符合发光二极管的特点()
A.是非相干光源
B.对应光的自发发射过程
C.不是阈值器件
D.适合长距离传输
参考答案:D
Linux系统中,IP地址和主机名映射在()文件中指定。
A./etc/hosts
B./etc/network
C./etc/resolv.conf
D./etc/gateways
下面程序段: boolean a=false; boolean b=true; boolean c=(a&&b)&&(!b); boolean result=(a&b)&(!b); 执行完后,正确的结果是( )。
A.c=false;result=false
B.c=true,result=true
C.c=true;result=false
D.c=false;result=true