You read an advertisement on Beijing Weekly,in which a foreign company is looking for a secretary. Write a letter to the personnel department of the company telling them about 1) your age, 2) your educational background, 3) your work experience. You should write about 100 words neatly on ANSWER SHEET 2. Do not sign your own name. Use “Li Ming” instead. You do not need to write the address. (10 points)
范文
Dear Sun Xue,
We are very glad to receive your letter commenting on too much violence in TV programs and films. Now I am writing back on behalf of the Evening paper to express our sincere gratitude to you.
Your letter has drawn our attention to the problem of media programs. We think it extremely important that the public should be alarmed to it as well. Therefore, we would like to have your letter published next week in our paper, followed by an editorial, which, I am sure, will arouse attention from common people as well as the program makers concerned.
Again we would like to express our appreciation to your consideration and we are looking forward to your letters in future.
Yours truly,
Li Ming
第1题:
A.Thedirectorymustexistwithonesubdirectory(general).
B.Thedirectorymustexistwithtwosubdirectories(daily,weekly).
C.Thedirectorymustexistwiththreesubdirectories(daily,weekly,monthly).
D.Thedirectorymustexistwithfoursubdirectories(general,daily,weekly,monthly).
第2题:
第3题:
第4题:
下列选项中正确的语句是
A.char s[8]; s={"Beijing"};
B.char*s; s ={"Beijing"};
C.char s[8]; s="Beijing";
D.char *s; s ="Beijing";
第5题:
第6题:
已知f是以二进制读写方式打开的文件流对象,且有int型变量a,则下列选项中能正确进行文件读写操作的语句包括()。
A.f.write((char*)a, sizeof(a));
B.f.write((char*)&a, sizeof(a));
C.f.read((char*)a, sizeof(a));
D.f.read((char*)&a, sizeof(a));