第22题: [单项选择]根据弗里德曼的货币需求函数,物价变动因素与货币需求量成( )变化。 A. 正方向 B. 反方向 C. 没影响 D. 不确定 参考答案:B 答案解析:[解析] 根据弗里德曼的货币需求函数,物价上涨意味着货币贬值、通货膨胀,持有货币意味着损失,所以二者成反向变动。 [错因分析] 考生对于弗里德曼的货币需求理论的有关内容不能灵活的运用。
第33题: [单项选择]Which one of the following statements is NOT true A. The man thinks going on a diet never works for him. B. If the man did as the woman suggested, he would succeed. C. The man did go on a diet before, but he failed. D. They are sure that they can lose weight quickly. 参考答案:D
第36题: [单项选择]在窗体中添加一个命令按钮和一个文本框,并编写如下程序代码: Private Sub Command1_Click( ) k = 0 Do While k < 70 k = k + 2 k = k * k + k a = a + k Loop Text1.Text = a End Sub 程序运行后,文本框中显示________。 A. 20 B. 32 C. 44 D. 78 参考答案:D