皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
下面属于整数类I的实例的是( )
A.
229
B.
0.229
C.
229E-2
D.
"229"
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】1下列脚本运行结果是( ) a=5 for i in `seq 1 2 8` do if [ $i -eq 3 ];then a=$[$a+2] exit else echo $[$a+5] continue fi echo $a done echo $a
A.
5
B.
10
C.
7
D.
9
【单选题】下列代码的输出结果是 ( ) 。 ${i }
A.
1 2 3 4 5 6 7 8
B.
3 5
C.
4 6
D.
4 5 6
【单选题】三相半波可控整流电路,阻感性负载,控制角α的移相范围是( )。
A.
0~
B.
0~
C.
0~
D.
0~
【单选题】$a=8;$b=2;$i=3; 下列结果错误的是()
A.
echo $i+$a/$b;   结果为:7
B.
echo $a%$b-$i;   结果为:1
C.
echo $i%$b*$a;   结果为:8
D.
echo $b*$i/$a;   结果为:0.75
【单选题】#00330036003500311583202255223 下面代码的输出结果是( ) s='The python language is a multimodel language.' print(s.split(' ')) 注:split(' ')引号里面有一个空格 ‪‬‪‬‪‬‪‬‪‬‮‬‪‬‮‬‪‬‪‬‪‬‪‬‪‬‮‬‫‬‭‬‪‬‪‬‪‬‪‬‪‬‮‬‫‬‫‬‪‬‪‬‪‬‪‬‪‬‮‬‪‬‫...
A.
['The', 'python', 'language', 'is', 'a', 'multimodel', 'language.']
B.
'The python language is a multimodel language.'
C.
[The python language is a multimodel language.]
D.
['The python language is a multimodel language.']
【单选题】三相半波可控整流电路,阻感性负载,α角的移相范围为( )。
A.
0 o ~90 o
B.
0 o ~120 o
C.
0 o ~150 o
D.
0 o ~180 o
【单选题】"PYTHON IS A LANGUAGE".SPLIT()结果的类型是
A.
字符串
B.
列表
C.
数组
D.
元组
【单选题】>>> s="Python is an excellent language" >>> s.split() 以上命令的执行结果是
A.
['Python', 'is', 'an', 'excellent', 'language']
B.
5
C.
Python is an excellent language
D.
Python
【判断题】下列代码的输出结果是 1 2 3 4 5 6 7 8 () int[] a=new int[] {1,2,3,4,5,6,7,8}; pageContext.setAttribute(" a ",a); %> a }" var="i" begin="3" end="5" step="2" > ${i }
A.
正确
B.
错误
【单选题】滴眼剂配制时,使用的溶剂是
A.
B.
C.
D.
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题