hce_kmu
111年
計算機概論與程式設計
111年hce_kmu — 計算機概論與程式設計
共 30 題 · 含 AI 詳解
-
#1
Which one of the following algorithms is NOT a symmetric algorithm?
›
#2
Ping is a computer network administration utility used to test the reachability…
›
#3
For a specific CPU design, there are three instruction classes as depicted in Ta…
›
#4
Which one MAX_VALUE of primitive data type in C is greater than others?
›
#5
Unsupervised learning is a type of algorithm that learns patterns from untagged…
›
#6
Given a prefix expression “+ + (9) × (8) (7) × + × (6) (5) (4) (3)”, please calc…
›
#7
Which type of memory or storage components has the shortest response time?
›
#8
Given a C code as follows, which random range initializes the array myList?
```c…
›
#9
Which one of the following sections is shared by the threads in the same multith…
›
#10
Given a C code as follows, which one of the following is the return value of f(1…
›
#11
Consider the following C code. Please indicate the values of x and y after execu…
›
#12
Which one is the actual execution order of the following statements in SQL?
[1]…
›
#13
Given a binary tree as follows, please indicate the result of pre-order traversa…
›
#14
Given two prime numbers “3” and “7” and a private key “23”, what is a public key…
›
#15
Consider the following C code. Please indicate the value of x after execution.
`…
›
#16
Consider a series of matrices $M_{2\times 3}, M_{3\times 7}, M_{7\times 2}, M_{2\times 9}, M_{9\times 4}$…
›
#17
Consider five processes as follows. They arrived in the order of P1, P2, P3, P4,…
›
#18
All 10.0.0.0/24 datagrams leaving local network have same single source IP addre…
›
#19
Consider the following C code:
```c
int x = 5;
for (int a = 1; a < 6; a++){
int…
›
#20
Consider an infix expression: (A+B)*C+D*(E-F).
What is its prefix expression?
›
#21
Consider the following C code:
```c
int array[5] = {100, 215, 321, 254, 165};
in…
›
#22
Which one of the following terms is NOT the advantages of paging in memory manag…
›
#23
Which one of the following protocols is implemented on top of SSL/TLS?
›
#24
Refer to Table 3 and Table 4, please indicate the CORRECT SQL statement that can…
›
#25
Consider a graph as follows. Starting from node D, what is the visiting sequence…
›
#26
Which one of the following has the best time complexity?
›
#27
Machine learning can be divided into supervised learning and unsupervised learni…
›
#28
Which of the following terms is NOT included in 5 V’s of Big Data?
›
#29
Regarding the evaluation of machine learning, a confusion matrix contains TP (tr…
›
#30
Which of the following subnets does NOT include IP address 192.168.30.57?
›