皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
翻译: In recent years, more and more cities in China have begun to build subways. The development of subways can help reduce traffic congestion and air pollution in cities. The subway has the advantages of safety, speed and comfort. More and more people choose the subway as the main means of transportation to work or school every day. Nowadays, it is becoming more and more convenient to take the subway in China. In some cities, passengers can use a card or a mobile phone to take the subway. Many local elderly citizens can also take the subway for free.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】记账本位币的确定是哪个会计假设的要求
A.
持续经营
B.
会计分期
C.
会计主体
D.
货币计量
【单选题】阅读下列程序: public class Threadiest{ public static void main(String args[{ PrintWords p = new PrintWords(); Thread t = new Thread( p ); t.start(); p.run(2); } } class PrintWords implements Runnable{ int i...
A.
I,II
B.
III,IV
C.
I,II,III,IV
D.
包含I,II,III,IV,顺序有多种,但一定是I在II的前面,IV在III的前面
【单选题】鲁宾设计的《奇怪的杯》(见图),是由人脸与杯子组成的图形,这种概念图形采用的是( )。
A.
图底反转
B.
图形部分共用
C.
图形轮廓共用
D.
图底反衬
【简答题】请将下列程序补充完整,使其运行结果是在屏幕上输出字符串 "Hello, world." #include int main() { return 0; }
【单选题】记账本位币的确定是是哪个假设的要求( )
A.
持续经营
B.
会计分期
C.
会计主体
D.
货币计量
【简答题】下列字符串操作的运行结果是( )。 x="hello" print(x[::-1])
【单选题】下列代码运行的结果的是 String str1="hello"; String str2="he"+new String("llo"); System.out.println(str1==str2);
A.
true
B.
false
C.
比较字符串应该用equals()方法
D.
代码有语法错误
【单选题】白居易大胆揭露弊政抨击权贵,反映广大人民苦难生活的伤口主要是他的()
A.
闲适诗
B.
讽喻诗
C.
感伤诗
D.
边塞诗
【判断题】下列字符串运行结果是:'***hello***'。 >>>x='hello' >>>'{0:*^11}'.format(x)
A.
正确
B.
错误
【单选题】下列程序的运行结果是: str = "Hello" print(str * 2) # 输出字符串两次 print(str + "Python!") # 连接字符串
A.
HelloHello HelloPython!
B.
Hello2 Hello Python!
C.
HelloHello Hello Python!
D.
Hello*2 HelloPython!
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题