皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
载人宇宙飞船内含氢氧化锂(LiOH 是一种可溶性碱,具有碱的通性)的过滤网吸收宇航员呼出的CO 2 ,以净化空气。若载人宇宙飞船内每名等航员平均每天呼出的CO 2 为550 升,请回答: (1)每天吸收一位宇航员呼出的CO 2 需氢氧化锂多少克?(列式计算,计算时CO 2 密度以ρ=2.0 克/升计,相对原子质量:H  1 ;O  16 ; C  12 ; Li   7  Na 23 ) (2 )载人宇宙飞船使用的过滤网内选用氢氧化锂,而不用价格更便宜的氢氧化钠,其主要原因是
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】以下代码的运行结果为:public class ex2 { public static void main(String[] args) { int total = 0; for(int i = 0,j = 10;total > 30;++i,--j){ System.out.println("I = " + i + " ;j = " + j); total += (i+j); } System....
A.
产生运行错误
B.
产生编译错误
C.
输出 “Total: 0”
D.
输出如下结果: i = 0 ;j = 10 i = 1 ;j = 9 i = 2 ;j = 8 Total: 30
【单选题】以下代码的运行结果为:( ) public class Ex 1 { public static void main(String[] args ) { int total =0; for ( int i =0, j =10; total >30;++ i ,-- j ){ System. out .println( "i=" + i + ":j=" + j ); total +=( i + j ...
A.
产生运行错误
B.
产生编译错误
C.
输出 “ Total 0 ”
D.
产生如下输出: i=0:j=10 i=1:j=9 i=2:j=8 Total 30
【简答题】A. 调质一般安排在          之后进行。对一些性能要求不高的零件,调质也常作为最终热处理。粗加工
【单选题】调质一般安排在()之后。
A.
毛坯制造
B.
粗加工
C.
半精加工
D.
精加工
【单选题】图 示逻 辑 电 路 的 逻 辑 式 为 ( ) 。
A.
F=
B.
F=
C.
F=
【单选题】调质一般安排在()。
A.
毛坯制造之后
B.
粗加工之后
C.
半精加工之后
D.
精加工之后
【单选题】Profit and Loss Averson Corporation's income, total expenditure and advertising costs over an eight-month period of 2009. Which month's expenditure is the lowest?
A.
April
B.
May
C.
June
D.
July
【单选题】调质一般安排在( )之后。
A.
毛坯制造
B.
粗加工
C.
精加工
D.
都不是
【单选题】The money spent on healthcare for people aged over 60 ________ 41 percent of the total spent last year in China.
A.
took in
B.
took up
C.
took over
D.
took after
【单选题】以下程序的编译运行结果为:public class ex2 { public static void main(String[] args) { int total = 0; for(int i = 0,j = 10;total > 30;++i,--j){ System.out.println("I = " + i + " ;j = " + j); total += (i+j); } Syste...
A.
产生运行错误
B.
产生编译错误
C.
输出 “Total: 0”
D.
输出如下结果: i = 0 ;j = 10 i = 1 ;j = 9 i = 2 ;j = 8 Total: 30
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题