阿摩線上測驗
登入
首頁
>
學士後西醫◆計算機概論與程式設計
>
113年 - 113 學士後醫學系招生考試試題:計算機概論與程式設計#119574
> 試題詳解
17. Which is the answer of printf?
(A) 4
(B) 5
(C) 6
(D) 7
(E) 8
答案:
登入後查看
統計:
A(1), B(2), C(1), D(0), E(0) #3228175
詳解 (共 1 筆)
MoAI - 您的AI助手
B1 · 2025/10/25
#6967371
為了能夠詳細解釋這個考題,我們需要對 p...
(共 839 字,隱藏中)
前往觀看
0
0
相關試題
18. In programming, what is the primary purpose of pointers? (A) To speed up program execution (B) To manage memory addresses, enabling indirect access to variables and arrays (C) To reduce compilation time (D) To enhance the program's security (E) To automatically generate code
#3228176
19. f(x) is a function of Fibonacci-like, that is f(0) = 2 and f(1) = 3; otherwise, f(x) = f(x-1) + f(x-2). Which one of the following answers is f(9)? (A) 5 (B) 12 (C) 89 (D) 144 (E) 233
#3228177
20. You are given a Python function that is supposed to implement the binary search algorithm to find the index of a target element in a sorted list. However, there is a mistake in the code. Identify the mistake and provide the corrected version of the code. (A) Change len(arr) to len(arr)-1 (B) Change the condition in the while loop to while left<right (C) Change left=mid+1 to left=mid (D) Change right=mid-1 to right=mid (E) Add a condition to handle the case when the target is not found in the list
#3228178
21. The Advanced Encryption Standard (AES) uses arithmetic in Galois field GF(28), with the irreducible polynomial m(x)=x8+x4+x3+x+1. Find out the result of the multiplication of two byte states in GF(28). (A) (B) (C) (D) (E)
#3228179
22. Which is a CORRECT output for the following C program? (A) 8 8 (B) 64 8 (C) 512 512 (D) 512 8 (E) 64 64
#3228180
23. Which of the followings best describes the concept of differential privacy in the context of data privacy protection? (A) Encrypting sensitive data using strong cryptographic algorithms (B) Anonymizing personally identifiable information to protect individuals' identities (C) Adding noise to sensitive data to prevent the disclosure of individual records (D) Restricting access to data based on user roles and permissions (E) Implementing secure authentication mechanisms to control data access
#3228181
24. In information security, which technology ensures that only the recipient with the shared secret key can decrypt the ciphertext and read the transmitted information? (A) Symmetric Encryption (B) Asymmetric Encryption (C) Hash Functions (D) Multi-Factor Authentication (E) Digital Signature
#3228182
25. Which of the followings best describes a buffer overflow vulnerability? (A) Allowing unauthorized access to restricted files or directories (B) Executing arbitrary code by injecting malicious SQL queries (C) Overloading a server by sending a large volume of requests in a short time (D) Writing data beyond the bounds of a fixed-size buffer, leading to memory corruption (E) Intercepting and decrypting network traffic to steal sensitive information
#3228183
26. Which of the following situations describes the machine learning model that matches too closely to the training data, performing excellently on the training data but poorly on new samples? (A) Max Pooling (B) Random Forest (C) Generative Adversarial Network (D) Mean Square Error (E) Overfitting
#3228184
27. In machine learning, what is regularization? (A) Regularization is a technique to increase model complexity in order to improve its performance on training data. (B) Regularization is a technique to decrease model complexity in order to reduce its performance on training data. (C) Regularization is a technique to reduce model overfitting by adding extra terms to the objective function to limit the size of model parameters. (D) Regularization is a technique to increase model overfitting in order to improve its performance on training data. (E) Regularization is a technique to reduce model overfitting by increasing the amount of training data to enhance the model's generalization ability.
#3228185
相關試卷
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