看板 FCUProblems 關於我們 聯絡資訊
[開課學院]: (資電學院) [開課系所]: (資工系) [課程名稱]: 計算機概論(二) [老師名稱]: 林國貴 老師 [開課學期]: 九十七學年度第二學期 [類型]: 期中考 一.問答題:(60%) 1、寫出 common physical network topologies 與 the layers of TCP/IP protocol suite 的名稱? (8%) 2、說明 the transport layer 有哪些主要功能及其使用的 the type of addresses?(8%) 3、描述 the components of an operating system 及其功能? (8%) 4、比較說明 a job scheduler and a process scheduler 和 deadlock and starvation 差別為何? (8%) 5、詳細解釋 the formal definition of an algorithm ? (6%) 6、何謂 UML Diagram and Pseudocode ? (6%) 7、寫出 programming language translation 四個步驟及其功能? (8%) 8、寫出 four common computer language paradigms,並扼要解釋其觀念? (8%) 二.C語言副程式設計,先寫出副程式規格書,包括返回值,函數及參數, 名稱自行訂定:(40%) 1、字串的反向複製,例如:"abc45iecs"轉為"scei54cba" ? (10%) 2、以10*10二維矩陣 a,b 矩陣相乘儲存到 c 矩陣,double a[10][10],b[10][10], c[10][10]; ? (10%) 3、整數字串轉換為整數資料,例如:"5942" → "5942" ? (10%) 4、使用 recursive 技巧設計一群實數(float type)資料由大到小排序採用 insertion sort 的方法? (10%) -- -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 123.204.158.148