皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
在固定资产子系统中 , 哪项任务不能通过“处理” / “凭证查询”完成?
A.
查询凭证
B.
制作凭证
C.
修改凭证
D.
出纳签字
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】船舶具体航次所确定的总载重量DW与( )无关。
A.
允许吃水
B.
空船重量
C.
载重线
D.
船舶常数
【单选题】What unusual or unique biological train led to the remarkable diversification and unchallenged success of the ants for ever 50 million years? The answer appears to be that they were the first group of...
A.
How do individual ants adapt to specialized tasks?
B.
What are the differences between social and solitary insects?
C.
Why are ants predators?
D.
Why have ants been able to thrive for such a long time?
【判断题】因为燃烧时都伴有发光发热的现象,所以一切物质的发光发热现象都属于燃烧。( )
A.
正确
B.
错误
【单选题】船舶具体航次所确定的总载重量DW与 无关
A.
载重线
B.
船舶常数
C.
允许吃水
D.
空船重量
【单选题】下列程序段中,非死循环的是。
A.
int i=100; while(1) { i=i%100+1;   if(i>=100) break; }
B.
int k=0; do{     ++k; }while(k>=0);
C.
int s=10; while(++s%2+s%2) s++;
D.
for(;;)
【单选题】关于以下程序代码的说明正确的是()
A.
5行不能通过编译,因为引用了私有静态变量
B.
10行不能通过编译,因为x是私有静态变量
C.
程序通过编译,输出结果为:x=103
D.
程序通过编译,输出结果为:x=102
【单选题】单选题 关于以下程序代码的说明正确的是()(选择一项)
A.
1⾏不能通过编译,因为引⽤了私有静态变量
B.
5⾏不能通过编译,因为x是私有静态变量
C.
程序通过编译,输出结果为:x =103;
D.
程序通过编译,输出结果为:x =102;
【多选题】纪录片采访的原则包括( )
A.
有备而行
B.
良性互动
C.
紧追线索
D.
驾驭时机
【单选题】关于以下程序代码的说明正确的是:
A.
class  HasStatic{
B.
private  static  int  x=100;
C.
public  static  void  main(String  args[  ]){
D.
HasStatic  hs1=new  HasStatic(  );
E.
hs1.x++;
F.
HasStatic  hs2=new  HasStatic(  );
G.
hs2.x++;
H.
hs1=new  HasStatic( );
I.
hs1.x++;
J.
.       HasStatic.x- -; K. .       System.out.println(“x=”+x); L. .    }
【单选题】关于以下程序代码的说明正确的是( ) (1) class HasStatic{ (2) private static int x=100: (3) public static void main (String args[]{ (4) HasStatic hs1=new Has Static(); (5) hs1.x + +; (6) Has Static hs2=new HasStatic();...
A.
(5)行不能通过编译,因为引用了私有静态变量
B.
(10)行不能通过编译,因为x是私有静态变量
C.
程序通过编译,输出结果为:x=103
D.
程序通过编译,输出结果为:x=100
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题