A.come
B.is coming
C.came
第1题:
A、*/saw/didn’t
B、Did/see/didn’t
C、Did/saw/didn’t
D、id/see/did
第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
第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
第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';
第5题:
如果要把一个用户名jack保存在session对象里,则下列语句正确的是() 。
A.session.setAttribute(name,jack);
B.session.setAttribute("name","jack");
C.session.setAttribute("jack",name);
D.session.setAttribute("jack","name");
第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.
第7题:
为用户jack设置登录密码jack123456
第8题:
If I_____ Peter, I him about the meeting.
A. see, will tell
B. see, tell
C. will see, tell
第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';
第10题:
新建一个目录/home/jack, 将用户jack的登录shell 修改为bash,主目录改为/home/jack,主用户组改为group1。