阿摩線上測驗
登入
首頁
>
學士後西醫◆計算機概論與程式設計
>
111年 - 111 國立中山大學_學士後醫學系招生考試:計算機概論與程式設計#113521
> 試題詳解
51. Assume the execution time of a running program is 50(logn
2
) + 8, then what is the most suitable time complexity?
(A) O(logn
2
)
(B) O((logn)
2
)
(C) O(logn)
(D) O(n)
(E) O(n
2
)
答案:
登入後查看
統計:
A(3), B(1), C(3), D(0), E(0) #3081381
詳解 (共 1 筆)
MoAI - 您的AI助手
B1 · 2025/11/14
#7092095
1. 題目解析 題目中給出了一個程序的...
(共 860 字,隱藏中)
前往觀看
0
0
相關試題
52. According to the definition of the major topics of information ethics, "When can information be used for free? Under what circumstances should it be used with a payment or with the consent of the owner?" What does this statement mean? (A) Accessibility (B) Accuracy (C) Privacy (D) Property (E) None of the above
#3081382
53. Which of the following statement is not the responsibility of an operation system? (A) Communicate with the computer user (B) Manage allocation of memory (C) Collect input from input device (D) Execute the program (E) Convey program output to the output device
#3081383
54. Which of the following data type conversion may result in data loss? (A) float to double (B) int to char (C) short to long (D) int to float (E) bool to char
#3081384
55. Which of the following statement is true? (A) A NOT gate accepts two inputs (B) The output of an XOR gate is O unless both inputs are 1 (C) The sum of two binary digits (ignoring the carry) is expressed by an OR gate (D) The NOR gate produce the opposite results of the XOR gate (E) Inverting the output of an AND gate is equivalent to inverting the individual signals first, then passing them through an OR gate
#3081385
56. Which of the following is NOT essential for a time-sharing operating system? (A) Interrupt vectors (B) Privileged instructions (C) Memory protection (D) Virtual memory (E) Dual mode processor state
#3081386
57. Which of the following definition is not true? (A) The Turing Test is based on whether a computer could fool a human into believing that the computer is another human being (B) A computer system that can pass the Turing test is considered to be intelligent (C) Each element in an artificial neural net is affected by a numeric weight (D) Each human has a unique voiceprint that can be used to train voice recognition systems (E) None of the above
#3081387
58. Which one of the following methods is NOT considered as a solution for preventing the overfiting problem in AI training? (A) Collect more training data (B) Use regularization (C) Increase model complexity (D) Data augmentation (E) Use ensemble method
#3081388
59. Given a postfix expression is abcde*-*fg/+=, where b=2, c=3, d=4, e=5, f=6, and g=3. Which of the following is the value of a? (A) 31 (B) -31 (C) 32 (E) None of the above (D) -32
#3081389
60. Which of the following statement about sorting algorithm is not true? (A) A sorting algorithm puts elements of a list into an order (B) For Quick sort, the average complexity is n logn to sort n elements (C) For Bubble sort, the average complexity is n2 to sort n elements (D) For Insertion sort, the average complexity is n2 to sort n elements (E) For Selection sort, the average complexity is n log n to sort n elements
#3081390
61. Which of the following is not a correct way to initialize an array? (A) int n[5]={0, 1, 2, 3, 4, 5}; (B) int n[]={0, 1, 2, 3, 4, 5}; (C) int n[5]={1}; (D) int n[5]={1, 5, 9}; (E) int n[5]={0};
#3081391
相關試卷
114年 - 114 學士後醫學系招生考試試題:計算機概論與程式設計#137105
2025 年 · #137105
113年 - 113 學士後醫學系招生考試試題:計算機概論與程式設計#119574
2024 年 · #119574
112年 - 112 學士後醫學系招生考試試題:計算機概論與程式設計#137106
2023 年 · #137106
111年 - 111 學士後醫學系招生考試試題:計算機概論與程式設計#137107
2022 年 · #137107
111年 - 111 國立中山大學_學士後醫學系招生考試:計算機概論與程式設計#113521
2022 年 · #113521
111年 - 111 學士後醫學系招生考試:計算機概論與程式設計#107630
2022 年 · #107630
110年 - 110 學士後_醫學系︰計算機概論與程式設計#100246
2021 年 · #100246
109年 - 109 高雄醫學大學_學士後醫學系招生考試:計算機概論與程式設計#86938
2020 年 · #86938