It's important for you to make a list of your tasks in order of _______ when you work on a project.
A、suggestion
B、goal
C、priority
D、tip
第1题:
– David, you've been losing your temper over nothing lately.– ( ).
A. I haven’t been getting much sleep either
B. You’d better not push yourself too hard, or you’ll get sick
C. I’m sorry. I shouldn’t have blown up like that
D. You’d better do exercises regularly
第2题:
You- re _s___________ out ,you need to relax.
第3题:
以下对于列表的相关操作中哪些项有正确的输出结果?
A.>>> language = list('PHP'); >>> language[1:] = 'ython'; >>> print(language) ['P', 'y', 't', 'h', 'o', 'n']#B.>>> print(list('Life is short, you need Python.').count('is')) 1#C.>>> x = [2, 3, 0, 4, 1] >>> x.sort() >>> print(x) [0, 1, 2, 3, 4]#D.>>> words = ['Life', 'is', 'short', 'you', 'need', 'Python'] >>> words.index('you') 4第4题:
( ) – Is Miss White __________ English teacher, Maria?
– No, she teaches __________ geography.
A.your;my
B.you;mine
C.you;us
D.your;us
第5题:
Why do you want a new job ______you've got such a good one already?
A. that
B. where
C. which
D. when
17.答案为D。为什么你已经有个好工作,还要找新工作?分析整句结构,从句做状语,只有 D为正确选项。
第6题:
你最好控制一下上网聊天的时间。(汉译英)
A.You'd better set a limit for your online chat time.
B.You'd better set a limit on your online chat time.
C.You'd better set a limit on your online chatting time.
D.You'd better set a limit for your online chatting time.