春旱的西南地区,土壤水分不足蒸发量大,空气干燥适合()植树。
A.秋季
B.冬季
C.雨季
D.夏季
参考答案:C
[问题3] 为了加快进度,在进行工作G时加班赶工,因此将该项工作的时间压缩了7天(历时8天)。请指出此时的关键路径,并计算工期。
使用Do While循环从打开的文件中逐条读取记录。以下能够正确读取数据的程序段是
A.Open "c:\File1.txt" For Input As #1 Do While Not EOF() Line Input #1, strLineLoop
B.Open "c:\File1.txt" For Input As#1Do While Not EOF(#1) Line Input #1, strLineLoop
C.FileNo=FreeFileOpen FileNo For Input As #1Do While Not EOF(FileN Line Input #1, strLineLoop
D.FileNo=FreeFileOpen FileNo For Input As #1 DoWhile Not EOF(#FileN Line Input #1, strLine Loop