皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
现有常温下的四份溶液:①0. 01 mol/L的醋酸溶液 ②0.01 mol/L HCl ③pH=12的氨水 ④pH=12的NaOH溶液。下列说法正确的是 [     ] a.水的电离程度①中最小,③中最大 b.水的电离程度①中最大,②、③、④相等 c.将②、③等体积混合,所得的溶液中由水电离出来的c(OH - )<1×10 -7 mol/L d.将①、③等体积混合,所得的溶液中由水电离出来的c(OH - )>1×10 -7 mol/L
A.
a
B.
b
C.
bc
D.
b d
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】下列哪味属于《神农本草经》记载反乌头的药物
A.
全瓜蒌
B.
瓜蒌皮
C.
瓜蒌仁
D.
瓜蒌霜
E.
瓜蒌根
【单选题】Would you please put the dictionary it belongs?
A.
where
B.
to which
C.
to whom
D.
what
【单选题】以下代码,输入数字:153,输出结果是() num3 = int(input("请输入一个三位数:")) hundreds_place = int(num3 // 100 % 10) # 百位 ten_place = int(num3 / 10 % 10) # 十位 one_place = int(num3 % 10) # 个位 if hundreds_place ** 3 + ten_pl...
A.
num3是水仙花数
B.
num3不是水仙花数
C.
153是水仙花数
D.
153不是水仙花数
【单选题】Would you please put the dictionary ____ it belongs ?
A.
to whom
B.
to which
C.
where
D.
that
【单选题】—We don’t permit____ in our school. Would you please put your cigarette out? —Forgive me. I didn’t know.
A.
to smoking
B.
to smoke
C.
smoking
D.
having smoked
【简答题】以下程序实现的是输出所有的水仙花数,所谓水仙花数,它是三位整数,并且每一位的数字的立方和它本身相同。 #include “stdio.h” void main() { int num,g,s,b; for(num=100;num<=999;num++) { b=num/100; s=j ; g=num%10; if( k ) printf("%4d",num); } }
【简答题】Would you please put them on the scale?
【简答题】以下程序的功能是随即产生一个3位, 判断该数是否是水仙花数, 所谓水仙花数是该数的各位数字的立方和等于该。请填空。 #include main() { int num, h, t, s , sum; _______________________ _ ; printf ( " %d \n" , num); s =num %10 ; __________________...
【单选题】听力原文:Would you please put your hat in the right place.
A.
B.
C.
【简答题】输出所有的“水仙花数”,所谓“水仙花数”是指一个3位数,其各位数字立方和等于该数本身。例如,153是一水仙花数,因为153= #include int main( ) { int a, b, c,num; for( num=100; num<=999; num++ ) { a=(1) ; //取个位 b=(num/10)%10; //取十位 c=(2) ; //取百位 if( (3)==...
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题