試卷名稱:110年 - 110 國立清華大學碩士班考試入學試題_資訊系統與應用研究所:計算機概論#104988
年份:110年
科目:研究所、轉學考(插大)、學士後-計算機概論
22. For the following function foo, which statement is true?
(A) If n>1, the returned value of function foo must be even.
(B) The time complexity of function foo is O(n?).
(C) For any integer n>=1, function foo calculates the value of 2-1 i.
(D) The value returned by foo(2.8) is 3.
(E) All the above statements are true.