此题为判断题(对,错)。
第1题:
此题为判断题(对,错)。
第2题:
此题为判断题(对,错)。
第3题:
此题为判断题(对,错)。
第4题:
B
Computer programmer David Jones earns ¥35,000 a year designing new computer games, yet he cannot find a bank ready to let him have a credit card (信用卡). Instead, he has been told to wait another two years, until he is 18. The 16-year-old works for a small firm in Liverpool, where the problem of most young people of his age is finding a job. David’s firm releases (推出) two new games for the fast throwing computer market each month.
But David’s biggest headache is what to do with his money. Even though he earns a lot, he cannot drive a car, take out a mortgage (抵押贷款), or get credit cards. David got his job with the Liverpool-based company four months ago, a year after leaving school with six O-levels and working for a time in a computer shop. “I got the job because the people who run the firm knew I had already written some programs,” he said. David spends some of his money on records and clothes, and gives his mother 50 pounds a week. But most of his spare time is spent working.
“Unfortunately, computing was not part of our studies at school,” he said. “But I had been studying it in books and magazines for four years in my spare time. I knew what I wanted to do and never considered staying on at school. Most people in this business are fairly young, anyway.” David added: “I would like to earn a million and I suppose early retirement (退休) is a possibility. You never know when the market might disappear.”
60. In what way is David different from people of his age?
A. He often goes out with friends.B. He lives with his mother.
C. He has a handsome income. D. He graduated with six O-levels.
第5题:
此题为判断题(对,错)。
第6题:
此题为判断题(对,错)。
第7题:
此题为判断题(对,错)。
第8题:
此题为判断题(对,错)。
第9题:
How old are you? May I ask your age? What is your age?
第10题:
13. "It dawned on me probably means "_________ ".
A.I began to understand it
B.it cheered me up
C. I knew it grew light
D.it began to get dark
第11题:
A
B
C
D
第12题:
So did I
So was I
So I was
So I did
第13题:
When reading a text, I first identify the topic, purpose and structure of the text, then I make guesses, predictions during reading. In this way, I create meaning from the text as a whole. This is the bottom-up model. ()
此题为判断题(对,错)。
第14题:
此题为判断题(对,错)。
第15题:
A.hear
B.has heard
C.had heard
D.was hearing
第16题:
此题为判断题(对,错)。
第17题:
此题为判断题(对,错)。
第18题:
A、 I’m glad to hear that.
B、 I’m with you.
C、 I knew.
D、 You should do it earlier.
第19题:
此题为判断题(对,错)。
第20题:
下列程序中需要清理动态分配的数组,划线处应有的语句是_______。
include<iostream.h>
class person
{
int age,tall;
public:
person( ){age=0;tall=40;cout<<"A baby is born."<<endl;}
person(int i){age=i;tall=40;cout<<"A old person."<<endl;}
person(int i,int j){age=i;tall=j;cout<<"a old person with tall."<<endl;)
~person( ){cout<<"person dead."<<endl;}
void show( )
{
cout<<"age="<<age<<",tall="<<tall<<endl;
}
};
void main( )
{
person*ptr;
ptr=new person[3];
ptr[0]=person( );
ptr[1]=person(18);
ptr[2]=person(20,120);
for(int i=0;i<3;i++)
ptr[i].show( );
______
}
第21题:
I knew I could not possibly write the kinds of things I admired as a reader—Joyce, Kafka, Mann—so I detached myself from my work.
译文:我知道我写不出作为读者的我所喜欢的东西,就像乔伊斯、卡夫卡、曼恩的作品,所以我不再那么关注我所写的东西。
本题考核知识点:插入语、后置定语的翻译
该句是个主从复合句,其主干是I knew... so I detached...。主从句之间是插入语,列举了几个作家的名字,根据上下文,这些名字实际上指代的是作家的作品,应补译为“乔伊斯、卡夫卡、曼恩的作品”。I knew后是省略了关系代词的宾语从句I could not write...,其中宾语the kind of things后又接有一个定语从句I admired as...,由于定语不长,可直接译为汉语的前置定语。
词汇:detach oneself from sth.意为“挣脱,摆脱,离开”,文中应意译为“不关注我写的东西”。
第22题:
When I was very young, I was terribly frightened of school, but I soon()(克服了这种心理).
第23题:
A
B
C
D