【简答题】在 300K , 100KPa 下,某理想气体的密度 =80.83× 10 -3 kg· m -3 。则该气体的摩尔质量 M= g· mol -1 。
【简答题】在300K,100kPa下,某理想气体的密度 ρ = 80.827 5X10 -3 kg·m -3 。则该气体的摩尔质量M=( )。
【简答题】在 300 K,100 kPa 下,某理想气体的密度 ρ = 80.827 5 × 10 -3 kg∙ m 3 . 则该气体的摩尔质量 M= ( )
【简答题】在 300K , 100KPa 下,某理想气体的密度ρ =80.8275 × 10 -3 kg · m -3 。则该气体的摩尔质量 M= kg · 。
【单选题】执行下列Java语句: int x = 0; while ( x < 3 ) System.out.println(" * "); x++; 显示器将显示( )。
【单选题】执行下列Java语句: int x = 15; if (x % 2 == 0) System.out.print(x / 2); else System.out.print(x / 2 + 1); 显示器上将显示( )。
【简答题】在 300 K , 100kPa 下,某理想气体的密 度 ρ =80.8275×10 −3 kg∙m −3 。则该气体的摩尔质量 M = g∙mol −1 。( 小数点后保留2-3位有效数字)
【单选题】执行下列Java语句:int x = 1;switch ( x+1 ) { case 1: System.out.print("One" ); case 2: System.out.print("Two" ); case 3: System.out.print("Three" ); default: System.out.print("Error" );}显示器上将显示( )。
【单选题】执行下列Java语句: int x = 5, y = 0; while ( x > 0) { y += 2; x--; if ( x % 4 == 0) break; }) 执行结束后,x和y的值分别为( )。
【单选题】执行下列Java语句: int x = 1; switch ( x + 1 ){ case 1: System.out.print("One"); case 2: System.out.print("Two"); case 3: System.out.print("Three"); default: System.out.print("Error"); } 显示器上将显示( )。