【单选题】
The captain wasn’t ___ on having him in the team.
A. eager
B. keen
C. overwhelmed
D. anxious
查看试卷,进入试卷练习
微信扫一扫,开始刷题
相关试题
【单选题】
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
推荐试题
【单选题】
static char str[10]=“China”;数组元素个数为___
【单选题】
若char a[10];已正确定义,以下语句不能从键盘上给a数组的所有元素输入值的语句是___
A. gets(a)
B. scanf(“%s”,a)
C. for(i=0;i<10;i++) a[i]=getchar()
D. a=getchar()
【单选题】
以下程序段的输出结果为___ char c[]=“abc”; int i=0; do; while (c[i++]!=’\0’); printf(“%d”,i-1)
【单选题】
char a1[]=“abc”,a2[80]=“1234”;将a1串连接到a2串后面的语句是___
A. strcat(a2,a1)
B. strcpy(a2,a1)
C. strcat(a1,a2)
D. strcpy(a1,a2)
【单选题】
C语言中不可以嵌套的是___
A. 函数调用
B. 函数定义
C. 循环语句
D. 选择语句
【单选题】
C语言程序中必须有的函数是___
A. #include “stdio.h”
B. main
C. printf
D. scanf
【单选题】
一个C语言的执行是从___
A. 本程序的main函数开始,到main函数结束
B. 本程序文件的第一个函数开始,到本程序文件的最后一个函数结束
C. 本程序的main函数开始,到本程序文件的最后一个函数结束
D. 本程序文件的第一个函数开始,到本程序main函数结束
【单选题】
一个C语言程序是由___
A. 一个主程序和若干子程序组成
B. 函数组成
C. 若干过程组成
D. 若干子程序组成
【单选题】
C语言规定,在一个源程序中,main函数的位置是___
A. 必须在最开始
B. 必须在系统调用的库函数的后面
C. 可以任意
D. 必须在最后
【单选题】
以下叙述不正确的是___
A. 一个C源程序可由一个或多个函数组成
B. 一个C源程序必须包含一个main函数
C. C程序的基本组成单位是函数
D. 在C程序中,注释说明只能位于一条语句的后面
【单选题】
以下叙述正确的是___
A. 在C程序中,main函数必须位于程序的最前面
B. C程序的每行中只能写一条语句
C. C语言本身没有输出语句
D. 在对一个C程序进行编译的过程中,可发现注释中的拼写错误
【单选题】
表达式18/4*sqrt(4.0)/8值的数据类型为___
A. int
B. float
C. double
D. 不确定
【单选题】
C语言运算对象必须是整型的运算符是___
【单选题】
若变量已正确定义并赋值,下面符合C语言语法的表达式是___
A. a:=b+1
B. a=b=c+2
C. int 18.5%3
D. a=a+7=c+b
【单选题】
设以下变量均为int类型,则值不等于7的表达式是___
A. (x=y=6,x+y,x+1)
B. (x=y=6,x+y,y+1)
C. (x=6,x+1,y=6,x+y)
D. (y=6,y+1,x=y,x+1)
【单选题】
在C语言中,int、char和shor三种类型数据在内存中所占用的字节数___
A. 由用用户自己定义
B. 均为2个字节
C. 是任意的
D. 由所用机器的机器字长决定
【单选题】
若有定义:int a=7; float x=2.5,y=4.7; 则表达式x+a%3*(int)(x+y)%2/4的值是___
A. 2.500000
B. 2.750000
C. 3.500000
D. 0.00000
【单选题】
已知大写字母A的ASCII码值是65,小写字母a的ASCII码值是97,则用八进制表示的字符常量’\101’是___
A. 字符A
B. 字符a
C. 字符e
D. 非法的常量
【单选题】
以下选项中合法的用户标识符是___
A. long
B. _2Test
C. 3Dmax
D. A.dat
【单选题】
语句printf(“a\bre\’hi\’y\\\bou\n”);的输出结果是(说明:’\b’是退格符)___
A. a\ber\’hi\’y\\\bou
B. a\ber\’hi\’y\bou
C. re’hi’you
D. abre’hi’y\bou
【单选题】
若已定义x和y为double类型,则表达式x=1,y=x+3/2的值是___
【单选题】
设有 int x=11;则表达式(x++ * 1/3)的值是___
【单选题】
若以下变量均为整型,且num=sum=7;则计算表达式sum=num++,sum++,++num后sum的值为___
【单选题】
C语言中的标识符只能由字母,数字和下划符组成,且第一个字符___
A. 必须为字母
B. 必须为下划线
C. 必须为字母或下划线
D. 可以是字母,数字和下划线中任一字符
【单选题】
假设所有变量均为整型,则表达式(a=2,b=5,b++,a+b)的值是___
【单选题】
若有说明语句;char c=’\72’;则变量c___
A. 包含1个字符
B. 包含2个字符
C. 包含3个字符
D. 说明不合法,c的值不确定
【单选题】
下面不正确的字符串常量是___
A. ‘abc’
B. “12’12”
C. “0”
D. “ ”
【单选题】
若a为int类型,且其值为3,则执行完表达式a+=a-=a*a后,a的值是___
【单选题】
下列选项中,合法的C语言关键词是___
A. VAR
B. cher
C. integer
D. default
【单选题】
以下选项中,与k=n++完全等价的表达式是___
A. k=n,n=n+1
B. n=n+1,k=n
C. k=++n
D. k+=n+1
【单选题】
以下for循环的执行次数是 for(x=0,y=0;(y=123)&&(x<4);x++);___
A. 是无限循环
B. 循环次数不定
C. 4次
D. 3次
【单选题】
语句while(!E);中的表达式!E等价于___
A. E==0
B. E!=1
C. E!=0
D. E==1
【单选题】
下面有关for循环的正确描述是___
A. for循环只能用于循环次数已经确定的情况
B. for循环是先执行循环循环体语句,后判断表达式
C. 在for循环中,不能用break语句跳出循环体
D. for循环的循环语句中,可以包含多条语句,但必须用括号括起来
【单选题】
C语言中while和do-while循环的主要区别是___
A. do-while的循环体至少无条件执行一次
B. while的循环控制条件比do-while的循环控制条件更严格
C. do-while允许从外部转到循环体内
D. do-while的循环体不能是复合语句
【单选题】
以下不是无限循环的语句为___
A. for(y=0,x=1;x>++y;x=i++) i=x
B. for(;;x++=i)
C. while(1){x++;}
D. for(i=10;;i--) sum+=i
【单选题】
C语言用于结构化程序设计的三种基本结构是___
A. 顺序结构、选择结构、循环结构
B. if、switch、break
C. for、while、do-while
D. if、for、continue
【单选题】
对for(表达式1;;表达式3)可理解为___
A. for(表达式1;0;表达式3)
B. for(表达式1;1;表达式3)
C. for(表达式1;表达式1;表达式3)
D. for(表达式1;表达式3;表达式3)
【单选题】
printf函数中用到格式符%5s,其中数字5表示输出的字符串占用5列,如果字符串长度大于5,则输出按方式___
A. 从左起输出该字符串,右补空格
B. 按原字符从左向右全部输出
C. 右对齐输出该字串,左补空
D. 输出错误信息
【单选题】
putchar函数可以向终端输出一个___
A. 整型变量表达式值
B. 实型变量值
C. 字符串
D. 字符或字符型变量值