hce_kmu
109年
計算機概論與程式設計
109年hce_kmu — 計算機概論與程式設計
共 30 題 · 含 AI 詳解
-
#1
A screw factory would like to identify flawed screws by using a machine learning…
›
#2
Given the binary tree on the right-hand side.
What is the result of post order t…
›
#3
Which of the following statement is INCORRECT?
›
#4
The sequence below shows the page number used from left to right. How many times…
›
#5
Which of the following statement is INCORRECT?
›
#6
Suppose a hashed file is constructed using the division hash algorithm of “key-v…
›
#7
Elevator disk scheduling algorithm is a method to find the total number of seek…
›
#8
The technique that allows a computer with small RAM to execute a program of much…
›
#9
Numerical system conversion. Assume $(654)_r=(333)_{10}$ , please find the radix…
›
#10
Which of the following 8-bit pairs, 2’s-complement numbers will result in “overf…
›
#11
The following is a C program code:
```c
int foo(int* ptr, int num){
*ptr = *ptr…
›
#12
There are two code sequences for a particular computer, and three classes of ins…
›
#13
RSA (Rivest–Shamir–Adleman) is one of public-key cryptosystems and is widely use…
›
#14
The Karnaugh map is a method of simplifying Boolean algebra expressions. Which o…
›
#15
Consider the following set of processes and the length of the CPU-burst time giv…
›
#16
If a company has an IP network (192.115.227.128/26) and they want to divide the…
›
#17
Refer to Tables 1 and 2 below, please choose the CORRECT outputs (A) and (B) res…
›
#18
A sorting algorithm is stable if two objects with equal keys appear in the same…
›
#19
Which one of the following statement is INCORRECT about Complete Binary Tree wit…
›
#20
Which one of the following statement about shortest path problem is INCORRECT?
›
#21
The following python code is applied for the four arrays d1—d4.
```python
import…
›
#22
Consider the following C code
```c
int main(){
int arr[] = {203, 151, 164, 154,…
›
#23
A security attack that makes users unable to access a service is called_______.
›
#24
A binary tree can be described as a one dimensional array which level-wise retai…
›
#25
Consider the following C code and the statements (A)~(E).
```c
int myfunc(int n)…
›
#26
According to the following routing table, where will the router send a packet de…
›
#27
Which of the following statement is INCORRECT?
›
#28
Which of the following can be used in both error detections and error correction…
›
#29
What is the postfix of the expression $A + B * C / (D - E)$?
›
#30
The gradient descent has been run for 15 iterations with learning rate $a=0.3$ a…
›