皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
学生小张在暑假期间擅自翻阅学校围墙,导致右腿摔伤。对于小张所受上海,下列选项中正确的是( )。(2014年上小学真题)
A.
学校存在过错,应当承担赔偿责任
B.
学校没有过错,但要承担赔偿责任
C.
学校没有过错,无需承担赔偿责任
D.
学校存在过错,但可免除赔偿责任
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】第 23 题(本题:1分) 有以下程序: #include int f( int x,int y) { return((y-x)*x); } main() { int a=3,b=4,c=5,d; d=f(f(a,b),f(a,c)); printf("%d\n",d); } 程序运行后的输出结果是( )。
A.
7
B.
10
C.
8
D.
9
【判断题】PI调节引入积分动作消除了系统余差,却降低了原有系统的稳定性。
A.
正确
B.
错误
【单选题】第 23 题(本题:1分) 有以下程序 #include int fun1( double a ) { return (int)(a*=a); } int fun2(double x, double y) { double a=0,b=0; a=fun1( x ); b=fun1( y ); return (int)(a+b); } main() { double w; w=fun2(1.1,2...
A.
0.0
B.
5
C.
5.21
D.
5.00
【判断题】4PI调节引入积分动作消除了系统余差,却降低了原有系统的稳定性。
A.
正确
B.
错误
【判断题】A study of the features of the English used in Shakespear’s time is a diachronic study of language.
A.
正确
B.
错误
【单选题】下列哪种中央银行制度可能使某国的中央银行丧失货币政策制定的独立权?( )
A.
单一型
B.
复合型
C.
准中央银行型
D.
跨国型
【判断题】Diachronic study of language refers to the study of a language at a particular point of time.
A.
正确
B.
错误
【单选题】第 23 题(本题:1分) 有以下程序 #include double f (double x); main() { double a=0; int i; for ( i=0; i<30; i+=10 ) a +=f( (double)i ); printf ("%3.0f\n", a); } double f (double x) { return x*x+1; } 程序运行后的输出结果是
A.
500
B.
401
C.
503
D.
1404
【判断题】A study of the features of the English used inShakespeare’s time is an example of the diachronic study of language.
A.
正确
B.
错误
【单选题】第 23 题(本题:1分) 有以下程序 #include void fun( int a, int b, int c ) { a=b; b=c; c=a; } main() { int a=10 , b=20, c=30; fun( a, b, c ); printf("%d,%d,%d\n",c,b,a); } 程序运行后的输出结果是
A.
10,20,30
B.
30,20,10
C.
20,30,10
D.
0,0,0
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题