● The project schedule is more than a document that lays out the activities over time to represent the time dimension of the project, it is a management tool to be used for decision making. As such, the schedule is used by the project management team to (73) .
(73)
A. measure, delay, record, distribute, analyze, and direct
B. plan, schedule, monitor, control, report, and forecast
C. promote, highlight, monitor, control, forecast, and report
D. emphasize, visualize, analyze, conceptualize, report, and record
第1题:
classBitStuff{BitStuffgo(){System.out.print("bits");returnthis;}}classMoreBitsextendsBitStuff{MoreBitsgo(){System.out.print("more");returnthis;}publicstaticvoidmain(String[]args){BitStuff[]bs={newBitStuff(),newMoreBits()};for(BitStuffb:bs)b.go();}}结果为:()
A.bitsbits
B.bitsmore
C.moremore
D.编译失败
第2题:
第3题:
第4题:
[A] lies [B] lays [C] settles [D] sends
本题考查短语动词辨析。空格处填入的动词与down搭配,相当于及物动词,其主语是the snow,宾语是a treacherous carpet。lie down意为“躺下”;lay down意为“放下;记下;拟定”,如:lay down the arms/the rules(放下武器/制定规则);settle down意为“安下心来,定居”;send down只能接sb.作宾语,意为“判某人入狱”,如:He was sent down for ten years for armed robbery.(他因持械抢劫被判入狱十年。)因此[B]符合文意,意为“(大雪)吹落(一块毯子)”。
第5题:
第6题:
【单选题】某页面中有一个1行2列的表格,其中表格行<tr>的id为r1,下列()能在表格中增加一列,并且将这一列显示在最前面。
A.document.getElementById(“r1”).Cells(1);
B.document.getElementById(“r1”).Cells(0);
C.document.getElementById(“r1”).insertCell(0);
D.document.getElementById(“r1”). insertCell(1);