hce_nsysu
114年
計算機概論與程式設計
114年hce_nsysu — 計算機概論與程式設計
共 50 題 · 含 AI 詳解
-
#1
Let $G = (V, E)$ be a weighted undirected graph, where $V = \{1, 2, 3, 4\}$ and…
›
#2
Which of the following statements is true about Branch Prediction in modern proc…
›
#3
What is the function of the SQL GROUP BY clause?
›
#4
Which file system is optimized for storing high-resolution MRI images?
›
#5
What is the purpose of a DNS server in a network?
›
#6
What is printed by the following C program?
int k = 18;
printf("%d \n", k | (-k)…
›
#7
What does ACID stand for in database transactions?
›
#8
Which of the following best describes the behavior of std::vector?
›
#9
The sequence 46, 45, 48, 42, 41 is inserted sequentially into an AVL tree. Suppo…
›
#10
What is the main purpose of using ensemble learning in medical AI?
›
#11
What is printed by the following C program?
int f(int &x, int y) {
x = y * 2…
›
#12
Which type of neural network is most suitable for analyzing sequential medical d…
›
#13
What is the time complexity of merging two sorted lists of patient IDs?
›
#14
Which of the following statements is true about Real-time Transport Protocol (RT…
›
#15
What graph algorithm optimizes ambulance routes for minimal travel time?
›
#16
Which optimization algorithm is commonly used to minimize loss in deep learning…
›
#17
What is the purpose of a UPS in a hospital server room?
›
#18
What is the correct order of the following layers in the TCP/IP model from top t…
›
#19
What is printed by the following C program?
int x = 6; int y = 23; int…
›
#20
In SQL, which statement is used to remove all records from a table but keep the…
›
#21
What is the purpose of Huffman code?
›
#22
How do diffusion models contribute to medical AI?
›
#23
Which of the following is true regarding the Merge Sort algorithm?
›
#24
Which one is NOT correct for an NP-complete problem?
›
#25
The sequence 29, 28, 23, 26, 27 is inserted sequentially into a min-heap, where…
›
#26
The input sequence 4, 8, 2, 5, 1 is sorted in increasing order using the bubble…
›
#27
Why is federated learning important for medical AI?
›
#28
The following four statements describe a Hamiltonian circuit in a graph:
1. The…
›
#29
What is the main purpose of indexing in databases?
›
#30
Which of the following statements is true regarding C++ Standard Template Librar…
›
#31
Which of the following best describes the role of Backpropagation in neural netw…
›
#32
In a hospital scheduling system, which process scheduling algorithm minimizes pa…
›
#33
Which traversal method prints hospital room numbers in ascending order from a bi…
›
#34
What is NOT true for a stack?
›
#35
Which of the following statements is true about the Rivest-Shamir-Adleman (RSA)…
›
#36
In supervised learning, what does the loss function measure?
›
#37
Which activation function is commonly used in deep learning for binary classific…
›
#38
Which sorting algorithm has a time complexity of $O(n\log n)$ in the worst case?
›
#39
What is the purpose of the Transport Layer in the TCP/IP model?
›
#40
In federated learning for hospital data privacy, what is shared across instituti…
›
#41
What is the correct order of access time from slowest to fastest?
›
#42
What is printed by the following C program?
int a = 12, b = -2;
printf("…
›
#43
Which technique reduces noise in EEG signal data while preserving critical wavef…
›
#44
What is printed by the following C program?
int a = 17, b = -2;
printf("…
›
#45
Which machine learning technique is commonly used for anomaly detection in medic…
›
#46
In the ASCII code, ‘A’ is encoded as decimal 65. What is the ASCII code of ‘W’?
›
#47
What is the primary advantage of using reinforcement learning in personalized tr…
›
#48
Why is transfer learning beneficial in medical AI?
›
#49
What is printed by the following C/C++ program?
int a[]={3, -5, 2, -7, -3, 4…
›
#50
What is the purpose of batch normalization in deep learning?
›