第20题: [单项选择]The students ______ their papers by the end of this month. A. have finished B. will be finishing C. will have finished D. have been finishing 参考答案:C 答案解析:[解析] 题干中“by+时间”是表示完成时的时间状语,从题意可以看出该题表示的是将来某时刻前完成的动作,因此用将来完成时,故选C。
第23题: [单项选择]设组合框Combo1中有3个项目,则下列能删除最后一项的语句是( )。 A. Combo1.RemoveItem Text B. Combo1.RemoveItem 2 C. Combo1.RemoveItem 3 D. Combo1.RemoveItem Combo1. Listcount 参考答案:B 答案解析:[解析] RemoveItem方法用以从组合框中删除一项,其参数为该项所在的位置,索引从。开始,要删除题中的最后一项,可以用 Combo1.RemoveItem2或Combo1.RemoveItemC