Section ADirections: This section is to test your ability to give proper responses. There are 5 recorded questions in it. After each question, there is a pause. The questions will be spoken two times. When you hear a question, you should decide on the correct answer from the 4 choices marked A), B), C) and D) given in your test paper. Then you should mark the corresponding letter on the Answer Sheet with a single line through the center.
A. I don’ t mind.
B. You are so nice.
C. I’ll do it.
D. That’s all right.
查看答案
根据以下资料,回答下列问题。 各地区连锁餐饮企业情况地区门店(个总数)营业面积(平方米)从业人员(人)餐位数(个)商品购进总额(万元)2008年2007年2008年2007年2008年2007年2008年2007年2008年2007年全国1256110973651855557948246607445874282530675232140627158552344597北京174015409802559232758559270523273525251612523105431667天津30527679647731011374711091320683027146875535河北36346672062370218520888264785547544823山西665757867460955299577512656112002156117507内蒙古123911696601885948909174589109115112115904400048397480辽宁3382981629051291362370019914493794160810059779608黑龙江535147692424972198220013138120231185910630上海11679653159272726005334136615122934103373138356110640江苏881691313031262005384253121811421593630222936172423浙江8656736610304562944065933564167740129030270588180601安徽1111041097689083040234099262322261667736732福建31526610646991598122611159234146297892278918951江西655737389322313810245416742150741608812618山东26624917689517046311680102961260011237095709449285 2008年全国连锁餐饮企业平均每个门店的餐位数是( )个。
A. 204
B. 201
C. 211
D. 209
What are the problems with the printer Peter bought There are some problems with the paper, ______ and the ______ take-up reel.
在窗体上画一个名称为Text1的文本框和一个名称为Command1的命令按钮,然后编写如下事件过程: Private Sub Command1_Click( ) Text1.Text="Visual" Me.Text1="Basie" Text1="Program" End Sub 程序运行后,如果单击命令按钮,则在文本框中显示的是
A. Visual
Basic
C. Program
D. 出错
在窗体上画一个名称为Command1的命令按钮,然后编写如下事件过程: Private Sub Command1_Click( ) c=1234 c1=Trim(Str(c)) For i=1 T0 4 Print______ Next End Sub 程序运行后,单击命令按钮,要求在窗体上显示如下内容: 1 12 123 1234 则在下划线处应填入的内容为
A. Right(c1,i)
B. Left(c1,i)
C. Mid(c1,i,1)
D. Mid(c1,i,i)