银行招聘考试

Do you enjoy listening to records? I find records are often ___________ , if not better than, an actual performance.A.as good as B.as good C.good D.good as

题目
Do you enjoy listening to records? I find records are often ___________ , if not better than, an actual performance.

A.as good as
B.as good
C.good
D.good as
参考答案和解析
答案:A
解析:
此处as good as是一个完整结构,前一个as是副词,后一个as是比较状语从句的连词,均不能省去。原句相当于I find records are often as good as an actual performance,ifthey are not beRer than it.由此可见。if not better than是一个省略句,故本题选A。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

—Which subject do you like______?

—I like chemistry than any other one.

A. better, better

B. best, better

C. best, best

D. better, best


正确答案:B
10.答案为B  参考译文:——你最喜欢哪门课?——相对其他课程我比较喜欢化学课。本题考查形容词的比较级和最高级的应用。

第2题:

-Did you get your financial records into shape for your audit next month? - _______. Keeping a strict account of all our incoming and outgoing is not an easy task.

A It seems our records are always a little incomplete ;

B It's a piece of cake ;

C I'm still working on ironing out a few problems


参考答案:C

第3题:

– What a poor job I’ve done! –()

(A) Do it again.

(B) You can do it.

(C) Do your best next time!

(D) Don’t be upset. No one can do it better than you.


正确答案:D 
解答参考:D 选项AC使上下文意思无法衔接,选项C含批评意。  

第4题:

I'll()the remittance for you in our records.

A. check in

B. check out

C. check up


参考答案:C

第5题:

I often feel lonely when I engage in my online learning.()?

I join the online course community.

A. How do you solve this problem

B. How do you think about it

C. How often do you engage in online learning


参考答案:A

第6题:

—What do you think of the _______car?

—I think it is much better than his one.

A. latest, last

B. lately, lastly

C. early, lately

D. early, lastly


正确答案:A

参考译文:一你认为他最近买的那辆车怎样?——我觉得不如他上次买的那辆。latest最近的,adjlately,最近,advearly,多用于修饰时间,如an early moming 1astly,最后,adv

第7题:

I’ll() the remittance for you in our records.

A、check up

B、check out

C、check in


参考答案:A

第8题:

You are the database administrator for a retail company. The company owns 270 stores. Every month, each store submits approximately 2,000 sales records, which are loaded into a SQL Server 2000 database at the corporate headquarters.

A Data Transformation Services (DTS) package transforms the sales records, as they are loaded. The package writes the transformed sales records to the Sales table, which has a column for integer primary key values. The IDENTITY property automatically assigns a key value to each transformed sales record.

After loading this month's sales data, you discover that a portion of the data contains errors. You stop loading data, identify the problem records, and delete those records from the database.

You want to reuse the key values that were assigned to the records that you deleted. You want to assign the deleted key values to the next sales records you load. You also want to disrupt users' work as little as possible.

What should you do?

A.Export all records from the Sales table to a temporary table. Truncate the Sales table, and then reload the records from the temporary table.

B.Export all records from the Sales table to a text file. Drop the Sales table, and then reload the records from the text file.

C.Use the DBCC CHECKIDENT statement to reseed the Sales table's IDENTITY property.

D.Set the Sales table's IDENTITY_INSERT property to ON. Add new sales records that have the desired key values.


正确答案:C
解析:Explanation: DBCC CHECKIDENT is used to check the current identity value for the specified table. It can be set to correct the identity value by specifying the RESEED option with DBCC CHECKIDENT.

Note: Example:
Assume that we have a table called test with an identity column with seed (1,1) and 1000 rows and that we delete row 901 to 950. We could then issue the command
DBCC CHECKIDENT (test, reseed, 900)

And load the 50 missing rows. These rows would get the values 901, 902, …,950 in the identity column.
We should then set the identity value to 1000 again:
DBCC CHECKIDENT (test, reseed, 1000)

So that the next new row will have identity 1001.

Incorrect Answers:
A: Exporting the data from the Sales table and then reloading the data will not correct errors contained in the table as these errors will also be exported as they are part of the data already in the table.
B: Exporting the data from the Sales table and then reloading the data will not correct errors contained in the table as these errors will also be exported as they are part of the data already in the table.

D: The SET IDENTITY_INSERT command allows explicit values to be inserted into the identity column of a table. To reuse the old key values from the rows that was deleted would require manual commands and would be awkward. This is not the best solution.

第9题:

用所给单句完成对话,并将答案序号写在答题线上。

Molly and Zhang Hua are talking about hobbies.

A. I prefer swimming and going joggings whenever I get the chance.

B. Do you like yoga?

C. Do you have any hobbies?

D. but they are in different ways.

E. The key to do exercise is to do it regularly.

Molly:___26_____ ( )

Zhang Hua: Oh, yes. I enjoy playing tennis and riding my mountain bike. I also enjoy listening to music and cooking. What about you?

Molly:_____27_____ ( )

Zhang Hua : Great! These are good to our health. How often do you go jogging?

Molly : I try to do at least a little every day. ____28_____( )

Zhang Hua: Exactly right.

Molly:_____29___ ( )

Zhang Hua : Oh, yeah, I almost forgot. Yoga is now the most popular exercise. Lots of people are doing that. They think it's a good way of losing weight. It can calm you down and make you think of nothing, just concentrate on yourself.

Mfolly : That sounds like Tai Chi in China.

Zhang Hua: Yeah,____30_____ ( )


参考答案:26、C 27、A 28、E 29、B 30、 D


第10题:

Learning to do routine car maintenance oneself is often easier _____ competent people to do it.

A: as finding

B: than finding

C: than to find

D: as to find


正确答案: B

更多相关问题