皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
参照文档要求完成 第二章作业要求.docx
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】文件使用完毕后应该:
A.
释放
B.
关闭
C.
卸下
D.
备份
【单选题】Can you EXPLAIN why you are so late for work?
A.
告诉
B.
解释
C.
指定
【单选题】Give her my best regards,_______.
A.
should you see her today
B.
if you saw her today
C.
if you would see her today
D.
should you have seen her today
【单选题】文件由 a 组成 , 磁带上的文件一般只能 b , 磁盘上的文件以 c 为单位读写 , 使用文件前必须 d 文件 , 使用完毕后应该 e 文件。则c可能是( )
A.
数组
B.
C.
记录
D.
磁盘
【简答题】执行以下程序时,如果从键盘上输入: aBcDeFg ,则屏幕上显示 #include main() { char ch; while((ch=getchar())!=’\n’) { if(ch>=’a’&&ch<=’z’) ch=ch-32; printf("%c",ch); } } 的输出结果为
【单选题】Can you explain the tape, then?
A.
stressed
B.
unstressed
【简答题】执行以下程序时,如果从键盘上输入: aBcDeFg ↙,则屏幕上的输出结果为 。 #include main() { char ch; while((ch=getchar())!=’\n’) { if(ch>=’a’&&ch<=’z’) ch=ch-32; printf("%c",ch); } }
【单选题】使用文件前必须先( )文件,使用完毕后()应该文件。
A.
建立
B.
打开
C.
关闭
D.
释放
【单选题】打开的文件使用完毕后,应该进行( )操作。
A.
关闭
B.
重命名
C.
备份
D.
删除
【单选题】— Can you explain ____ you have been late for school several times this term? — Sorry, but it is the first time that I have been late this week.
A.
why is it that
B.
how it is that
C.
why it is that
D.
how is it that
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题