25.執行下列圖七程式碼,其輸出結果為何? (A) 100 220 330 261 150 (B) 100 236 306 254 165(C) 105 224 328 239 165 (D) 100
5. Which of the following data structures can be used for Depth First Search? (A)Array (B)Queue (C)S
4. When Binary Search is used in a sorted data set, the time complexity should be (A) O(n2) (B) O(1)
3. Which of the following steps does NOT belong to the Machine Cycle of CPU operation? (A) Encode (B
6. Which of the following is NOT a result of topological order in this picture? (A)ABCD (B)ACDB (C)A
3. 對於支持Python 進行資料視覺化實作的函式庫,以下何者敘述為非?(A)matplotlib是Python 中專門用以資料視覺化的工具(B)pandas 為數據分析之函式庫,主要用以進行時間序
8. A queue performs the following commands in pseudo-code:Enqueue 5,2,9,6,1Dequeue 3 elementsEnqueue
9. Which of the following list is a legal max-heap?(A){100,19,36,17,3,25,1}(B){99,42,18,4,20,26,15}(
4. 網路傳輸資料時,通訊協定會使用固定的port 作為傳送或接收資料之管道,請問預設的port 25 所對應的 protocol 為何(A) IMAP(B) P0P3(C) HTTP(D) SMTP
9. 小智好不容易找到一張寶藏圖如下,每個格子內數字代表可以得到多少金幣。請問小智在每格都能重新選擇只淮向右或是向下移動的情況之下,小智從Aa 出發走到De,能獲得最多金幣的數量? (A) 29(B)
10. 關於數位簽章 (Digital Signature),下列敘述何者「不」正確?(A)公鑰(Public Key)必須向接受者信任的數位憑證認證機構 (Certificate Authority