2022年2022年开源计算机教育 .pdf
《2022年2022年开源计算机教育 .pdf》由会员分享,可在线阅读,更多相关《2022年2022年开源计算机教育 .pdf(11页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、开源软件与计算机科学教育摘要:我们考察了开源软件在计算机科学教育中的角色。我们将从简短的开源协议开始介绍,这些协议包括四个流行的开源协议。然后我们讨论开源软件在教育上的应用。最后,我们关注开源软件在计算机科学教育上的应用。介绍:作文计算机科学的教育工作者,我们不停地寻求新的途径、 方法和技术来引导我们的学生。我们希望先抓住他们的兴趣,然后使他们能尽可能多的理解和接收资料,最后鼓励他们独立创新。 在整个过程当中, 我们试着教他们能实际应用的技能。我们领域所涉及的宽度和不同的教育途径使得这个过程十分困难。我们相信开源软件( OSS)能作为一种教育和学习计算机科学(CS)的渠道、方法和技术。OSS强
2、调课堂以外的团队协作, 包含了很多项目和很多在地域上分散的队伍。OSS同时也能被用在向学生介绍大的CS社区和参与同行审查 (peer-review) 。最后,OSS通常能提供免费或低廉的课程成本,这是我们在其他地方不能提供的。在这片论文中, 我们讨论了 OSS在 CS教育中的角色。 我们将从简短的开源协议开始介绍,这些协议包括四个流行的开源协议。然后我们讨论开源软件在教育上的应用。最后,我们关注开源软件在计算机科学教育上的应用。OSS组织对 OSS原始的定义是:“为了保证代码的读、写、再发布和修改,必须在协议下分发,并且免费使用的软件”14。OSS开发模型是全球开发者网络的一部分。开源软件经历
3、一种自然的更新,这种更新是带来了迅速的开发,增加了可靠性,并且降低了成本。OSS也被称为“免费软件”。即使这两个概念在开源的最初定义中是相互交叉的,两者之间还是有区别的。当提到“开源”的时候,我们常常实际指的是开源代码。比如,我们通常将软件的稳定性归功于其开源代码的快速审查和更新14。两者的区别仅在于究竟是谁获得访问这个源代码,为什么他们要获得它。 我们采用通常的方式来评价免费软件,相比,我们主要评价开源软件的代码,我们提倡人人名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,
4、共 11 页 - - - - - - - - - 读开源代码的权力。 我们关心的是用户是否能自由地阅读、再发布、修改和使用代码,而不是所节省的代价。开源代码协议开源代码能在许多种不同的协议下发布。截至2002年二月, OSI 已经推出了 30种开源协议 13。我们将讨论其中的四种常见的有教育意义的协议:GNU 公共协议,小型 GNU 公共协议、伯克利软件发布协议和谋智网络公共协议。GNU GPL(GNU 非 Unix)通用公共协议( GPL)是一种常见的开源协议。这个协议保证了一个 GPL 程序所有的衍生作品也保佑GPL 协议,因此保证了未来使用者的拷贝权。“拷贝权”软件是一种不允许以后的发布
5、者在他们修改软件时添加任何的限制10。拷贝权机制为开发或发展免费软件提供了XX8 。流行的软件: Linux Kernel, GNU Emacs 和 GCC。在 上的占有率为 65.15% GNU LGPL 小型 GNU 通用协议就像其命名一样, 不想他的哥哥一样自由。 LGPL允许在 LGPL 协议下的专利代码。 比如,如果你想写一个库, 并且在 LGPL 协议下发布。在不同协议下的代码可以连接这个库。在这种协议下的的软件就像在GPL 协议下一样拥有拷贝权,但只被其本身的协议所限制。流行 软 件 :GNU C Library ,OpenOffice 和 Fast Light Toolkit
6、(FLTK) 在上的占有率为 5.31% BSD, 伯克利软件发布协议是一种简单的没有拷贝权的协议。这个协议允许衍生的作品在任何协议下发布。这种规定允许BSD 代码用于私有项目并且没有拷贝权机制保证修改后的代码是开源的。因此,这种协议是遭到批评的, 因为它没有提供任何的激励,不能保证代码一直保持开源。流行软件:Apache, FreeBSD, 和 PostgreSQL在 上的占有率为 5.17% MPL 就像 BSD 协议一样, Mozilla 公共协议允许将代码用在私有的项目中,但是使派生的代码保持在MPL 协议中。这种机制为开发人员提供了一种激励来促进核心功能。这个协议不与GPL 兼容,
7、GPL 协议下的软件不能和MPL 协议连接 9。但是 MPL1.1 有个规定( 13 部分)如果部分的程序允许GNU GPL 作为另一种选择,或其他 GPL 兼容协议作为另一种选择,这一部分的程序就有GPL 兼容协议 9 。流行软件 :Mozilla Web Browser(FireFox)和 Bugzilla 在 上的占有名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 11 页 - - - - - - - - - 率为 0.49% 开源软件和计算机科学教育开源软件为计算
8、机教育社区提供了巨大的利益。通过使用 OSS, 计算机科学教育者和学生能发展 (或更进一步的提升) 能在国际间使用的软件。 这不仅为学生提供了一个世界范围内的实验室和支持,还给了他们大规模软件合作和开发的经验。分发的软件已经被证明在因特网驱动合作的教育环境(比如网页和电子邮件)下是有效的3。因特网合作工具就像是开源的动力。因此我们可以期望开源社区给我们的学生大规模分发的软件开发。 不仅是学生在加入大规模开源软件社区受益,而且也增加了大规模真实软件代码基数。GNU/Linux, 一种开源 OS,已经被用于一种大学阶段的教育技术来教授网路、数据库和系统管理 5 。OSS 的很贴切地应用在毕业论文或
9、者其他包含的课程之中。被激励在 OSS 上建立项目的学生比同一起跑线的其他学生能获得更多的兴趣和令人惊喜的系统。甚者,为了成功,他们必须和大量的代码和相关的文档打交道。如果代码能很好的编写和存档, 学生能学到应当如何完成准备。如果不能,学生以后可能会更细心地工作。这些最好的系统又能回馈到开源社区中。最后,由于开源和自由可用的源代码,代码的高度有效性能被保证2。就像我们寻求同辈间的学术研讨会和巡演一样,我们能在开源社区能得到同样的细查4。通过使用开源代码的优势, 我们能扩大我们学习、 应用和教授计算机科学的方法。我们可能能将目光从开源代码实用的特性和免费的软件带来的“道德”争论上移开。 开源软件
10、假设每一个人都会获得你的代码,当然,对于计算机专家还包括你的思想。作为一个计算机专家,让任何人理解、修改和应用这些思想是你的责任。结论开源软件 ,确切地说GNU/Linux ,已经被应用到计算机教育的方方面面。从嵌入式世界到合作基础设施, 开源软件还给了教育工作者一种灵活性和资源。开源软件能作为一种教授和学习计算机科学的途径、方法和技术。 作为一种途径, OSS能将团队合作超出教室的范围,获得更大的项目和分布在不同地域的队伍。作为一种方法,OSS能被用于介绍学生到大型的计算机科学社区并参加同辈的审查。最后,作为一种名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - -
11、 - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 11 页 - - - - - - - - - 技术, OSS能向我们提供免费或低成本的技术,这种技术是在其他地方不能获得的。参考文献1 Baum, D. Email interview. October 11 2001. 2 Kiernan, V. “The ,Open Source Movement? Turns Its Eye to Science.” Chronicleof Higher Education. November 5, 1999. http:/ January 2002 3 Mace
12、k, T., Mannova, B., Kolar, J., and Williams, B. Global Cooperation Project in Computer Programming Course. In Proceedings of SIGCSE Annual Conference(1999). 4 Pfaffenberger, B. “Linux in Higher Education: Open Source, Open Minds, Social Justice.” Linux Journal. March 21, February 2002 5 Rogers, M. W
13、orking Linux into the CS Curriculum. In Proceedings of the Seventh Annual CCSC Midwestern Conference (2000). 6 Stallman, R. “Why you shouldn?t use the Library GPL for your next library.” Feb1999. http:/www.gnu.org/philosophy/why-not-lgpl.html . accessed February 2002 7 About. F http:/ accessed Febru
14、ary 2002 8 What Is Copyleft? http:/www.gnu.org/copyleft/copyleft.htmlaccessed February 2002 9 GNU License List. http:/www.gnu.org/licenses/license-list.htmlaccessed February 2002 10 GNU Philosophy. http:/www.gnu.org/philosophy/accessed February 2002 11 K-12 Linux Terminal Server Project. http:/www.k
15、12ltsp.org/press.htmlaccessed February 2002 12 The OpenScience Project. http:/www.openscience.orgaccessed February 2002 13 Open Source Initiative. http:/www.opensouce.org/accessed February 2002 14 Open Source Initiative. Frequently Asked Questions. http:/www.opensouce.org/advocacy/faq.htmlaccessed F
16、ebruary 2002 15 Open Source NOW. http:/ accessed February2002 16 Simple End User Linux Education. http:/www.seul.org/edu/accessed February2002 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 11 页 - - - - - - - - - 原文:OPEN SOURCE SOFTWARE AND COMPUTER SCIENCE EDU
17、CATION Keith J. OHara and Jennifer S. KayComputer Science Department Rowan University Glassboro, NJ 08028 ohara, kayelvis.rowan.edu ABSTRACT We investigate the role of open source software in computer science education. We begin with a brief tutorial on open source software including a description o
18、f four popular open source licenses. Next we discuss the use of open source software in education. Finally, we focus on the use of open source software in computer science education. INTRODUCTION As computer science educators we constantly seek new channels, methods, and technologies to reach and in
19、trigue our students. We hope to first capture their interest,then maximize their understanding and retention of the material, and finally encourage their own independent creative work. Throughout this process, we try to teach them skills that they can apply in the real world. The breadth of our fiel
20、d and the variety of pedagogical approaches make this process very difficult. We believe that open source software (OSS) can serve as a channel, method, and technology to teach and learn computer science. OSS has the potential to expand group work beyond the classroom to include much larger projects
21、 and more distributed teams. OSS can also be used to introduce our students to the larger computer science community and to the practice of peer-review. Finally, OSS can often provide us with free or lower- cost technology in the classroom, permitting us touse technology that we might otherwise be u
22、nable to afford. In this paper, we discuss the role of open source software in computer science 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 11 页 - - - - - - - - - education. First, we give a brief tutorial on open source software including a description of f
23、our popular open source licenses. Next we discuss the use of open source software in education. Finally, we focus on the use of open source software in computer science education. OPEN SOURCE SOFTWARE The Open Source Initiative?s definition of open source software is: “software thatmust be distribut
24、ed under a license that guarantees the right to read, redistribute,modify, and use the software freely.” 14 As much a part of the Open Source Software (OSS) development model as the open source code is a global network of developers. The software goes through a type of natural evolution resulting in
25、 rapid development, increased reliability, and decreased cost. Open source software is also referred to as “free software”. Although the two areinterchangeable under the Open Source Initiative?s definitio n, there are some differences among popular understanding. When marketing the “open source ” ap
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年2022年开源计算机教育 2022 年开源 计算机教育
限制150内