答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数:1】
The course normally attracts 20 students per year,_______up to half will be from Orient.
①
in which
②
for whom
③
with which
④
of whom
参考答案:
复制
纠错
➡️如需代学继续教育,请点击这里
相关题目
【单选题】
Of course, talking about something which affects them personally is _____motivating for students.
①
chiefly
②
correctly
③
currently
④
eminently
查看完整题目与答案
【单选题】
Which of the following is the time when students work in groups?
①
When all the students are under the control of the teacher
②
When students work in pairs on an exercise or a task
③
When students work in small group
④
When students are expected to work on their own at their own speed.
查看完整题目与答案
【单选题】
Which of the following is the time when students study by themselves?
①
When all the students are under the control of the teacher
②
When students work in pairs on an exercise or a task
③
When students work in small groups
④
When students are expected to work on their own at their own speed.
查看完整题目与答案
【单选题】
Which of the following is the time when students work in a pair?
①
When all the students are under the control of the teacher
②
When students work in pairs on an exercise or a task
③
When students work in small groups
④
When students are expected to work on their own at their own speed.
查看完整题目与答案
【单选题】
Which of the following is the time when students work as a whole class?
①
When all the students are under the control of the teacher
②
When students work in pairs on an exercise or a task
③
When students work in small groups
④
When students are expected to work on their own at their own speed.
查看完整题目与答案
【单选题】
The bridge which ________ last year looks really beautiful.
①
was built
②
built
③
was set up
④
had been built
查看完整题目与答案
【单选题】
The bridge which ________last year looks really beautiful.
①
was built
②
built
③
was set up
④
had been built
查看完整题目与答案
【单选题】
A ( ) is a second-year student in college, which means “student with more wisdom”.
①
freshman
②
sophomore
③
junior
④
senior
查看完整题目与答案
【判断题】
3. Along the road are lines of trees, from which students can find shade from the hot sun. 这是记叙文体的一个常见句式。
①
正确
②
错误
查看完整题目与答案
【判断题】
The wordtipsoriginates from bars which means to insure prompt service.
①
正确
②
错误
查看完整题目与答案
随机题目
【多选题】
以下关于数组描述错误的是( )。
①
数组的大小是固定的,但可以有不同的类型的数组元素
②
数组的大小是可变的,但所有数组元素的类型必须相同
③
数组的大小是固定的,所有数组元素的类型必须相同
④
数组的大小是可变的,可以有不同的类型的数组元素
查看完整题目与答案
【多选题】
以下关于typedef的叙述正确的是( )。
①
用typedef可以定义各种类型名,但不能用来定义变量
②
用typedef可以增加新类型
③
用typedef只是将已存在的类型用一个新的名字来代表
④
使用typedef便于程序的通用
查看完整题目与答案
【多选题】
以下对C语言中的函数描述不正确的有( )。
①
可以嵌套定义,不可以嵌套调用
②
不可以嵌套定义,可以嵌套调用
③
可以嵌套定义,也可以嵌套调用
④
嵌套定义和嵌套调用都不允许
查看完整题目与答案
【多选题】
以下叙述正确的是( )。
①
C语言严格区分大小写英文字母
②
C语言用\作为语句分隔符
③
C程序书写格式自由,一行内可以写几个语句,一个语句也可以写在几行上.
④
可以使用/*…*/对C程序中的任何部分作注释
查看完整题目与答案
【单选题】
已知定义语句float p= 123.456;,则执行语句printf(%f,%8.2f,%.0f,p,p,p);的输出结果是( )。
①
123,123.45 ,123.46
②
123.456,123.45 ,123.00
③
123.456000, 123.45,123
④
123.456,123.45,123
查看完整题目与答案
【单选题】
下面程序的功能是将从键盘输入的一组字符统计出大写字母的个数m和小写字母的个数 n,并输出m、n中的较大数,则括号内应填写( )。 #include main() { int m=0,n=0; char c; while( )!=\n) { if(c>=A&&c=a&&c<=z) n++; } printf(%d\n,m<n? n:m );
①
C
②
c=getchar()
③
getchar()
④
c==getchar()
查看完整题目与答案
【单选题】
#define X a+b main( ) { int a=3,b=4,s1; s1=2*X; printf(%d\n,s1); },以上程序的运行结果是( )?
①
8
②
14
③
10
④
6
查看完整题目与答案
【单选题】
下面叙述正确的是( )?
①
可以把define和if定义为用户标识符
②
可以把define定义为用户标识符,但不能if定义为用户标识符
③
可以把if定义为用户标识符,但不能define定义为用户标识符
④
define和if都不能定义为用户标识符
查看完整题目与答案
【单选题】
C语言中while和do-while循环的主要区别是( )?
①
do-while的循环体至少无条件执行一次
②
while的循环控制条件比do-while的循环控制条件严格
③
do-while允许从外部跳转到循环体内
④
do-while的循环体不能是复合语句
查看完整题目与答案
【单选题】
一个函数的返回值由( )确定。
①
return语句中的表达式
②
调用函数的类型
③
系统默认的类型
④
被调用函数的类型
查看完整题目与答案