首页 > 外语类考试> 大学英语四级
题目内容 (请给出正确答案)
[主观题]

The student took a part-time job during summer vacation ____________ (以便于他积累工作经验

The student took a part-time job during summer vacation ____________ (以便于他积累工作经验).

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“The student took a part-time j…”相关的问题
第1题
The student always ()an excuse for his being late.

A.made up

B.set up

C.put up

D.took up

点击查看答案
第2题
Which statement is INCORRECT about the man?A.He was a university student at that time.B.He

Which statement is INCORRECT about the man?

A.He was a university student at that time.

B.He took lots of courses, including Commercial and Legal Studies.

C.He had worked at a supermarket in the Christmas holidays.

D.He passed the phone interview.

点击查看答案
第3题
Why does the student mention Professor Connellys class?A.She was not happy with the grade

Why does the student mention Professor Connellys class?

A.She was not happy with the grade she received in the class.

B.She might be able to expand the research she did in the class.

C.It was the most difficult class she ever took.

D.Professor Connelly took the class on a trip to Venezuela.

点击查看答案
第4题
How did Mr. Bishop see the short-term jobs he took?A.They would definitely be the highligh

How did Mr. Bishop see the short-term jobs he took?

A.They would definitely be the highlight of his resume.

B.They might have negative effects on his ultimate career.

C.They could land him a good job in publishing or writing.

D.They were the only way to pay off his student loan debt.

点击查看答案
第5题
若有以下定义的语句 struct student { int age; int num; }; struct student stu[3]={{1001,20},

若有以下定义的语句

struct student

{ int age;

int num; };

struct student stu[3]={{1001,20},{1002,19},{1003,21}};

main()

{ struct student *p;

p=stu;

… }

则以下不正确的引用是

A.(p++)->num

B.p++

C.(*p).num

D.P=&stu.age.

点击查看答案
第6题
若有以下语句,则下面表达式的值为1002的是()。 struct student {int age; int num; }; struct stud

若有以下语句,则下面表达式的值为1002的是( )。

struct student

{int age;

int num;

};

struct student stu[3]={{1001,20},{1002,19},{1003,21}};

struct student *p;

p=stu;

A.(p++)->num B.(p++)->age C.(*p).num D.(*++p).age

点击查看答案
第7题
若有以下定义的语句:struct student{ int age; int num;};struct student stu[3]={{1001,20},{10

若有以下定义的语句: struct student { int age; int num;}; struct student stu[3]={{1001,20},{1002,19},{1003,21}}; main() { struct student *p; p=stu; …} 则以下不正确的引用是()。

A.(p++)->num

B.p++

C.(*p).num

D.P=&stu.age.

点击查看答案
第8题
执行下面程序段时输出suet,请填空。 main() { static char a[]="student"; char *p;

执行下面程序段时输出suet,请填空。 main() { static char a[]="student"; char *p; for(p=a;p<【 】;p+=2) putchar(*p); }

点击查看答案
第9题
类Teacher和Student都是类Person的子类。 Person P; Teacher t; Student s; P,t和s都是非空值 if(t ins

类Teacher和Student都是类Person的子类。

Person P;

Teacher t;

Student s;

P,t和s都是非空值

if(t instanceof Person){s=(Student)t;}

这个语句导致的结果是______。

A.将构造一个Student对象 B.表达式合法

C.编译时非法 D.编译时合法而在运行时可能非法

点击查看答案
第10题
若有以下说明和语句 struct student {int age; int num; }std, *p; p=&std; 则以下对结构体变量std

若有以下说明和语句

struct student

{int age;

int num;

}std, *p;

p=&std;

则以下对结构体变量std中成员age的引用方式不正确的是( )。

A.std.age B.p->age C.(*p).age D.*p.age

点击查看答案
退出 登录/注册
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改