皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
The ideal rope for stoppers should satisfy the following requirements EXCEPT that _______.
A.
the stopper should be of synthetic fiber rope
B.
the size of the stopper should be as large as possible
C.
the stopper should be of low stretch material
D.
the stopper should be very flexible
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】有以下程序 int fun(int n) { if(n==1) return 1; else return (n+fun(n-1)); } main() { int x; scanf(“%d”,&x); x=fun(x); printf(“%d\n”,x); } 程序执行时,给变量 x 输入 10 ,程序的输出结果是 ( ) 。
A.
55
B.
54
C.
65
D.
45
【单选题】夜间0:00,夜班服务员从前台收款处收回所有饮料账单的回单,需要与下列哪种表格进行核对。( )
A.
饮料日消耗单
B.
饮料消耗表
C.
饮料消耗总账簿
D.
一周饮料消耗表
【单选题】有以下程序。执行程序时,给变量x输入10,程序的输出结果是int fun(int n){ if(n==1)return 1;else return(n+fun(n-1));}main( ){ int x;scanf("%d",&x);x=fun(x);printf("%d\n",x);}
A.
55
B.
54
C.
65
D.
45
【单选题】某投资项目原始投资为12000元,当年完工投产,有效期为3年,每年可获得现金净流量46000元,则该项目内含报酬率为()
A.
7.33%
B.
7.68%
C.
8.32%
D.
6.68%
【多选题】五味子的性状特征()
A.
球形
B.
表面紫红色,可见"白霜"
C.
果肉柔软
D.
种子1~2粒,呈肾形,种仁富有油性
E.
果肉气微,味酸
【单选题】以下程序执行时,给变量x输入10,程序的输出结果是________。 #include "stdio.h" int fun(int n) { if(n==1) return 1; else return(n+fun(n-1)); } main() { int x; scanf("%d",&x); x=fun(x); printf("%d\n",x); }
A.
45
B.
54
C.
55
D.
65
【单选题】五味子的性状特征没有( )
A.
呈不规则的圆球形或扁球形
B.
表面紫红色或暗红色
C.
干瘪,皱缩,果肉常贴于种子上
D.
种子呈肾形,表面棕黄色,有光泽
E.
果肉气微,味酸
【单选题】某投资项目原始投资为12000元,当年完工投产,有效期三年,每年可获得现金净流量4600元,则该项目内部收益率为:
A.
7.32%
B.
7.68%
C.
8.32%
D.
6.68%
【单选题】以下程序执行时,给变量 x输入10,程序的输出结果是________。 #include "stdio.h" int fun(int n) { if(n==1) return 1; else return n+fun(n-1); } int main() { int x; scanf("%d",&x); x=fun(x); printf("%d\n",x); return 0; }
A.
45
B.
54
C.
55
D.
65
【判断题】经验主义学派被认为是现代的科学管理。
A.
正确
B.
错误
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题