皮皮学,免费搜题
登录
搜题
【单选题】
教育心理学研究目的是揭示学校教育教学活动中人的()
A.
心理活动问题
B.
心理活动现象
C.
心理活动内容
D.
心理活动规律
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】刀具半径补偿的建立只能通过()来实现
A.
G01和和G00
B.
G01和G02
C.
G01和和G03
D.
G00和和G02
【单选题】下面程序的输出结果是( )。 #include<iostream.h> #include'string.h' void main() {char a[]='Hello Test',b[]='Test' strcpy(a,b) cout<<a<<end1 } A) B) C) D)
A.
Hello
B.
Test
C.
Hello Test
D.
Hello Test HelloTest
【简答题】下面程序的输出结果是【 】。 include<iostream.h> int add(int a, int b); void main() { extern int x, y; cout<<add(x, y)<<end1; } int x(20),y(5); int add(int a, int b) { int s=a+ b; return s; }
【单选题】下面程序的输出结果是 #include<iostream.h> #include<string.h> void main() { char p1[10],P2[10]; strcpy(p1,'abc'); strcpy(p2,'ABC'); char str[50]='xyz'; strcpy(str+2,strcat(P1,p2)); cout<<six; }
A.
xyzabcABC
B.
zabcABC
C.
xyabcABC
D.
yzabcABC
【单选题】下面程序的输出结果是( )。 #include<iostream.h> #include<string.h> void main() { char p1[10],p2[10]; strcpy(p1,”abc”); strcpy(p2,”ABC”); charsty[50]=“xyz”; strcpy(str+2,strcat(p1,p2)); cout<<str; }
A.
xyzabcABC
B.
zabcABC
C.
xyabcABC
D.
yzabcABC
【单选题】下面程序的输出结果是( )。#include<iostream.h>void main(){int x=-1,y=5,z;z=(x++<0)&& (y-->=0);cout<<x<<'/t'<<y<<'/t'<<z<<end1;}
A.
-1 5 0
B.
-1 4 1
C.
0 4 1
D.
0 4 0
【单选题】下列哪项不是葛根对心血管系统的作用
A.
增强心肌收缩力
B.
抗心肌缺血
C.
抗心律失常
D.
扩张血管
【判断题】涂料防水的构造从下而上依次是素土、找平层、垫层、防潮层、细石混凝土。
A.
正确
B.
错误
【单选题】下面程序的输出结果是( )。 #include'stdio.h' int sub(int m) { static a=4; a+=m; return a; } void main() { int i=2,j=1,k; k=sub(i); k=sub(j); printf('%d',k); }
A.
6
B.
7
C.
8
D.
9
【单选题】下列哪项不是葛根对心血管系统的作用
A.
增强心肌收缩力
B.
抗心肌缺血
C.
抗心律失常
D.
扩张血管
E.
降低血压
相关题目: