皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
D After giving a talk at a high school, I was asked to pay a visit to a special student. An illness had kept the boy home, but he had expressed an interest in meeting me, and it would mean a great deal to him. I agreed. During the nine-mile drive to his home, I found out something about Matthew. He had muscular dystrophy(肌肉萎缩症). When he was born, the doctor told his parents that he would not live to see five, and then they were told he would not make it to ten. Now he was thirteen. He wanted to meet me because I was a gold-medal power lifter(举重运动员), and I knew about overcoming obstacles (障碍) and going for my dreams. I spent over an hour talking to Matthew. Never once did he complain or ask, “Why me?” He spoke about winning and succeeding and going for his dreams. Obviously, he knew what he was talking about. He didn’t mention that his classmates had made fun of him because he was different. He just talked about his hopes for the future, and how one day he wanted to lift weight with me. When we finished talking, I went to my briefcase(衣箱) and pulled out the first gold medal I won and put it around his neck. I told him he was more of a winner and knew more about success and overcoming obstacles than I ever would. He looked at it for a moment, then took it off and handed it back to me. He said, “You are a champion(冠军). You earned that medal. Someday when I get to the Olympics and win my own medal, I will show it to you.” Last summer I received a letter from Matthew’s parents telling me that Matthew had passed away. They wanted me to have a letter he had written to me a few days before: Dear Rick, My mom said I should send you a thank-you letter for the picture you sent me. I also want to let you know that the doctors tell me that I don’t have long to live anymore. But I still smile as much as I can. I told you someday I was going to the Olympics and win a gold medal. But I know now I will never get to do that. But I know I’m a champion, and God knows that too. When I get to Heaven, God will give me my medal and when you get there, I will show it to you. Thank you for loving me. Your friend, Mathew 72.  The boy wanted to meet the author because ______. A. he was interested in what the author was doing B. he wanted to get a gold medal himself C. he admired the author very much D. he wanted the author to know him too 73.  The underlined part in the third paragraph probably means “______”. A. Why do you come to see me?    B. Why do I have to stay at home? C. Why does the disease fall on me?     D. Why not give a gold medal to me? 74.  We can infer from the passage that ______. A. Matthew was a determined boy and considered himself as normal B. Rick used to have the same disease and later became a power lifter C. Matthew was to become a champion before he died D. After meeting Matthew, Rick regarded him as normal. 75.  The author wrote the passage with the purpose of ______. A. describing his unusual friendship with a disabled child B. showing his admiration towards the disabled child C. telling an experience of meeting a disabled child D. expressing his pity to all the disabled children
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】阅读以下程序,以下说法正确的是()#includevoid swap(int a[]) { int temp = a[0]; a[0] = a[1]; a[1] = a[0];}int main() { int a[2] = { 0,1 }; swap(a); return 0;}
A.
swap() 函数形参出错,应写为void swap(int a[2])
B.
swap() 函数调用时出错,应写为swap(a[2])
C.
该程序未出错,并起到了交换a[0]、a[1]值的作用
D.
该程序为出错,但并未起到交换a[0]、a[1]值的作用
【单选题】对于S444站型的基站,半速率时可供()用户同时通话。
A.
90
B.
180
C.
360
D.
540
【单选题】已知有两个方法定义,以下说法正确的是: public var Foo1(int a, String s = "i'm a string") public void Foo2(int a, var s = "i'm an other string")
A.
Foo1定义正确,Foo2定义错误
B.
Foo1定义错误,Foo2定义正确
C.
两个都正确
D.
两个都错误
【单选题】int a[3][4],*p; p=a; 根据以上程序段,以下说法正确的是:
A.
a+1指向的是a[0][1]的地址
B.
*a+1指向的是a[0][1]的地址
C.
*(a+1)指向的是a[0][1]的地址
D.
*(*a+1)指向的是a[0][1]的地址
【判断题】工资核算系统中,应先设置工资项目,再进行公式设置。
A.
正确
B.
错误
【单选题】执行int a[10]={10*1};后,以下说法正确的是()。
A.
语法错误
B.
10个元素均为1
C.
第1个元素为10,后面9个均为0
D.
10个元素均为0 【C】
【判断题】寿命期不等的互斥方案比较,最简单的方式是直接计算两方案的年值。
A.
正确
B.
错误
【判断题】工资核算系统中,应先设置工资项目,再进行计算机公式设置。( )
A.
正确
B.
错误
【单选题】有以下定义:int a[5] = {1,2,3,4,5}; int *p = a;则以下说法正确的是()
A.
a 可以做自增运算,即有 a++
B.
p 可以做自增运算,即有 p++
C.
a 和 p 都可以做自增运算,即有 a++ 和 p++
D.
a 和 p 都不能做自增运算
【单选题】下列选项中哪一个既是我国公民的基本权利,同时也是我国公民的基本义务?
A.
劳动
B.
休息
C.
选举
D.
被选举
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题