阿摩線上測驗
登入
首頁
>
研究所、轉學考(插大)、學士後-計算機概論
>
107年 - 107 國立嘉義大學_轉學生招生考試試題_資訊工程學系:計算機概論#144890
> 申論題
19. 下列 Xcode 除了支援 Objective-C 之外還支援何種語言?
相關申論題
20. Android Studio 3 除了支援 Java 語言外,還支援何種語言?
#590676
21. 下列何者主要專業是設計頁面上的功能、顧及使用的便利性與整個設計的美學,網站的美觀 性和他息息相關?
#590677
22. 下列何者是根據使用者的習慣,安排整個網站頁面的內容規劃,像是哪些區塊的內容要先在 網站上出現,行動呼籲按鈕(Call to Action, CTA)的位置應該擺在哪裡?
#590678
23. 下列何者是一組用於網站和網路應用程式開發的開源前端框架?
#590679
24. 下列何者是能夠在伺服器端運行 JavaScript 的開源後端框架?
#590680
25. 下列哪個網站可以用來作為程式碼版本控制服務?
#590681
二、 將 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
相關試卷
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