【評論主題】現今的處理機往往使用以下那些技術加速多媒體運算?①圖形處理器(Graphic Processing Unit)②Intel SSE(streaming SIMD extension version)指
【評論內容】首先我們要知道多媒體運算包含的是文本、圖...
【評論主題】24. For sorting n integers, which of the following statements is true?(A) Both quick sort and merge
【評論內容】
答案為(D)
(A):quick sort worst-case time O(n^2)
(B)quick sort is not stable sorting
(C)both need extra space
(E)heap don't need extra space
【評論主題】8. Which of the following expression is different from the others if A: True, B: False, C: False, D:
【評論內容】(A) False(B) True(C).....★★★★★★,...
【評論主題】7. For the sorting methods with the same time complexity in best, average and worst cases in the fol
【評論內容】(E)Selection sortQui☆☆ ...
【評論主題】6. Which of the following number is the largest one?(A) 11011011 in 2's complement(B) 10010110
【評論內容】答案為(B)全部換成10進位:(A)-37(........
【評論主題】5. For recursion, a function fib( ) is defined to compute the Fibonacci number. How many times the f
【評論內容】(A)若Fib(n) = Fib(n-2) + ☆☆☆(☆-1) +1...
【評論主題】8.Which of the following feature is not included in the OOP?(A) Abbreviation(B) Encapsulation(C) Inh
【評論內容】
(A)
物件導向程式設計的三大特性
Encapsulation(封裝)
Inheritance(繼承)
Polymorphism(多型)
【評論主題】19. What are the two main components of the disk access time in disk scheduling?(A) Seek time(B) DMA
【評論內容】Disk存取時間由三部分加總而成:1.S☆☆☆ ...
【評論主題】9. To make better use of the computer's resources, an operating system can give(A) higher (B) l
【評論內容】(A)higher首先要先搞清楚I/O ☆☆☆☆☆★ ...
【評論主題】22.在CPU執行速度為2000MIPS的電腦中,机行10000個指令的程式要花多少時間?(A) 0.2ns (B) 5ns(C) 0.2us (D) 5us
【評論內容】(D)MIPS意思為每秒可以執行多少百萬★★★(...
【評論主題】34. 透過輸入值的變化來持續地嘗試,直到成功為止,這種攻擊也稱為: (A)字典攻擊(dictionaryattack) (B)蠻力攻擊(brute force attack) (C)網路釣魚(phi
【評論內容】蠻力攻擊(brute force att☆☆☆ ) ...
【評論主題】18. 關於社交工程(social engineering)這種攻擊方式的描述,下列何者正確? (A)釣魚網站就是社交工程的一種形式 (B)只使用話術來欺騙人,不會透過電腦 (C)可以利用電腦溝通,但
【評論內容】社交工程是利用人性的弱點,利用簡單的溝通...
【評論主題】37. 下列關於「網路服務」所通用的埠號(Port)之敘述,何者有誤? (A)HTTP 使用 port 80(B)Telnet 使用 port 443 (C)POP3 使用 port 110 (D)S
【評論內容】Telnet為23其他比較重要的Port☆☆☆ 21...
【評論主題】16.觸發程序(Trigger)在何時會執行程式?(A)需要使用者自行呼叫(B)資料查詢時會自動執行(C)資料新增、修改或刪除時會自動執行(D)需要前端應用程式的呼叫
【評論內容】Trigger是一種特殊的預存程序,會在★★☆...
【評論主題】24.將資料在網路上傳送時,防範機密資訊外洩的最主要方法是下列何者?(A)使用防火牆 (B)設定安全層級(C)將傳輸資料加密 (D)將傳輸資料壓縮
【評論內容】
(A)防火牆主要目的在於阻止未經授權的存取或是駭客入侵內網的威脅
(B)安全層級像是家裡的門鎖,太簡單則很容易被入侵,與題目說的資料在網路上傳送無關
(C)若有人攔截封包,加密可以使擷取的人無法讀出傳送方想表達的訊息。
(D)壓縮主要目的是降低讓檔案變小,降低傳輸的負荷