网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
The old lady is said to be generous ____her money .

A. for

B. to

C. at

D. with


参考答案

更多 “ The old lady is said to be generous ____her money . A. forB. toC. atD. with ” 相关考题
考题 女士的英语是Lady(madam)() 此题为判断题(对,错)。

考题 He bought a( an ) ( ) table from an old lady the other day. A、round/ old/ rosewoodB、rosewood/ old/ roundC、old/ round/ rosewoodD、old/ rosewood/ round

考题 The Chinese Red Cross contributed a()sum to the relief of the physically disabled.A. generalB. genuineC. generous

考题 ( ) name is Jane. ( ) is from the USA.A. Her, SheB. She's, SheC. Her, Her

考题 "Oh, I'm sorry," he ______ her.A、criedB、toldC、apologizedD、said

考题 What command would an operator use to move a file from the /old_dir directory to the /new_dir directory without changing the file name?() A. mv /old_dir/file /new_dirB. mv -p /old_dir/file /new_dirC. mv -k /old_dir/file /new_dirD. mv /old_dir/file /new_dir/new_file

考题 What is the author's opinion of some New Yorkers from her experience7A.Easy-going.B.Self-centred.C.Generous.D.Conservative.

考题 下面哪条语句,可以产生与下面程序相同的结果。 data invest; money=1000; do until(money gt 5000); Year+1; money+(money*0.10); end; run;A.do while(money ge 5000);B.do while(money =5000);C.do while(money le 5000);D.do while(money >5000);

考题 下面的代码的执行结果是____ s = 'F' if s == 'f': print('lady') else: print('man')

考题 用vi打开一个文件,如何用字母”new”来代替文件中所有的字母”old”A.:r/old/newB.:s/old/newC.:1,$s/old/new/gD.:%s/old/new/g