题目内容 (请给出正确答案)
[主观题]

Passage Four 2. 26-meter-tall Yao Ming made his NBA debut (初资登台) on October 23, 2

Passage Four

2. 26-meter-tall Yao Ming made his NBA debut (初资登台) on October 23, 2002 and got 6 points (得分) for the Houston Rockets in the game. The next day, he got 13 points in another game.

Most people think that Yao Ming is a born basketball player. But Yao said, "When you watch it*on TV, it looks very easy. But when you are playing in the NBA, it is really not so easy. ' He said that joining the Houston Rockets was a new start and a new challenge. "I hope that through very hard work, I can make everyone happy and help the Rockets win more games," he said.

Yao Ming speaks some English. Both he and his teammates can understand each other. They don't think there is a language problem. While Yao Ming faces this new challenge, the people of Houston have shown great interest in him and they hope Yao Ming faces this new challenge, the people of Houston have shown great interest in him and they hope Yao Ming will bring new energy (活力) to the Rockets. The team has started having lessons to learn more about China, and many people who work for the Rockets have learned to speak some Chinese.

46. Yao Ming got 13 points on October______, 2002.

A. 22

B. 23

C. 24

D. 26

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“Passage Four 2. 26-meter-tall …”相关的问题

第1题

以下程序企图把从终端输入的字符输出到名为abc.txt的文件中,直到从终端读入字符#号时结束输入和输出操作,但程序有错。 #include<stdio.h> main() {FILE *fout; char ch; four=fopen('abc.txt','w'); ch=fgetc(stdin); while(ch!='#') {fputc(ch,fout); ch=fgetc(stdin); } fclose(fout); } 出错的原因是( )。

A.函数fopen调用形式错误

B.输入文件没有关闭

C.函数fgetc调用形式错误

D.文件指针stdin没有定义

点击查看答案

第2题

以下程序企图把从终端输入的字符输出到名为abc.txt 的文件中,直到从终端读入字符#号时结束输入和
输出操作,但程序有错。 #include <stdio.h> main() { FILE *fout; char ch; fout=fopen('abc.txt','w'); ch=fgetc(stdin); while(ch!='#') { fputc(ch,fout); ch =fgetc(stdin); } fclose(fout); } 出错的原因是

A.函数fopen调用形式有误

B.输入文件没有关闭

C.函数fgetc调用形式有误

D.文件指针stdin没有定义

点击查看答案

第3题

以下程序试图把从终端输入的字符输出到名为abc.txt的文件中,直到从终端读入字符#时结束输入和输出操作,但程序有错。 #include<stdio.h> main() { FILE *fout; char ch; fout=fopen('abc.txt','W'); ch=fgetc(stdin); while (ch!='#') { fputc (ch,fout); ch=fgetc(stdin); } fclose (fout); } 出错的原因是()。

A.函数fopen调用形式错误

B.输入文件没有关闭

C.函数fgetc调用形式错误

D.文件指针stdin没有定义

点击查看答案

第4题

以下程序试图把从终端输入的字符输出到名为abc.txt的文件中,直到从终端读入字符串#号时结束输入
和输出操作,但程序有错 #include<stdio.h> main() { FILE * fout; char ch; fout=fopen('abc.txt''w'); ch=fgetc (stdin); while(ch!='#') { fputc(ch,fout); ch=fgetc(stdin); } fclose(fout); } 出错的原因是 ______。

A.函数fopen调用形式错误

B.输入文件没有关闭

C.函数fgetc调用形式错误

D.文件指针stdin没有定义

点击查看答案

第5题

以下程序试图把从终端输入的字符输出到名为abc.txt的文件中,直到从终端读入字符串#号时结束输入
和输出操作,但程序有错 #include<stdio.h> main() { FILE*fout; char ch; fout=fopen('abc.txt','w'); ch=fgetc(stdin); while(ch!='#') { fputc(ch,four); ch=fgetc(stdin); } fclose(fout); } 出错的原因是______。

A.函数fopen调用形式错误

B.输入文件没有关闭

C.函数fgetc调用形式错误

D.文件指针stdin没有定义

点击查看答案

第6题

以下程序企图把从键盘终端输入的字符输出到名为abc.txt的文件中,当从终端读到字符'#'时,结束输入
和输出操作。但该程序有错。 #include <iostream> #include <fstream> using namespace std; int main() { ofstream ofile; char ch; ofile.open("d:\\abc.txt", 'W'); do{ cin>>ch; ofile.put(ch); }while(ch!='#'); ofile.close(); return 0; } 程序出错的原因是()。

A.成员函数open调用形式错误

B.输入文件没有关闭

C.成员函数put调用形式错误

D.对象ofile定义错误

点击查看答案

第7题

以下程序依次把从终端输入的字符存放到f文件中,用#作...

以下程序依次把从终端输入的字符存放到f文件中,用#作为结束输入的标志, 则在横线处应填入的选项是()

点击查看答案

第8题

以下叙述中错误的是()。A.getehar函数用于从磁盘文件读入字符B.gets匿数用于从终端读入

以下叙述中错误的是()。

A.getehar函数用于从磁盘文件读入字符

B.gets匿数用于从终端读入字符串

C.取ns函数用于把字符串输出到文件

D.fwrite函数用于以二进制形式输出数据到文件

点击查看答案

第9题

以下叙述中错误的是A.gets函数用于从终端读入字符串B.getehar函数用于从磁盘文件读入字符C.fputs

以下叙述中错误的是

A.gets函数用于从终端读入字符串

B.getehar函数用于从磁盘文件读入字符

C.fputs函数用于把字符串输出到文件

D.fwrite函数用于以二进制形式输出数据到文件

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,
如果您知道正确答案,欢迎您来纠错

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信