答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数:1】
Wedon’t______ourcustomerstobemereconsumers.
①
suppose
②
regard
③
think
④
consider
参考答案:
复制
纠错
➡️如需代学继续教育,请点击这里
相关题目
【单选题】
I don’ t think it’ s important, _____?
①
doesn’ t
②
is it
③
do I
④
isn’ t
查看完整题目与答案
【单选题】
—Look, someone is coming. Guess who it ___ be?—I think it ___ be Tom.—I don’t think it ___ be ___.
①
?must; can; must; his
②
?may; can; must; him
③
?can; must; can; him
④
?might; must; can; himself
查看完整题目与答案
【单选题】
If you don’t think it necessary to make ____ any missed lessons, speak up now.
①
up for
②
up with
③
up to
④
away for
查看完整题目与答案
【单选题】
I don’t think you can work out the maths problem ___ her help.
①
since
②
unless
③
with
④
without
查看完整题目与答案
【单选题】
The seller gave men a thirty percent ____on the shirt. Don’t you think it’s a good bargain?
①
discount
②
treatment
③
decrease
④
favor
查看完整题目与答案
【单选题】
I don’t think you’ll be able to understand this formula(公式)___ you finish school.
①
as if
②
only when
③
even
④
even when
查看完整题目与答案
【多选题】
My ______________ is that we should consider the idea.
①
question
②
suspicion
③
suggestion
④
proposal
查看完整题目与答案
【单选题】
19._____ all this work and so little sleep at night, I don’t think I can go on much longer.
①
What about
②
What if
③
What with
④
What for
查看完整题目与答案
【单选题】
19. — You cant finish the book in less than an hour,I suppose? —
①
Yes,ImsureIcan
②
No,hardly
③
Sorry,Icant
④
IdontthinkIcan
查看完整题目与答案
【单选题】
We consider it necessary ______ Tom should improve his behavior.
①
which
②
that
③
what
查看完整题目与答案
随机题目
【单选题】
scanf( )函数的正确调用形式是()
①
scanf(格式控制串,输出项表列)
②
scanf(格式控制串,输出项地址表列)
③
scanf(格式控制串,输入项表列)
④
scanf(格式控制串,输入项地址表列)
查看完整题目与答案
【单选题】
执行C程序段char ch=’a’;ch=(ch>=’a’&&ch<=’z’?(ch-32):ch;后,变量ch的值为()。
①
‘A’
②
‘a’
③
‘z’
④
‘Z’
查看完整题目与答案
【单选题】
能把函数处理结果的二个数据返回给主调函数,在下面的方法中不正确的是()
①
return这二个数
②
形参用二个元素的数组
③
形参用二个这种数据类型的指针
④
用二个全局变量
查看完整题目与答案
【单选题】
若已有char b[10][50];则该二维字符数组在内存所占字节数为()
①
10
②
50
③
60
④
500
查看完整题目与答案
【单选题】
设整型变量n的值为2,执行语句“n+=n-=n*n”后,n的值是()
①
0
②
2
③
-4
④
4
查看完整题目与答案
【单选题】
如果int a=3,b=4;则条件表达式“a<b? a:b”的值是()。
①
3
②
4
③
0
④
1
查看完整题目与答案
【单选题】
若w=1,x=2,y=3,z=4,则表达式w<x?w:y<z?y:z的值是()
①
4
②
3
③
2
④
1
查看完整题目与答案
【单选题】
设有定义:intk=1,m=2;floatf=7;,则以下选项中错误的表达式是()
①
k=k+=k
②
-k++
③
k%int(f)
④
f=k%m
查看完整题目与答案
【单选题】
下面有关字符数组的描述中错误的是()。
①
字符数组可以存放字符串
②
字符串可以整体输入,输出
③
可以在赋值语句中通过赋值运算对字符数组整体赋值
④
不可以用关系运算符对字符数组中的字符串进行比较
查看完整题目与答案
【单选题】
冒泡排序(BubbleSort)的基本概念是:依次比较相邻的两个数,将小数放在前面,大数放在后面。即在第一趟:首先比较第1个和第2个数,将小数放前,大数放后。然后比较第2个数和第3个数,将小数放前,大数放后,如此继续,直至比较最后两个数,将小数放前,大数放后。如果以上过程为一趟的话,如果一个数组有6个元素,那么要从小到大排列,利用冒泡排序法需要几趟比较过程()
①
6次
②
5次
③
4次
④
7次
查看完整题目与答案