刷题
导入试题
【单选题】
The captain wasn’t ___ on having him in the team.
A. eager
B. keen
C. overwhelmed
D. anxious
查看试卷,进入试卷练习
微信扫一扫,开始刷题
答案
B
解析
暂无解析
相关试题
【单选题】
He was ___at the prospect of seeing them again.
A. thrilling
B. blessed
C. thrilled
D. emotional
【单选题】
They ___ against travelling at night in such a dangerous country.
A. consul
B. advocate
C. counsel
D. recommend
【单选题】
It is absolutely vital that food supplied should be ___.
A. sustained
B. enhanced
C. exhausted
D. maintained
【单选题】
He must have had an accident, or he ___ then.
A. would have been here
B. had to be here
C. should be here
D. would be here
【单选题】
It was essential that the application forms ___ back before the deadline (截止日期).
A. must be sent
B. would be sent
C. be sent
D. were sent
【单选题】
We ___ our breakfast when an old man came to the door.
A. just have had
B. have just had
C. just had
D. had just had
【单选题】
The bridge was named ___ the hero who gave his life for the cause of the people.
A. after
B. with
C. by
D. from
【单选题】
It wasn’t such a good dinner ___ she had promised us.
A. that
B. which
C. as
D. what
【单选题】
The road now ___two kilometers beyond the river.
A. develops
B. extends
C. expands
D. widens
【单选题】
It was claimed that the level of alcohol in the man’s blood was ___ to cause an accident.
A. sufficient
B. adequate
C. enough
D. accurate
【单选题】
Medical care reform has become this country’s most important public health ___.
A. question
B. stuff
C. matter
D. problem
【单选题】
His retail business in the city___ rapidly between the wars.
A. enlarged
B. extended
C. widened
D. expanded
【单选题】
Many frogs ___ the sound of their voice using special sacs(囊) in their throat.
A. amplify
B. widen
C. expand
D. enlarge
【单选题】
Some old people don’t like pop songs because they cannot ___ so much noise.
A. resist
B. sustain
C. tolerate
D. undergo
【单选题】
I have kept that portrait where I can see it every day, as it always ___ me of my university days in London.
A. recollects
B. reminds
C. recalls
D. invokes
【单选题】
The article suggests that when a person is under unusual ___ he should be especially careful to have a well-balanced diet.
A. weight
B. stress
C. press
D. nerve
【单选题】
You should hire a more ___ manager than the one you currently have.
A. sufficient
B. effective
C. respective
D. efficient
【单选题】
Surgeons began to ___ their hands and arms with soap and water before operating.
A. scrub
B. enhance
C. rub
D. exhibit
【单选题】
He might let something ___ in a moment of weakness.
A. slip
B. leak
C. to slip
D. to leak
【单选题】
Do not ___ the salad until you are ready to serve.
A. mix
B. toss
C. fling
D. eat
【单选题】
The ___ for which he had fought all his life no longer seemed important to him.
A. aims
B. objectives
C. subjects
D. goals
【单选题】
You should pause and ___ now.
A. tweet
B. ponder
C. squander
D. gossip
【单选题】
Eating too much fat can ____heart disease and cause high blood pressure.
A. contribute to
B. attribute to
C. attest to
D. devote to
【单选题】
It soon ___ that what she loved was not my person but my wealth.
A. widened
B. expanded
C. extended
D. developed
【单选题】
I want to buy a new tie to ___ this brown suit.
A. go into
B. go after
C. go with
D. go through
【单选题】
Our company decided to ___ the contract because a number of the conditions in it had not been met.
A. destroy
B. resist
C. assume
D. cancel
【单选题】
My first ___ was to turn and run.
A. institute
B. institution
C. instinct
D. tuition
【单选题】
I think it’s time I ___ in a new computer.
A. invested
B. insulted
C. interacted
D. impacted
【单选题】
The jeweler will ____ the inside of the ring with her name.
A. carve
B. engrave
C. cut
D. engross
【单选题】
He was bleeding from a _____ on his forehead.
A. lash
B. gash
C. ash
D. sash
【单选题】
Let us go to the next ______ on the agenda.
A. matter
B. debate
C. speech
D. item
【单选题】
They are _____ moving their office outside London.
A. considered
B. discussing
C. pondering
D. negotiating
【单选题】
Although she _____ the old pot thoroughly, she could not make it look completely clean.
A. scrubbed
B. washed
C. made
D. screwed
【单选题】
The mistake will remain an indelible ____ on his memory.
A. stain
B. thing
C. issue
D. accident
【单选题】
The wheel ____ through my frozen hand, and the car went right across the road.
A. slipped
B. sipped
C. dashed
D. disappeared
【单选题】
The cupboard was ____ with old fishing tackle.
A. stuffed
B. stocked
C. stored
D. filled
【单选题】
The decision depended on the ____ of a coin.
A. loss
B. lot
C. toss
D. sign
【单选题】
Teaching can be a tiring and ____ job.
A. meaningless
B. stressed
C. rewarded
D. stressful
【单选题】
The building is partly a museum and partly a private ____.
A. place
B. area
C. community
D. residence
【单选题】
Stop ______ your foot.
A. tossing
B. wiggling
C. exhibiting
D. reviewing
推荐试题
【判断题】
Python变量名区分大小写,所以student和Student不是同一个变量。
A. 对
B. 错
【判断题】
正则表达式元字符“^”一般用来表示从字符串开始处进行匹配,用在一对方括号中的时候则表示反向匹配,不匹配方括号中的字符。
A. 对
B. 错
【判断题】
正则表达式元字符“\s”用来匹配任意空白字符。
A. 对
B. 错
【判断题】
正则表达式 元字符“\d”用来匹配任意数字字符。
A. 对
B. 错
【判断题】
lambda表达式中可以使用任意复杂的表达式,但是必须只编写一个表达式。
A. 对
B. 错
【判断题】
Python类的构造函数是init()。
A. 对
B. 错
【判断题】
定义类时,在一个方法前面使用@classmethod进行修饰,则该方法属于类方法。
A. 对
B. 错
【判断题】
定义类时,在一个方法前面使用@staticmethod进行休息,则该方法属于静态方法。
A. 对
B. 错
【判断题】
通过对象不能调用类方法和静态方法。
A. 对
B. 错
【判断题】
在Python中可以为自定义类的对象动态增加新成员。
A. 对
B. 错
【判断题】
Python类不支持多继承。
A. 对
B. 错
【判断题】
属性可以像数据成员一样进行访问,但赋值时具有方法的优点,可以对新值进行检查。
A. 对
B. 错
【判断题】
文件对象是可以迭代的。
A. 对
B. 错
【判断题】
文件对象的tell()方法用来返回文件指针的当前位置。
A. 对
B. 错
【判断题】
以写模式打开的文件无法进读操作。
A. 对
B. 错
【判断题】
假设已成功导入os和sys标准库,那么表达式 os.path.dirname(sys.executable) 的值为Python安装目录。
A. 对
B. 错
【判断题】
只可以动态为对象增加数据成员,而不能为对象动态增加成员方法。
A. 对
B. 错
【判断题】
Python字典支持双向索引。
A. 对
B. 错
【判断题】
Python集合支持双向索引。
A. 对
B. 错
【判断题】
Python元组支持双向索引。
A. 对
B. 错
【判断题】
假设re模块已成功导入,并且有 pattern = re.compile(‘^’+’.’.join([r’\d{1,3}’ for i in range(4)])+’$’),那么表达式 pattern.match(‘192.168.1.103’) 的值为None。
A. 对
B. 错
【判断题】
假设random模块已导入,那么表达式 random.sample(range(10), 20) 的作用是生成20个不重复的整数。
A. 对
B. 错
【判断题】
假设random模块已导入,那么表达式 random.sample(range(10), 7) 的作用是生成7个不重复的整数。
A. 对
B. 错
【判断题】
在Python 3.x中reduce()是内置函数。
A. 对
B. 错
【判断题】
以读模式打开文件时,文件指针指向文件开始处。
A. 对
B. 错
【判断题】
以追加模式打开文件时,文件指针指向文件尾。
A. 对
B. 错
【判断题】
已知x = (1, 2, 3, 4),那么执行x[0] = 5之后,x的值为(5, 2, 3, 4)。
A. 对
B. 错
【判断题】
已知x = 3,那么执行x += 6语句前后x的内存地址是不变的。
A. 对
B. 错
【判断题】
成员测试运算符in作用于集合时比作用于列表快得多。
A. 对
B. 错
【判断题】
在Python 3.x中,使用内置函数input()接收用户输入时,不论用户输入的什么格式,一律按字符串进行返回。
A. 对
B. 错
【判断题】
安装Python扩展库时只能使用pip工具在线安装,如果安装不成功就没有别的办法了。
A. 对
B. 错
【判断题】
使用random模块的函数randint(1, 100)获取随机数时,有可能会得到100。
A. 对
B. 错
【判断题】
如果只需要math模块中的sin()函数,建议使用from math import sin来导入,而不要使用import math导入整个模块。
A. 对
B. 错
【判断题】
已知列表x = [1, 2, 3, 4],那么表达式x.find(5)的值应为-1。
A. 对
B. 错
【判断题】
列表对象的排序方法sort()只能按元素从小到大排列,不支持别的排序方式。
A. 对
B. 错
【判断题】
g = lambda x: 3不是一个合法的赋值表达式。
A. 对
B. 错
【判断题】
内置函数len()返回指定序列的元素个数,适用于列表、元组、字符串、字典、集合以及range、zip等迭代对象。
A. 对
B. 错
【判断题】
已知x和y是两个等长的整数列表,那么表达式sum((i*j for i, j in zip(x, y)))的作用是计算这两个列表所表示的向量的内积。
A. 对
B. 错
【判断题】
已知x和y是两个等长的整数列表,那么表达式[i+j for i,j in zip(x,y)]的作用时计算这两个列表所表示的向量的和。
A. 对
B. 错
【判断题】
表达式int(‘1’*64, 2)与sum(2**i for i in range(64))的计算结果是一样的,但是前者更快一些。
A. 对
B. 错
欢迎使用我爱刷题
×
微信搜索我爱刷题小程序
温馨提示
×
请在电脑上登陆“www.woaishuati.com”使用