皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【判断题】
如果原假设为假而被接受,则犯了β错误。
A.
正确
B.
错误
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】阅读下面代码: class Parent{ protected int addvalue(int a,int b) { int s; s=a+b; return s; } } class Child extends parent{ } 若要在 Child 类中对 addvalue 方法进行重写,下面对于 Child 类中的 addvalue 方法头的描述( )是正确的。
A.
int addvalue(int i,int j)
B.
void addvalue()
C.
void addvalue(double i)
D.
public int addvalue(int a,int b)
【判断题】双绞线分为UTP(屏蔽双绞线)和STP(非屏蔽双绞线)两类,最长传输距离100米。( )
A.
正确
B.
错误
【单选题】阅读下面代码: class parent{ protected int addvalue(int a,int b){ int s; s=a+b; return s; } } class child extends parent{ } 若要在child类中对addvalue方法进行重写,下面对于child类中的addvalue方法头的描述哪一项是正确的
A.
int addvalue(int i,int j)
B.
void addvalue()
C.
void addvalue(double i)
D.
public int addvalue(int a,int b)
【判断题】常用的双绞线分为屏蔽双绞线(SPT)和非屏蔽双绞线(UTP)两大类。
A.
正确
B.
错误
【多选题】阅读下面代码: public class Parent { public int addValue( int a, int b) { int s; s = a+b; return s; } } class Child extends Parent { } 下面的哪些方法可以加入类Child中?
A.
int addValue( int a, int b ){// 做某事情...}
B.
public void addValue (){//// 做某事情...}
C.
public int addValue( int a ){// // 做某事情... }
D.
public int addValue( int a, int b )throws MyException {//// 做某事情...}
【单选题】双绞线可分为非屏蔽双绞线和屏蔽双绞线两大类,从外包装英文标识可识别,它们的英文缩写是( )
A.
UTP和STP
B.
FTP和STP
C.
STP和FTP
D.
STP和UTP
【单选题】双绞线可分为屏蔽双绞线(STP)和()两类。
A.
五类双绞线
B.
六类双绞线
C.
非屏蔽双绞线(UTP)
D.
非绝缘体
【单选题】阅读下面代码: class parent{ protected int addvalue(int a,int b){ int s; s=a+b; return s; } } class child extends parent{ } 若要在child类中对 addvalue 方法进行重写,下面对于 child 类中的 addvalue 方法头的描述( )是正确的。
A.
int addvalue(int i,int j)
B.
void addvalue()
C.
void addvalue(double i)
D.
public int addvalue(int a,int b)
【简答题】双绞线为( )和非屏蔽双绞线(UTP)两大类。
【判断题】双绞线分为屏蔽双绞线(Shielded Twisted Pair,STP)和非屏蔽双绞线(Unshielded Twisted Pair,UTP)两类。
A.
正确
B.
错误
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题