阿摩線上測驗
登入
首頁
>
學士後西醫◆計算機概論與程式設計
>
111年 - 111 國立中山大學_學士後醫學系招生考試:計算機概論與程式設計#113521
> 試題詳解
13. Which one of the following is an unsupervised learning method?
(A) K-means
(B) Support vector machine (SVM)
(C) Decision Tree
(D) Regression
(E) KNN
答案:
登入後查看
統計:
A(5), B(1), C(0), D(0), E(1) #3081343
詳解 (共 1 筆)
Jane Yen
B1 · 2023/06/06
#5836997
13. Which one of th...
(共 256 字,隱藏中)
前往觀看
0
0
相關試題
14. (a) System Program, (b) A pplication Program, (c) Operating System, and (d) CPU, can be arranged in order of proximity to the user. Which of the following order is correct? (A) a, b, c, d (B) d, c, b, a (C) b, a, c, d (D) c, a, b, d (E) None of the above
#3081344
15. Which of the following statement about GPU is not true? (A) GPU stands for graphic processor unit (B) GPU is a separate computer and can be more powerful than CPU (C) Modern GPUs are very efficient at manipulating computer graphies and image processing (D) GPU usually has less cores than CPU (E) GPUs are used in embedded systems, personal computers, workstations, and game consoles
#3081345
16. If the function int volume(int x = 1,int y = 1,int z = 1) ; is called by the expression volume (7,8), how many default arguments are used? (A) None. (B) One. (C) Two. (D) Three. (E) It depends on the runtime environment.
#3081346
17. If a=1 .0 , b=6.0 and c=4.0, then what is printed byprintf("%.2f", sqrt(a+b*c)); (A) 25 (B) 5.00 (C) 5 (D) 25.00 (E) 10.00
#3081347
18. Which of the following C code is used to declare a two-dimensional array of integers with 5 rows and3 columns? (A) int data[5,3]; (B) int data[5][3]; (C) int data[5x3]; (D) int data[5] x[3]; (E) None of the above
#3081348
19. What is the output of the following statements? (A) 3456 X (B)456X (C)56 X (D) 456 (E) 45
#3081349
20. Which following is the correct way to create a dictionary in Python? (A) students ={'name'=>' alice' ; score' =>60} (B) students = {'name'='alice' ; 'score'=60} (C) students = {' name' : 'alice' ; 'score' : 60 } (D) students = {' name'=>'alice' , score'=>60 }(E) students = {'name' : 'alice' score' : 60 }
#3081350
21. What is the output of this code in Python?(A) [ ] (B) [ 'b' ] (C) [ 'a','b' ] (D) ['b' ,'c','d' , 'e' ] (E) None of these
#3081351
22. What does the following Python program fragment do? (A) Calculate the sum of 1 + 2 + ... +10 (B) Calculate the sum of 1 + 4 + 7 + 10 (C) Calculate the sum of 3 +4 +5+6+ ... +9 (D) Calculate the sum of3 + 4 + 5 + 6 + +10 (E) Calculate the sum of 0 + 2 + 4+ 6+ ... +10
#3081352
23.Which of the following statements about the format specifier for printf () function in C is incorrect? (A) %b is used to print a binary number (B) %d is used to print a decimal number (C) %x is used to print a hexadecimal number (D)%f is used to print a floating number (E) None of the above
#3081353
相關試卷
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