第8题: [单项选择]Questions 22 to 25 are based on the conversation you have just heard. A. His poor memory. B. His fatigue. C. His lack of diligence. D. His method. 参考答案:D 答案解析:[听力原文] What is the cause of the man’s problem [解析] 女士说“练习的方法比练习的次数更重要”,故选D。 [点睛] 女士得知男土的问题
第9题: [单项选择]奥地利学派认为,生产资料的价值取决于( ) A. 生产资料的边际效用 B. 生产资料内含的劳动量 C. 用它生产出的最终产品的边际效用 D. 用它生产出的任何产品的边际效用 参考答案:C
第17题: [单项选择]执行下列程序段后,整型变量n的值为( )。 n=0 For i=1 To 20 Step 5 n=n+1 Next i A. 50 B. 4 C. 15 D. 210 参考答案:B 答案解析:[解析] i的初值为1,步长为5,本段程序的执行过程如下:
第1次循环,即i=1时:n=1;第2次循环,即i=6时:n=2;第 3次循环,即i=11时:n=3;第4次循环,即i=16时;n=4;i