皮皮学,免费搜题
登录
搜题
【单选题】
轴上零件固定方法中( )可以轴向同时固定,在过载时有保护功能,轴和轴上零件不会损坏。
A.
键连接
B.
销钉连接
C.
紧定螺钉连接
D.
过盈配合
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】关于下列 代码{empty param.user?"Administrator":param.user}说法正确的是( )
A.
编译时出错,不支持该语法
B.
如果参数user为空则返回Administrator否则就返回user的值
C.
如果参数user为空字符则返回Administrator否则就返回user的值
D.
如果参数user为空则返回user否则就返回Administrator的值
【单选题】content adj.
A.
满足的;满意的
B.
内容;目录
C.
竞争的;奋斗的
D.
有争议的;好争吵的
【简答题】有争议的adj. c________
【单选题】已知有如下代码: import java.util.*; public class Test{ public static void main(String... args){ List list=new LinkedList(); list.offer("hello"); list.offer("welcome"); System.out.println(list); } } 关于下列代码说法正...
A.
编译失败,因为list是一个列表不是队列,无法调用offer方法
B.
编译成功,运行成功,因为list.offer("hello");根据多态性,绑定为LinkedList对象的offer方法
C.
编译成功,运行失败,根据动态性,list无法调用LinkedList的offer方法
D.
以上说法均不正确。
【简答题】adj. 有争议的 c_______
【单选题】The circuit shown will have identical logic out if all gates are changed to
A.
AND gates
B.
OR gates
C.
NAND gates
D.
NOR gates
【单选题】content
A.
adj. 有争议的
B.
adj. 不变的,恒定的
C.
adj. 满意的,满足的
【单选题】The two types of gates which are called universal gates are
A.
AND/OR
B.
NAND/NOR
C.
AND/NAND
D.
OR/NOR
【单选题】All Boolean expressions can be implemented with ( )
A.
NAND gates only
B.
NOR gates only
C.
combinations of NAND and NOR gates
D.
combinations of AND gates, OR gates, and inverters
E.
any of these
【单选题】Which form of logic gate system is given by a ladder diagram with a rung having two normally closed gates in series?
A.
AND
B.
OR
C.
NOR
D.
NAND
相关题目: