阿摩線上測驗
登入
首頁
>
研究所、轉學考(插大)、學士後-計算機概論
>
107年 - 107 國立嘉義大學_轉學生招生考試試題_資訊工程學系:計算機概論#144890
> 申論題
25. 下列哪個網站可以用來作為程式碼版本控制服務?
相關申論題
二、 將 binary search tree 每個節點稍作修改,加入左子樹大小的資訊,即可達成 search by rank 的功 能。一個節點左子樹大小是左子樹的節點數加一(根結點自己)。將資料 78, 53, 56, 27, 48, 48, 38, 25, 20, 16, 30 依序插入空的二元搜尋樹,試繪出完成後的 binary search tree with rank,每個節 點附上左子樹大小。(25 分)
#590682
三、 Assume that there are a linked list named Llist with two parts (data part and link part) and two pointers, pre (previous) and cur (current). In the initial stage, pre pointer is null and cur pointer points to the first node of Llist. Please write the pseudo code of searching a value of GOAL in the linked list. (10 分)
#590683
四、 Answer the following questions about C++ programming. 1. What is the output of the following partial code for the function and function call? Please explain your answer in detail. (10 分) void calculateCost(int count, float& subTotal, float taxCost); float tax = 0.0, subtotal = 0.0; calculateCost(15, subtotal, tax); cout
#590684
2. What is the output produced by the following code. You should also explain your answer in detail. (10 分) int *p1, *p2, *p3; p1 = new int; p2 = new int; *p1 = 12; *p2 = 15; *p3 = 21; cout
#590685
五、 The recursive definition to find the greatest common divisor of two integers is shown in the following: (10 分) gcdሺ?, ?ሻ ൌ൜ ? if ? ൌ 0 gcdሺ?, ? mod ?ሻ otherwise 1. Please write both recursive and iterative programs according to the above definition.
#590686
2. Explain the advantages and drawbacks of using recursive solution.
#590687
六、 Networking (10 分) 1. Describe the major differences between TCP (Transmission Control Protocol) and UDP (User Datagram Protocol).
#590688
2. Explain that the packet delivery in network layer is unreliable and connectionless.
#590689
相關試卷
115年 - 115 國立嘉義大學_碩士班招生考試試題_資訊管理學系:計算機概論#143936
115年 · #143936
115年 - 115 國立嘉義大學_轉學生招生考試試題_資訊管理學系:計算機概論#143910
115年 · #143910
115年 - [無官方正解]115 國立嘉義大學_轉學生招生考試試題_資訊工程學系:計算機概論#143857
115年 · #143857
115年 - 115 中央警察大學_碩士班入學考試試題_資訊管理研究所:計算機概論#139860
115年 · #139860
114年 - 114 國立嘉義大學_碩士班招生考試試題_資訊管理學系:計算機概論#144127
114年 · #144127
114年 - [無官方正解]114 國立嘉義大學_轉學生招生考試試題_資訊工程學系:計算機概論#143763
114年 · #143763
114年 - [無官方正解]114 臺灣綜合大學系統_學士班轉學生考試試題:計算機概論#137952
114年 · #137952
114年 - [無官方正解]114 台灣聯合大學系統_學士班轉學生考試試題:計算機概論#137764
114年 · #137764
113年 - 113 國立嘉義大學_碩士班招生考試試題_資訊管理學系:計算機概論#144098
113年 · #144098
113年 - [無官方正解]113 國立嘉義大學_轉學生招生考試試題_資訊工程學系:計算機概論#143937
113年 · #143937