Will be
Is
Are
Were
第1题:
A、on
B、in
C、at
D、/
第2题:
A、Is
B、Are
C、Will be
D、Were
第3题:
She did me such a big favor. _____ I knew her name.
A、if
B、only
C、if only
D、only just
第4题:
A、paid
B、spent
C、cost
D、took
第5题:
以下能够正确计算1+2+3+…+10的程序是
A.Private Sub Command1_Click() Sum=0 ForI=1 To 10 Sum=Sum+I Next I Print Sum End Sub
B.Private Sub Command1_Click() Sum=0,I=1 Do While I<=10 Sum=Sum+I I=I+1 Print Sum End Sub
C.Private Sub Command1_Click() Sum=0: I=1 Do Sum=Sum+I I=I+1 Loop While I<10 Print Sum End Sub
D.Private Sub Command1_Click() Sum=0: I=1 Do Sum=Sum+I I=I+1 Loop Until I<10 Print Sum End Sub
第6题:
第7题:
下列哪种写法符合合法汇票对金额的要求()。
APay to the order of A Co.the sum of one thousand US dollars by installments
BPay to the order of A Co.the sum of one thousand US dollars plus interest
CPay to the order of A Co.the sum of one thousand US dollars only
DPay from our N0.2 account to the order of A Co.the sum of one thousand US dollars only converted into GBP
第8题:
已经int i;int sum=0,要求求1加到10的和,能完成此操作的程序段正确的是()。
第9题:
以下程序的运行结果是(). main() { int i=1,sum=0; while(i<10) sum=sum+1;i++; printf("i=%d,sum=%d",i,sum); }
第10题:
Pay to Tom Co. or order the sum of two thousand US dollars.
Pay to Tom Co. providing the goods they supply are complied with contract the sum of five hundred US dollars.
Pay to Tom Co. out of the proceeds in applicant’s No.3 account with us the sum of three thousand US dollars.
Pay to Tom Co. the sum of four thousand US dollars upon receipt of Bill of Lading No.1235.
第11题:
spent
paid
cost
took
第12题:
Pay to the order of A Co.the sum of one thousand US dollars by installments
Pay to the order of A Co.the sum of one thousand US dollars plus interest
Pay to the order of A Co.the sum of one thousand US dollars only
Pay from our N0.2 account to the order of A Co.the sum of one thousand US dollars only converted into GBP
第13题:
A、keep her from doing
B、keep her do
C、prevent her doing
D、stop her do
第14题:
下列程序段的输出结果是【 】。
include<iostream.h>
void main()
{int i=10,sum=0;
do
{
sum=+sum+i;
i=i-2;
}while(i>=2);
cout<<sum<<end1;
}
第15题:
I think we should let Mary to go camping with her boyfriend. ______ she is a big girl now.
A、Above all
B、First of all
C、For all
D、After all
第16题:
以下C程序的运行结果为______。main(){ int i=1,sum=0; loop:if(i<=10) { sum+=i; i++; goto loop; } printf("sum=%d\n",sum);}
A.sum=10
B.sum=55
C.sum=100
D.sum=88
第17题:
以下能够正确计算1+2+3+…+10的程序是
A.Private sub Command1_Click( ) sum=0 For 1=1 To 10 Sum=sum+1, Next I Print Sum End Sub
B.Private sub Command1_Click( ) Sum=0,I=1 Do While l<=10 Sum=Sum+1 I=I+1 Print Sum End Sub
C.Private Sub command1_click( ) Sum=0:I=1 Do Sum=Sum+1 I=I+1 Loop While I<10 Print Sum End Sub
D.Private Sub command1_Click( ) Sum=0:I=1 Do Sum=Sum+1 l=I+1 Loop Until I<10 Print Sum End Sub
第18题:
第19题:
That yellow purse()her dollars.
Acost
Bspent
Ctook
Dpaid
第20题:
累加求和中,与sum+=i;相同的是()。
第21题:
cost
spent
took
paid
第22题:
Pay to Jackson Co. or order the sum of six thousand US dollars. Drawn under L/C No.83419 issued by Westminster Bank Limited, London dated on 8th May 2004.
Pay to Jackson Co. or order the sum of six thousand US dollars and charge/debit same to applicant’s account with you.
Pay to Jackson Co. or order the sum of six thousand Hongkong dollars plus interest.
Pay to Jackson Co. or order the sum of six thousand Hongkong dollars plus interest calculated at the rate of 8% p.a.
第23题:
Pay to M Co. or order the sum of one thousand US dollars.”
Pay to M Co. providing the goods they supply are complied with contract the sum of one thousand US dollars.”
“Pay to M Co. out of the proceeds in our No. 1 account the sum of one thousand US dollars.”
“Pay to M Co or order the sum of one thousand US dollars and charge/debit same to applicant’s account maintained with you.”
“Pay to the order of ABC Co. the sum of one thousand US dollars plus interest
第24题:
Will be
Is
Are
Were