176 Which of the following terms refers to the situation where the work is being used for the purpose intended and so certified:
A. beneficial completion
B. substantial completion
C. project completion
D. contract closeout
E. final completion
第1题:
A、is
B、are
C、be
D、being
第2题:
Youissuedthefollowingcommand:CREATEGLOBALTEMPORARYTABLEadmin_work_area (startdateDATE,enddateDATE,classCHAR(20))ONCOMMITDELETEROWSTABLESPACEtbs_t1;AnindexisthencreatedontheADMIN_WORK_AREAtemporarytable.WhichtwostatementsaretrueregardingtheTBS_T1tablespaceintheabovecommand?()
A.Itstoresonlythetemporarytablebutnotitsindexes.
B.Itstoresboththetemporarytableaswellasitsindexes.
C.Itmustbeanondefaulttemporarytablespaceforthedatabase.
D.Itcanbeadefaultornondefaulttemporarytablespaceforthedatabase.
E.Itmustbethedefaulttemporarytablespaceoftheuserwhoissuesthecommand.
第3题:
[A] relates [B] refers [C] responds [D] resorts
本题考查动词词义的辨析。空格处填入的动词应与to搭配,并符合文意。由前文的They don’t listen to each other(他们对对方的话充耳不闻)可知,[C]项responds“作答,作出反应,响应”符合文意,如The government responded to pressure and dropped the proposal(政府感受到压力之后撤销了那项提议),原文意为:每个人对对方传达的确切信息都毫无反应。Relate to“和……有关;欣赏,领略”,如I can’t relate to that kind of music(我不能欣赏那种音乐);refer to“提到,指称;参考”,如He often referred to notes while speaking(他演讲时常看讲稿);resort to“常去;求助,诉诸”,如If persuasion won’t work, we may have to resort to force(如果说服工作不见效,我们可能只得诉诸武力)。
第4题:
第5题:
A) circumstance
B) occasion
C) case
D) situation
第6题:
GiventhatastaticmethoddoIt()inaclassWorkrepresentsworktobedone,whatblockofcodewillsucceedinstartinganewthreadthatwilldothework?
CODEBLOCKa:
Runnabler=newRunnable(){
publicvoidrun(){
Work.doIt();
}
};
Threadt=newThread(r);
t.start();
CODEBLOCKb:
Threadt=newThread(){
publicvoidstart(){
Work.doIt();}};
t.start();
CODEBLOCKc:
Runnabler=newRunnable(){
publicvoidrun(){
Work.doIt();
}
};
r.start();
CODEBLOCKd:
Threadt=newThread(newWork());
t.start();
CODEBLOCKe:
Runnablet=newRunnable(){
publicvoidrun(){
Work.doIt();
}
};
t.run();
第7题:
We may learn from Paragraph 4 that department stores were advised ________.
A focuses on infant wear and older kids' clothes
B attach equal importance to different genders
C classify consumers into smaller groups
D create some common shoppers' terms
第8题:
A. followed,followed
B. followed,following
C. following,followed
D. following,following
第9题:
某企业职工关系EMP(E_no,E_name,DEPT,E_addr,E_tel)中的属性分别表示职工号、姓名、部门、地址和电话;经费关系FUNDS(E_no,E_limit,E_used)中的属性分别表示职工号、总经费金额和己花费金额。若要查询部门为"开发部"且职工号为"03015"的职工姓名及其经费余额,则相应的SQL语句应为: SELECT(60) FROM(61) WHERE(62)
A.EMP.E_no,E_limit-E_used
B.EMP.E_name,E_used-E_limit
C.EMP.E_no,E_used-E_limit
D.EMP.E_name,E_limit-E_used
第10题: