博碩士論文 91522072 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:23 、訪客IP:3.140.197.65
姓名 王子嘉(Tzu-Chia Wang)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 設計與實作數位化教室環境的系統架構
(Design and Implementation of System Architecture in Digital Classroom Environment)
相關論文
★ 一個適用於解題領域的模擬多重學習同伴之方法★ 亞卓市全民學校系統設計與初步使用成果
★ 網路學習資訊護照系統★ 全民學校之團隊教學與團隊學習設計
★ 電腦支援問答競爭學習遊戲設計之探索★ 亞卓期刊系統之設計與實作
★ 網路上目標設定環境的建置網路上目標設定環境的建置 以閱讀網站為例★ 亞卓合作觀察實驗站之研究
★ 使用 EduClick 當作遠端遙控互動評量系統★ 出題與同儕評題支援系統之設計及評估
★ 支援不同解題練習遊戲活動之雙人學習系統★ 亞卓市多重學習系統之黏合機制
★ 激發使用動機之網路個人學習平台★ 一個設計結構化網路學習社群之方法
★ 線上社群系統上可客製化機制之設計與實作★ 無線環境下支援高互動學習之通訊伺服器設計
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 將資訊科技整合進入教室的教學與學習已經是一種未來的潮流與趨勢,而數位畫教室環境(Digital Classroom Environment,DCE)是這種研究的其中之一。DCE的教學環境提供給老師許多教學的工具以及學生的學習工具,例如教學教材的顯示,學生與老師之間的互動,利用網際網路的相關資源等,系統也提供給學生跟同學之間的合作學習工具。
在DCE系統的先前版本之中的研究結果發現,系統的穩定度以及配合研究的開發及維護是重要的問題。而本論文的研究主要目的也在於改善這樣的問題,讓DCE系統能夠提供更好的表現,進一步配合實驗找出使用者的需求瞭解科技對於教室教學的影響。
所以本論文的研究重點在於利用軟體的系統架構的特性,設計新的架構以改善系統穩定度,以及開發上面的相關議題。根據先前研究所發現的問題,作為設計系統架構的主要概念,並詳細解釋該設計的實際運作,以提供設計時,作為設計的依據。
搭配系統架構設計並實作出新的系統,提出實際範例,以充分瞭解新的系統架構的優點,以及所帶來的益處。再以評估新系統帶來的結果以及影響,並提出對於這些結果的看法與討論。
摘要(英) With advances in information technology, devices with wireless communication ability most recently applied to education. This study introduces Digital Classroom Environment (DCE) that integrates devices and classroom server to support instruction and learning in classroom.
As a result of previous research in DCE. Stability and development issues are most critical problems. The objective of this research is to design system architecture for system stability and development. The design concept of this system architecture is three layers architecture, which are User Interface layer, Tool layer, and Data and communication layer. Furthermore, this research presents implementation of this system and the result of evaluation.
Evaluation of the use of new version of DCE, including performance of communication speed, tools using percentages and system learning curve. Result of evaluation analysis by system logs.
關鍵字(中) ★ 數位化教室環境
★ 系統架構
關鍵字(英) ★ Digital Classroom Environment
★ System architecture
論文目次 1.緒論 9
1.1. 數位化教室環境(Digital Classroom Environment) 9
1.2. 研究背景與問題 10
1.2.1. 資訊科技的課堂教學的影響。 10
1.2.2. 具備無線網路的行動設備的發展 11
1.2.3. 以往研究的內容以及發現到的問題 11
1.1.3.1. 導入方面 11
1.1.3.2. 使用方面 12
1.1.3.3. 設計方面 12
1.3. 研究動機 13
1.4. 研究目標 15
1.5. 論文架構 15
2. 相關工作 17
2.1. 相關研究 17
2.1.1. 行動電腦教室(MCL) 17
2.1.2. 無線環境下支援教室系統(WiTEC)(DCE 2.0) 18
2.2. 相關技術 19
2.2.1. 分散式應用程式架構 19
2.2.2. MVC pattern 21
3. 系統設計 25
3.1. 問題與解決方案 25
3.2. 設計概念 27
3.3. 系統架構設計 28
3.3.1. 三階層架構 28
3.3.2. 階層一: 使用者介面層(User Interface Layer) 31
3.3.2.1. 使用者介面元件(User Interface Component) 32
3.3.2.2. 使用者介面處理序元件(User Interface Process Component) 33
3.3.3. 階層二: 工具層(Tool Layer) 39
3.3.3.1. 工具元件(Tool Component) 40
3.3.3.2. 控制工作流程元件(Control Workflow Component) 44
3.3.3.3. 工具管理元件(Took Manager Component) 45
3.3.3.4. 工具實體元件(Tool Entity Component) 49
3.3.4. 階層三: 資料與通訊層(Data Communication Layer) 50
3.3.4.1. 資料收集元件(Data Gatherings Component) 51
3.3.4.2. 通訊服務的元件(Communication Service Component) 53
4. 系統實作 56
4.1. 系統功能與系統開發元件 56
4.1.1. 系統功能 56
4.1.1.1. 登入子系統(Login subsystem) 56
4.1.1.2. 數位墨水畫版子系統(Ink Panel subsystem) 56
4.1.1.3. 網頁瀏覽器子系統(Browser Panel subsystem) 58
4.1.1.4. 投票子系統(Vote subsystem) 59
4.1.2. 系統開發元件 60
4.2. 新版本功能 61
4.2.1. 範例一: 61
4.2.2. 範例二: 62
5. 評估 63
5.1. 評估環境(Evaluation environment) 63
5.2. 評估方法與評估結果 63
5.2.1. 評估環境 63
5.2.2. 評估方法 63
5.2.3. 評估分析 63
5.2.4. 評估結果 65
6. 結論與未來工作 69
6.1. 結論 69
6.2. 未來工作 69
7. 參考文獻 70
參考文獻 [1] Pea, R. D., Beyond amplification: Using the computer to reorganize mental functioning, Special Issue: Computers and education. Educational Psychologist, 20(4), 167-182., 1985
[2] Davis, Sarah M., “Research to Industry Four Years of Observations in Classrooms Using a Network of Handheld Devices”, WMTE 2002
[3] Liu, T-C., Wang, H-Y., Liang, J-K., Chan, T-W., Ko, H-W., Yang, J-C., “Wireless and mobile technologies to enhance teaching and learning”, JCAL 2003
[4] Tinker, R. and Drajcik, J., “Portable technologies: Science learning in context.”, New York: Kluwer Academic/Plenum Publisher., 2001
[5] Scardamalia, M., Bereiter, R. S., Swallow, M. J., & Woodruff,“Computer-supported intentional learning environment”, Journal of Educational Computing Research, 5, 51-68, 1989
[6] Huang, C.W., Liang, J.K., and Wang, H.Y. (2001), “EduClick: A Computer-Supported Formative Evaluation System with Wireless Devices in Ordinary Classroom”, Proceedings of ICCE 2001, pp.1462-1469.
[7] Navarro, P. and Shoemaker, J.(1999), “The Power of Cyberlearning : An Introduction”, Journal of Computing in Higher Education, Vol.11, No.1, pp.29-54.
[8] Gay, G., Stefanone, M., Grace-Martin, M., and Hembrooke , H. (2001), “The effects of wireless computing in collaborative learning environments”, International Journal of Human-Computer Interaction, 13(2), pp.257-276.
[9] Shotsberger, P.G., and Vetter, R. (2001), “Teaching and learning in the wireless classroom”, pp. 110-111.
[10] Pea, Roy (2002), "To Unlock the Learning Value of Wireless Mobile Devices, Understand Coupling", Wireless and Mobile Technologies in Education, pp.2-6.
[11] Chen, Y. S., Kao, T. C., Sheu, J. P., and Chiang, C.Y. (2002),“A Mobil Scaffolding-Aid-Based Bird-Watching Learning System”, WMTE, pp.15-22.
[12] Soloway, E., Norris, C., Blumenfeld P., Fishman B. , J. K., and Marx, R. (2001),"Devices are Ready-at-Hand", Communication of the ACM, vol.44, pp.15-20.
[13] Liu, T. C., Wang, H.Y., Liang, J. K., Chan, T.W., and Yang, J.C. (2002),“Applying Wireless Tehnologies to Build a Highly Interactive Learning Environment”, WMTE, pp.63-70.
[14] Chan, T.W., Hue, C.W., Chou, C.Y. & Tzeng, J.L. (2001). Four Spaces of Network Learning Models. Computers & Education, 37, 2, 141-161.
[15] Huang, C.W., Liang, J.K. & Wang, H.Y. (2001). EduClick: A Computer-supported Formative Evaluation System with Wireless Devices in Ordinary Classroom. In Proceedings of ICCE 2001, 1462-1469.
[16] Wang, H.Y., Liang, J.K., Liu, T.Z., Ko, H.W. & Chan, T.W. (2001). The highly interactive learning environment design: Integrating and applying the wireless testing system and web-based instruction management system. In Proceedings of GCCE/ICCAI 2001, 1016-1023.
指導教授 陳德懷(Tak-Wai Chan) 審核日期 2004-7-5
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明