皮皮学,免费搜题
登录
搜题
【简答题】
阅读理解。 Tom arrived at the bus station quite early for Paris bus. The bus for Paris would not leave until five to twelve. He saw a lot of people waiting in the station. Some were standing in line(排队), others were walking around. There was a group of schoolgirls. Their teacher was trying to keep them in line. Tom looked around but there was no place for him to sit. He walked into the station cafe (咖啡馆). he looked up at the clock there. It was only twenty to twelve. He found a seat and sat down before a large mirror(镜子) on the wall. Just then, Mike, one of Tom's workmates came in and sat with Tom. 'What time is your bus?' asked Mike. 'There's plenty of time yet,' answered Tom. 'Well, I'll get you some more tea then,' said Mike. They talked while drinking. Then Tom looked at the clock again.'Oh! It's going backward (倒走)!' he cried. 'A few minutes ago it was twenty to twelve and now it's half past eleven.' 'You're looking at the clock in the mirror.' said Mike. Tom was so sad (难过). The next bus was not to leave for another hour. Since then Tom has never liked mirrors. 1. Tom went into the station cafe because . [     ] A. Mike asked him to have a cup of tea B. it was quite early and he could find a seat there C. he didn't like to stay with the schoolgirls D. he wanted to have a drink with his workmate there 2. What time was it in fact when Tom looked at the clock in the mirror? [     ] A. Half past twelve B. Twenty to twelve C. Half past eleven D. Half past one 3. From the story we know that when we look at a clock in a mirror, we will find . [     ] A. the time is right B. it's going slower C. it's going backward D. it's going faster 4. Which of the following is true? [     ] A. Tom arrived in Paris on time B. The next bus would leave in half an hour C. After that Tom didn't like clocks any longer D. Tom looked at the clock in the mirror only once 5. Which of the following is the title (题目) of the story? [     ] A. The Mirror of the Station B. Not A Careful Man C. Missing A Bus D. The Clock In The Mirror
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】党的十九大报告指出,()是当代中国发展进步的根本制度保障
【单选题】以下程序用来统计文件中字符的个数(函数feof用以检查文件是否结束,结束时返回非零)#include "stdio.h"main(){ FILE *fp; long num=0; fp=fopen("fname.dat","r"); while( ______ ) { fgetc(fp); num++; } printf("num=%d\n",num); fclose( fp );}下面选项中,填...
A.
feof(fp)
B.
!feof(fp)
C.
feof(fp)==NULL
D.
feof(fp)==0
【单选题】以下不属于片剂的优点的是( )
A.
剂量准确,服用方便
B.
化学稳定性好
C.
幼儿容易吞服
D.
携带运输方便
【简答题】程序填空题, 下面的程序用来统计文件中字符的个数,请填空. #include “stdio.h” main ( ) { FILE *fp; long num=0; If((fp=fopen(“fname.dat”,”r”))== 1 ) { printf(“Can’t open file!\n”); exit(0); } while( 2 ) { fgetc(fp); 3 ; ...
【单选题】以下 给出的软件中,属于应用软件的是什么?
A.
汇编程序
B.
编译程序
C.
操作系统
D.
文字处理程序
【单选题】以下给出的软件中,属于应用软件的是( )。
A.
汇编程序
B.
编译程序
C.
操作系统
D.
文字处理软件
【单选题】以下程序用来统计文件中字符的个数(函数feof用以检查文件是否结束,结束时返回非零)#includemain(){FILE*fp;longnum=0;fp=fopen("fname.dat","r");while(__________){fgetc(fp);num++;}printf("num=%d\n",num);fclose(fp);}下面选项中,填入横线处不能得到正确结果的是( )
A.
feof(fp)==NULL
B.
!feof(fp)
C.
feof(fp)
D.
feof(fp)==0
【单选题】以下程序用来统计文件中字符的个数(函数 feof用以检查文件是否结束,结束时返回非零) main() { FILE *fp; long num=0; fp=fopen("fname.dat","r"); while( __________ ) { fgetc(fp); num++; } printf("num=%d\n",num); fclose( fp ); } 下面选项中,填入横线处不能得到正...
A.
feof(fp)==NULL
B.
!feof(fp)
C.
feof(fp)
D.
feof(fp)==0
【单选题】以下给出的软件中,属于应用软件的是( )。
A.
汇编程序
B.
编译程序
C.
操作系统
D.
文字处理程序
【单选题】以下不属于片剂优点的是: 。
A.
剂量准确,应用方便;
B.
生产机械化、自动化程度高,产量大,成本较低;
C.
质量稳定,携带、运输、贮存方便、能适应治疗、预防的多种要求;
D.
可发挥局部定位给药的作用;
相关题目: