皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
作诗学,喜欢用拗句,形成一种风格独特的诗体。这种诗体是
A.
东坡体
B.
山谷体
C.
后山体
D.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】下列有关应用文知识的表述,不正确的是( )
A.
条据是便条和单据的总称。单据也是一种便条,但适用范围仅限于钱、财、物方面。
B.
启事既可以写在纸上张贴出去,也可以在报纸、电台、电视台、网络等媒体发布。
C.
广告文案是广告作品中用以表达主题和创意的语言文字部分。
D.
简报又称“动态”“简讯”“工作通讯”“内部参考”等,是一种公开发行的小报。
【简答题】甲公司向乙公司采购1.5万元的物品,委托业务员王某前往办理。王某携带一张出票日期为2013年2月9日、票面金额为1.5万元、未记载收款人名称的转账支票前往乙公司。乙公司在收到支票后,未在该支票收款人栏里记载自己的名称,即于2013年2月12日将该支票背书转让给丙公司。2013年2月14日,丙公司向丁银行提示付款时,发现甲公司在丁银行支票存款账户余额为1万元。根据票据法律制度的相关规定,回答下列问题...
【单选题】Consider an object on a rotating disk a distance r from its center, held in place on the disk by static friction. Which of the following statements is not true concerning this object?
A.
If the angular speed is constant, the object must have constant tangential speed.
B.
If the angular speed is constant, the object is not accelerated.
C.
The object has a tangential acceleration only if the disk has an angular acceleration.
D.
If the disk has an angular acceleration, the object has both a centripetal acceleration and a tangential acceleration.
E.
The object always has a centripetal acceleration except when the angular speed is zero
【单选题】接待规格的最终决定权在于( )。
A.
秘书根据对方要求决定
B.
秘书自行决定
C.
秘书的上司决定
D.
行政办公室决定
【单选题】Phillip, can you see something red _____ in the distance on the water?
A.
Floated
B.
float
C.
being float
D.
floating
【多选题】分析以下代码: public class Test1 { public Object max(Object o1, Object o2) { if ((Comparable)o1.compareTo(o2) >= 0) { return o1; } else { return o2; } } }
A.
该程序有一个编译错误,因为Test1没有主要方法。
B.
该程序有一个编译错误,因为o1是一个Object实例,并且它没有compareTo方法。
C.
该程序出现编译错误,因为您无法将Object实例o1强制转换为Comparable。
D.
如果将(((Comparable)o1.compareTo(o2)> = 0)替换为(((Comparable)o1).compareTo(o2)> = 0),则程序将编译。
【简答题】Who is Phillip McGraw? What is the title of his book? What is it about?
【单选题】Consider an object on a rotating disk a distancerfrom its center, held in place on the disk by static friction. Which of the following statements isnottrue concerning this object?
A.
If the angular speed is constant, the object must have constant tangential speed.
B.
If the angular speed is constant, the object is not accelerated.
C.
The object has a tangential acceleration only if the disk has an angular acceleration.
D.
If the disk has an angular acceleration, the object has both a centripetal acceleration and a tangential acceleration.
【单选题】Analyze the following code: public class Test1 { public Object max(Object o1, Object o2) { if ((Comparable)o1.compareTo(o2) >= 0) { return o1; } else { return o2; } } }
A.
The program has a syntax error because Test1 does not have a main method.
B.
The program has a syntax error because o1 is an Object instance and it does not have the compareTo method.
C.
The program has a syntax error because you cannot cast an Object instance o1 into Comparable.
D.
The program would compile if ((Comparable)o1.compareTo(o2) >= 0) is replaced by (((Comparable)o1).compareTo(o2) >= 0).
【单选题】Analyze the following code: public class Test1 { public Object max(Object o1, Object o2) { if ((Comparable)o1.compareTo(o2) >= 0) { return o1; } else { return o2; } } }
A.
The program has a syntax error because Test1 does not have a main method.
B.
The program has a syntax error because o1 is an Object instance and it does not have the compareTo method.
C.
The program would compile if ((Comparable)o1.compareTo(o2) >= 0) is replaced by (((Comparable)o1).compareTo(o2) >= 0).
D.
b and c are both correct.
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题