皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
目前,世界上许多国家都在积极地采取措施,把信息技术、电子计算机、微电子技术和各种( )广泛地应用到传统的国防工业部门,在技术设备、工艺流程等方面充分运用自动控制等新技术。
A.
柔性技术
B.
刚性技术
C.
高新技术
D.
军事技术
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】请读程序:#include"stdio.h"func( int a, int b){ int c;c=a+b;return c;}main(){ int x=6, y=7, z=8, r;r=func( (x--,y--,x+y),z--);printf("%d\n",r);}上面程序的输出结果是( )。(2.0分)A. 11 B. 19 C. 21 D. 31
【单选题】借贷记账法下,期末试算平衡时,本期总账借贷方账户余额平衡的依据是(  )。
A.
资金运动变化规律
B.
会计 恒 等式平衡原理
C.
总账与明细账平行登记的原理
D.
借贷记账法规则
【单选题】请读程序: #define SUB(X,Y) (X)*Y #include "stdio.h" void main( ) { int a=3,b=4; printf("%d\n",SUB(a++,b++)); } 上面程序的输出结果是 ________。
A.
12
B.
15
C.
16
D.
20
【多选题】气门导管的作用有( )
A.
导向
B.
散热
C.
润滑
【单选题】气门导管的作用有()
A.
导向
B.
减振
C.
润滑
D.
冷却
【单选题】借贷记账法下余额试算平衡法的理论依据是( )。
A.
资产=负债+所有者权益
B.
有借必有贷,借贷必相等
C.
资金变化业务类型
D.
平行登记原则
【多选题】气门导管的作用有( )
A.
导向
B.
防尘
C.
散热
D.
密封
【单选题】The first coins to appear in the Western world were issued by the Indians and the Ionian Greeks in the eighth century B. C. These coins, which were made of electrum, a natural combination of gold and ...
A.
available in quantity
B.
inferior in workmanship
C.
irregular in shape and size
D.
made out of inexpensive metal
【简答题】B After the coming of Europeans to the Americas, Indians were forced to change their way of life.Yet the influence of native American culture is still felt throughout the United States. Many of the fo...
【简答题】请读程序 : #include "stdio.h" int func(int a,int b) {int c; c=a+b; return c;} main() {int x=6,y=7,z=8,r; r=func((x--,y--,x+y),z--); printf("%d\n",r); getch();} 上面程序的输出结果是( ) 。
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题