用戶【Penny & L】點評問題和點評內容

【評論主題】13 假設系統中祇有四個程序 P1,P2,P3 與 P4 欲執行,且每個程序分別需要花費 6ms、8ms、7ms 與3ms 的 CPU 時間(CPU time)。若採用 shortest-job-fi

【評論內容】

最短工作先做

p4:3p1:6p3:7p2:8

0     3                                                                      9                                                                     16 24

等待時間

等待時間-工作時間:

p1: 9 - 6 = 3

p2: 24-8 = 16

p3: 16-7 = 9

p4: 3-3 = 0

(3+16+9+0)/4  = 7

   

【評論主題】13 以下為 C 語言程式中宣告的兩個陣列:int a[2][3][2]={6,5,4,3,2,1,0,-1,-2,-3,-4,-5};與 int b[2][2]={1,2,3,4};,試問 a[1]

【評論內容】是的!!程式會依內容去判斷數值所擺放的位置

【評論主題】【題組】45. (A) deprive of (B) happen to (C) cope with (D) result from

【評論內容】(A) deprive of    剝奪;使喪失(B) happen to  碰巧 / 發生於 / 使遭遇(C) cope with 對付;處理(D) result from 產生;起因於

【評論主題】10. The new witness proved Teresa’s ________, so she was released by the judge.(A) admission (B) equ

【評論內容】obstacle  障礙(物);妨礙[C][(+to)] n.

【評論主題】36. The passenger can get _____news about the MRT system on theLED screen.(A) updates (B) up-to-date

【評論內容】up-to-date是形容詞修飾news  

【評論主題】28. The new intern, ____ instructions, didn’t have a clue on howto conduct the experiment.(A) giving

【評論內容】有人知道這題為什麼是C嗎?