【简答题】Using the liquidity preference framework, what will happen to interest rates if the Fed increases the money supply?
【单选题】有以下程序 int fa(int x) { return x*x; } int fb(int x) { return x*x*x; } int f(int (*f1)(),int (*f2)(),int x) { return f2(x)-f1(x); } void main() { int i; i=f(fa,fb,2); printf(“%d”,i); } 程序运行后的输出结果是( ...
【单选题】有以下程序int fa(int x){ return x*x; }int fb(int x){ return x*x*x; }int f(int (*f1)(),int (*f2)(),int x){ return f2(x)-f1(x); }void main(){int i;i=f(fa,fb,2);printf(“%d\n”,i);}程序运行后的输出结果是
【单选题】If the Fed increases the quantity of reserves, a new equilibrium is reached by a
A.
rightward shift of the demand for reserves curve.
B.
movement down the demand for reserves curve.
C.
leftward shift of the demand for reserves curve.
D.
movement up the demand for reserves curve.
【单选题】有以下程序 void f(int *x,int *y) { int t; t=*X; *X=*y; *y=t; } main() { int a[8]={1,2,3,4,5,6,7,8},i,*p,*q; p=a; q=&a[7); while(p>q) { f(p,q); p++; q--; } for(i=0; i<8; i++) printf('%d,',a[i]); } 程序运行后的输出结...
【单选题】If the Fed increases the monetary base by $40 billion through open-market operations:
A.
GDP will increase by $40 billion.
B.
the price level will increase by $40 billion.
C.
the U.S. government debt held by the public has been reduced by $40 billion.
D.
government spending has increased by $40 billion.
【单选题】有以下程序:void f(int *x,int *y){ int *t t=x x=y y=t *x=*y}main(){ int a[8]={1,2,3,4,5,6,7,8},i,*p,*q p=aq=&a[7] while(p>q) { f(p,q)p++q--} for(i=0i<8i++)printf('d,',a[i])}程序运行后的输出结果是( )。
【单选题】If the Fed increases the quantity of reserves, the federal funds rate ( ) and the quantity of money ( ).