皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
What should a trader do when the one-year forward price of an asset is too low? Assume that the asset provides no income.
A.
The trader should borrow the price of the asset, buy one unit of the asset and enter into a short forward contract to sell the asset in one year.
B.
The trader should borrow the price of the asset, buy one unit of the asset and enter into a long forward contract to buy the asset in one year.
C.
The trader should short the asset, invest the proceeds of the short sale at the risk-free rate, enter into a short forward contract to sell the asset in one year
D.
The trader should short the asset, invest the proceeds of the short sale at the risk-free rate, enter into a long forward contract to buy the asset in one year
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】某人编写了下面的程序 Private Sub Command1_Click( ) Dim a As Integer, b As Integer a = InputBox("请输入整数") : b = InputBox("请输入整数") pro a : pro b Call pro(a + b) End Sub Private Sub pro(n As Integer) While (n > 0) ...
A.
把过程pro 的形式参数 n As Integer 改为 ByVal n As Integer
B.
把Call pro(a + b) 改为 pro a + b
C.
把n = n \ 10 改为 n = n / 10
D.
在pro b语句之后增加语句 c%=a+b ,再把 Call pro(a + b) 改为 pro c
【单选题】在项目管理的组织结构图中,两个单位之间的管理指令关系用()联系。
A.
单向箭杆
B.
双向箭杆
C.
矩形框
D.
菱形框
【单选题】有下面程序,若使得变量x得到11,变量y得到12,则下面输入形式中,错误的是( )。 #include void main( ) { int x, y; scanf("%d,%d",&x,&y); }
A.
11空格12↙
B.
11,空格12↙
C.
11, 12↙
D.
11,空格空格12↙
【单选题】机体对某些药物或生物制品发生的变态反应所致的休克类型是
A.
过敏性休克
B.
神经源性休克
C.
低血容量性休克
D.
感染性休克
【单选题】某人编写了下面的程序: Private Sub Command1_Click( ) Dim a As Integer,b As Integer a=InputBox(′′请输入整数′′) b=InputBox(′′请输入整数′′) pro a pro b Call pro(a+b) End Sub Private Sub pro(n As Integer) While (n>0) Print n ...
A.
把过程pro 的形式参数n As Integer 改为ByVal n As Integer
B.
把Call pro(a+b)改为pro a+b
C.
把n=n\10 改为n=n/10
D.
在pro b 语句之后增加语句c%=a+b,再把Call pro(a+b)改为pro c
【单选题】在项目管理的组织结构图中,两个单位之间的管理指令关系用()联系。
A.
单向箭线
B.
双向箭线
C.
矩形框
D.
菱形框
【单选题】若下面程序的输入形式为 A △ B △ C (△表示空格),程序运行结果为( ) main() { char ch1,ch2,ch3; scanf(“%c%c%c”,&ch1,&ch2,&ch3); printf(“%c%c%c”,ch1,ch2,ch3); }
A.
A △ BC
B.
ABC
C.
A △ B
D.
AB △ C
【单选题】在Windows XP的资源管理器窗口中,文件夹内容窗口显示的是 22 。
A.
计算机的磁盘目录结构
B.
系统盘所包含的文件夹和文件名
C.
当前盘所包含的全部文件名
D.
当前文件夹所包含的文件名和下级子文件夹
【单选题】在Windows XP的资源管理器窗口中,要将用户选定的文件或文件夹复制到软盘上,可使用()菜单的“发送到”子菜单的“3.5英寸软盘”命令
A.
“文件”
B.
“编辑”
C.
“工具”
D.
“转到”
【多选题】慢性支气管炎可导致
A.
支气管扩张症
B.
支气管管腔狭窄
C.
肺气肿
D.
肺脓肿
E.
细支气管周围炎
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题