Jack() to see me.He'll be here soon.

题目
Jack() to see me.He'll be here soon.

A.come

B.is coming

C.came

参考答案和解析
正确答案:B
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

()you()Jane last month? B: No, I().

A、*/saw/didn’t

B、Did/see/didn’t

C、Did/saw/didn’t

D、id/see/did


答案:C

第2题:

4. People can ________ running everywhere. Do you.know what ______ ?

A. see; has happened

B. see ; happens

C. be seen;is happened

D. be seen;is happening


正确答案:D
4.D【解析】前一句为被动语态,后一句为进行时。

第3题:

Jack: Say, Jane, let's go and get a bite to eat.

Jane: _________?

Jack: How about McDonald's?

Jane: Great.

A. Where to

B. What for

C. How to

D. Why so


正确答案:A
根据语境,第三句的提议(How about McDonald’s?)可知上句的提问应该是关于地点的。选项A(去哪吃?)是最切合的回答。

第4题:

下列用于更新的SQL语句中,正确的是()

A.update user set id='u001',username='jack';

B.update user(id,username) values('u001','jack');

C.update user set id = u001 ;

D.update into user set id = 'u001', username='jack';


update user set id='u001',username='jack';

第5题:

如果要把一个用户名jack保存在session对象里,则下列语句正确的是() 。

A.session.setAttribute(name,jack);

B.session.setAttribute("name","jack");

C.session.setAttribute("jack",name);

D.session.setAttribute("jack","name");


session.setAttribute(“ name” , “jack”);

第6题:

Tom: Hey, Jack, what's up?

Jack: ____________

A、Yes,definitely!

B、Oh,not much.

C、What is happening in your life?

D、You are lucky.


参考答案:B

第7题:

为用户jack设置登录密码jack123456


passwd jack

第8题:

If I_____ Peter, I him about the meeting.

A. see, will tell

B. see, tell

C. will see, tell


参考答案:A

第9题:

下列用于更新的SQL语句中,正确的是()

A.update user set id = u001 ;

B.update user(id,username) values('u001','jack');

C.update user set id='u001',username='jack';

D.update into user set id = 'u001', username='jack';


update user set id='u001',username='jack';

第10题:

新建一个目录/home/jack, 将用户jack的登录shell 修改为bash,主目录改为/home/jack,主用户组改为group1。


useradd -u 501 -d /home/jack jack