hce_kmu
112年
計算機概論與程式設計
112年hce_kmu — 計算機概論與程式設計
共 30 題 · 含 AI 詳解
-
#1
“Hash Table” is an effective data structure for implementing dictionaries. What…
›
#2
Overfitting is an undesirable machine learning behavior that occurs when the mac…
›
#3
What is the result of -22 in the two’s complement representation with an 8-bit a…
›
#4
Given the boolean function $F = AB'C' + BCD' + CD + B'C'D'$, what is the maximum…
›
#5
Consider the page reference string of size 12: 1, 2, 3, 4, 5, 1, 3, 1, 6, 3, 2,…
›
#6
Assuming a memory access time of 250 nanoseconds and an average page fault handl…
›
#7
Which of the following activation functions is commonly used in the output layer…
›
#8
Which of the followings is an example of a race condition in a multi-threaded pr…
›
#9
In operating system, which scheduling algorithm can obtain the shortest waiting…
›
#10
Which term specifically refers to the entity created by encapsulating data withi…
›
#11
A company has a network address of 192.168.1.64 with a subnet mask of 255.255.25…
›
#12
The DARPA technology includes a set of network standards that specify the detail…
›
#13
The pre-order traversal of a Binary Search Tree (BST) is 31, 27, 21, 12, 25, 30,…
›
#14
What is the value of the node at index 2 (with the root at index 1) in a max-hea…
›
#15
Suppose we have two tables, as shown below named STUDENT_TABLE and AGE_TABLE, re…
›
#16
Which one of the options below is NOT a sorting algorithm that performs in-place…
›
#17
What is the difference between a fully connected layer and a convolutional layer…
›
#18
Ackermann's function is an example of a recursive function which is not primitiv…
›
#19
Given the head of a linked list, determine whether the linked list has a cycle.…
›
#20
What is the output of the following C program?
```c
int i = 15, j = 9, *s = &i,…
›
#21
Which of the following statements correctly describes the output of the followin…
›
#22
What is the output of the following C code?
```c
int i=8, j=7, *s=&i, *t=&j;
pri…
›
#23
Which of the following techniques can be used to help prevent SQL injection atta…
›
#24
Which of the following statements is related to a characteristic or application…
›
#25
A DDoS attack attempts to consume the target’s resources so that it cannot provi…
›
#26
RSA (Rivest Shamir Adleman) is a public-key cryptosystem that is widely used for…
›
#27
Which of the following statements about Big O notation is CORRECT?
›
#28
What is the difference between a generative and a discriminative model?
›
#29
ChatGPT is a large-scale language model trained by OpenAI, which is mainly train…
›
#30
Which of the following statements about ROC curve and AUC is INCORRECT?
›