皮皮学,免费搜题
登录
搜题
【单选题】
Who was the first nation to invent the Phoenician alphabet ?谁发明了拼音文字?
A.
Egyptian
B.
Sumerian
C.
Chinese
D.
Phoenician
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】伽利略的斜面实验证明了( )
A.
要物体运动必须有力的作用,没有力的作用的物体将静止
B.
要物体静止必须有力的作用,没有力的作用的物体就运动
C.
物体不受外力作用时,一定处于静止状态
D.
物体不受外力作用时总保持原来的匀速直线运动状态或静止状态
【单选题】下面程序的输出结果是________。(参考代码:XT_09_01_03.C) #include int f(){ static int i=0; int s=1; s+=i; i++; return s; } int main() { int i,a=0; for(i=0;i<5;i++) a+=f(); printf("%d\n",a); }
A.
20
B.
24
C.
25
D.
15
【单选题】伽利略的斜面实验证明了()
A.
要物体运动必须有力的作用,没有力作用的物体将静止
B.
要物体静止必须有力的作用,没有力作用的物体将运动
C.
物体不受外力作用时,一定处于静止状态
D.
物体不受外力作用时,总保持原来的匀速直线运动状态或静止状态
【单选题】下面程序的输出结果是________。(参考代码:XT_09_01_14.C) #include func(int a, int b){ static int m=0,i=2; i+=m+1; m=i+a+b; return(m); } int main(){ int k=4,m=1,p; p=func(k,m);printf("%d,",p); p=func(k,m);printf("%d",p...
A.
8,15
B.
8,16
C.
8,17
D.
8,18
【单选题】Which expression is not correct about the Olympic Games?
A.
Modern Olympic Games was born in Athens.
B.
Long jump is a program of the track and field.
C.
Ancient Olympic Games was dedicated to the great God Zeus.
D.
The slogan of 2008 Beijing Olympic Game is “ A New World”.
【单选题】伽利略的斜面实验证明了 ( )
A.
使物体运动必须有力的作用,没有力的作用,物体将静止
B.
使物体静止必须有力的作用,没有力的作用,物体将运动
C.
物体不受外力作用时,一定处于静止状态
D.
物体不受外力作用时,总保持原来的匀速直线运动状态或者静止状态
【简答题】 A 6-year-old boy is brought to the family physician after his parents noticed that he had difficulty moving his arms and legs after a soccer . About 10 minutes after leaving the field, the boy b...
【单选题】下面程序的输出结果是________。(参考代码:XT_09_01_06.C) #include fun1(int a[4]){ int k; for(k=0;k<3;k++) a[k+1]+=a[k]; return a[0]; } int main(){ int a[4]={1,2,3,4}; fun1(a); printf("%d",a[3]); return 0; }
A.
0
B.
1
C.
10
D.
11
【单选题】Which is NOT true about Grammy Awards?
A.
Grammy is one of the four most important music awards in the United States.
B.
Grammy is awarded to outstanding achievements in music industry.
C.
The first Grammy ceremony was held in 1958.
D.
The "General Field" are four awards which are not restricted by genre.
【单选题】下面程序的输出结果是________。(参考代码:XT_09_01_04.C) #include int x=1; fun(int m){ int x=5; x+=m; printf("%d ",x); m++; } int main(){ int m=3; fun(m); x+=m++; printf("%d ",x); }
A.
8 5
B.
8 4
C.
9 5
D.
9 4
相关题目: