hce_nsysu
113年
計算機概論與程式設計
113年hce_nsysu — 計算機概論與程式設計
共 50 題 · 含 AI 詳解
-
#1
Which one of the following is NOT a wireless technology?
›
#2
Which one of the following models is NOT considered as a deep learning method?
›
#3
Which of the following structures is the most commonly-used directory structure?
›
#4
Which of the following statements is the most likely SQL statement used to perfo…
›
#5
Which one of the following binary representation is the two's compliment of -107…
›
#6
For a three-dimensional array A stored in the row-major order with dimensions 3x…
›
#7
You create a car with mycar = Car(4, 2). Which is a line of code to change the c…
›
#8
What is the status of a process right after the process has been stopped because…
›
#9
Assume there are seven characters, C1, C2, C3, C4, C5, C6, and C7, and the frequ…
›
#10
What is the output of the following Python code?
```python
arr = ['1','2','3','4…
›
#11
Symmetric encryption is commonly used to protect messages exchanged between two…
›
#12
For the given array a=[6, 10, 5, 7, 8], using the following code for bubble sort…
›
#13
Consider the arithmetic right shift operation (SRA) in computer architecture. If…
›
#14
Which of the following is the correct evaluation result of the postfix expressio…
›
#15
An algorithm that runs in $O(\sqrt{N})$, where $N$ is the size of the problem. F…
›
#16
Mathematical arithmetic in program A^(-B)+C is presented in an infix notation, i…
›
#17
Which is NOT the primary features of the blockchain technology?
›
#18
In the context of networking protocols, what differentiates TCP (Transmission Co…
›
#19
A confusion matrix is commonly used to estimate the performance of a trained mac…
›
#20
The MMU's main service to the computer is
›
#21
Consider the execution of the following set of processes on a single-core proces…
›
#22
Assuming that $t$ is an array and $tPtr$ is a pointer pointing to the first elem…
›
#23
What is the role of an operating system's "scheduler," and how does it contribut…
›
#24
Consider the following Python code. What is the content of the stack after the p…
›
#25
Which one of the following statements about TCP/IP networks is NOT correct?
›
#26
Given the following program in C++. Which statement is correct?
```cpp
#include…
›
#27
Which one of the following statements is correct?
›
#28
Cloud computing has been adopted in businesses, and service providers provide di…
›
#29
Consider the following code in C. If the input sequence is 0, 3, 1, -1. What is…
›
#30
Suppose that floating-point instructions are improved with a speedup of tenfold,…
›
#31
Which one of the following is correct memory hierarchy?
›
#32
Which one of the following statements about DDoS (distributed denial of service)…
›
#33
Which one of the following statements about cryptographic hash functions is corr…
›
#34
What is the output of the following C code?
```c
#include