首页 > 最新文献

Proceedings of the 21st Annual Conference on Information Technology Education最新文献

英文 中文
Updating OER Materials in IT Courses: Sharing the Fun and Fulfillment with Students while Sending the Workload to Automation 更新信息技术课程中的OER材料:与学生分享乐趣和成就感,同时将工作量交给自动化
Pub Date : 2020-10-07 DOI: 10.1145/3368308.3415355
R. Halstead-Nussloch
This SIGITE Big Idea in IT Education talk explores students doing class assignments and/or using automating scripts to update open education resources (OER) in information technology (IT) courses. In SIGITE we have long discussed OER-based IT courses replacing textbook-based courses [1,2] and identified a challenge of keeping the course material current. In a traditional textbook-based course, the author and publisher take care of updates, but, OER-based courses most often put that responsibility on the local course designers and/or instructors. Spreading this workload to involve students has two benefits: 1) reducing costs and faculty workload, and 2) increasing students' lifelong learning skills. Automating the mechanical parts of update makes a better user experience and a student-centered educational process.
这个SIGITE IT教育大创意讲座探讨了学生在完成课堂作业和/或使用自动化脚本来更新信息技术(IT)课程中的开放教育资源(OER)。在SIGITE中,我们长期以来一直在讨论基于oer的IT课程取代基于教科书的课程[1,2],并确定了保持课程材料最新的挑战。在传统的基于教科书的课程中,作者和出版商负责更新,但是基于开放资源的课程通常将这项责任放在当地课程设计师和/或讲师身上。将这种工作量分摊给学生有两个好处:1)减少成本和教师的工作量,2)提高学生的终身学习技能。自动化更新的机械部分可以提供更好的用户体验和以学生为中心的教育过程。
{"title":"Updating OER Materials in IT Courses: Sharing the Fun and Fulfillment with Students while Sending the Workload to Automation","authors":"R. Halstead-Nussloch","doi":"10.1145/3368308.3415355","DOIUrl":"https://doi.org/10.1145/3368308.3415355","url":null,"abstract":"This SIGITE Big Idea in IT Education talk explores students doing class assignments and/or using automating scripts to update open education resources (OER) in information technology (IT) courses. In SIGITE we have long discussed OER-based IT courses replacing textbook-based courses [1,2] and identified a challenge of keeping the course material current. In a traditional textbook-based course, the author and publisher take care of updates, but, OER-based courses most often put that responsibility on the local course designers and/or instructors. Spreading this workload to involve students has two benefits: 1) reducing costs and faculty workload, and 2) increasing students' lifelong learning skills. Automating the mechanical parts of update makes a better user experience and a student-centered educational process.","PeriodicalId":374890,"journal":{"name":"Proceedings of the 21st Annual Conference on Information Technology Education","volume":"139 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121311213","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
CryptoTutor
Pub Date : 2020-10-07 DOI: 10.1145/3368308.3415419
Larry Singleton, Rui Zhao, Myoungkyu Song, Harvey P. Siy
Insecure program practices seriously threaten software security. Misusing security primitives in application-level code is not unusual. For example, in mobile banking apps, developers might store customers' privacy information in plaintext, leading to sensitive information leakage. To leverage cryptographic primitives, developers need to correctly select the cryptographic algorithm, appropriate parameters, and sometimes its post-process. While recent research discusses pitfalls in cryptography-related implementations, few academic programs integrate these concepts in their educational programs. One big challenge is the lack of automated guidance on how to utilize existing libraries for secure coding. In this paper, we discuss the prevalence of the problem, especially with respect to implementing programs that utilize cryptography, to motivate the need for better tool support for guidance in writing secure code. We present a tool, CryptoTutor, that can automatically flag common cryptographic misuses and suggest possible repairs. We discuss how tools like CryptoTutor can be integrated into programming courses at the college and pre-college levels.
{"title":"CryptoTutor","authors":"Larry Singleton, Rui Zhao, Myoungkyu Song, Harvey P. Siy","doi":"10.1145/3368308.3415419","DOIUrl":"https://doi.org/10.1145/3368308.3415419","url":null,"abstract":"Insecure program practices seriously threaten software security. Misusing security primitives in application-level code is not unusual. For example, in mobile banking apps, developers might store customers' privacy information in plaintext, leading to sensitive information leakage. To leverage cryptographic primitives, developers need to correctly select the cryptographic algorithm, appropriate parameters, and sometimes its post-process. While recent research discusses pitfalls in cryptography-related implementations, few academic programs integrate these concepts in their educational programs. One big challenge is the lack of automated guidance on how to utilize existing libraries for secure coding. In this paper, we discuss the prevalence of the problem, especially with respect to implementing programs that utilize cryptography, to motivate the need for better tool support for guidance in writing secure code. We present a tool, CryptoTutor, that can automatically flag common cryptographic misuses and suggest possible repairs. We discuss how tools like CryptoTutor can be integrated into programming courses at the college and pre-college levels.","PeriodicalId":374890,"journal":{"name":"Proceedings of the 21st Annual Conference on Information Technology Education","volume":"495 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115677778","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
Understanding Students' Identification and Use of Patterns While Writing SQL Queries 了解学生在编写SQL查询时对模式的识别和使用
Pub Date : 2020-10-07 DOI: 10.1145/3368308.3415367
Zahra Hatami, P. Wolcott
SQL (Structured Query Language) is a standard language to communicate with a relational database system. SQL is a core competency for people in the data management field and is, therefore, a foundational skill taught to users in information systems. This research analyzes data from the group of students with two different problem sets. The data set consisted of student activity, log data, captured by the database management system as students executed queries. The primary goal of analyzing data in this research is to observe the exact sequence of attempts while students formulate SQL queries, understand the patterns students use and how these patterns help them learn SQL for the purpose of finding better ways to teach these skills. This research will try to improve students? learning processes and how they can be taught more efficiently about the SQL language and its usage.
SQL(结构化查询语言)是与关系数据库系统通信的标准语言。SQL是数据管理领域人员的核心能力,因此是向信息系统用户传授的一项基本技能。这项研究分析了来自两组不同问题集的学生的数据。数据集由学生活动、日志数据组成,这些数据是在学生执行查询时由数据库管理系统捕获的。在本研究中分析数据的主要目标是观察学生制定SQL查询时的准确尝试顺序,了解学生使用的模式以及这些模式如何帮助他们学习SQL,以便找到更好的方法来教授这些技能。这项研究将试图提高学生的素质。学习过程,以及如何更有效地教授SQL语言及其用法。
{"title":"Understanding Students' Identification and Use of Patterns While Writing SQL Queries","authors":"Zahra Hatami, P. Wolcott","doi":"10.1145/3368308.3415367","DOIUrl":"https://doi.org/10.1145/3368308.3415367","url":null,"abstract":"SQL (Structured Query Language) is a standard language to communicate with a relational database system. SQL is a core competency for people in the data management field and is, therefore, a foundational skill taught to users in information systems. This research analyzes data from the group of students with two different problem sets. The data set consisted of student activity, log data, captured by the database management system as students executed queries. The primary goal of analyzing data in this research is to observe the exact sequence of attempts while students formulate SQL queries, understand the patterns students use and how these patterns help them learn SQL for the purpose of finding better ways to teach these skills. This research will try to improve students? learning processes and how they can be taught more efficiently about the SQL language and its usage.","PeriodicalId":374890,"journal":{"name":"Proceedings of the 21st Annual Conference on Information Technology Education","volume":"31 9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129756754","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
SIGITE and SIGCSE Symposiums: A Comparative Study SIGITE和SIGCSE研讨会:比较研究
Pub Date : 2020-10-07 DOI: 10.1145/3368308.3415400
Yong Zheng
Information technology (IT) and computer science (CS) are two popular educational programs in the world. There is always a debate about the teaching and research in the IT and CS programs. The Association for Computing Machinery (ACM) owns the special interest group on IT education (SIGITE) and CS education (SIGCSE), both of which host an annual conference or symposium. In this paper, we investigate the 10-years publications in the SIGITE and SIGCSE symposiums, in order to deliver a comparative study of the IT and CS programs from the perspective of academic publications. Furthermore, we are able to identify the similarities and differences in SIGITE and SIGCSE publications, and it could be helpful for them to learn from each other in the long run.
信息技术(IT)和计算机科学(CS)是世界上两个流行的教育项目。关于IT和CS专业的教学和研究一直存在争议。计算机协会(ACM)拥有IT教育特别兴趣小组(SIGITE)和CS教育特别兴趣小组(SIGCSE),这两个小组每年都会举办一次会议或研讨会。本文通过对SIGITE和SIGCSE学术会议10年来发表的论文进行调查,从学术论文的角度对IT和CS项目进行比较研究。此外,我们可以找出SIGITE和SIGCSE出版物的异同点,从长远来看,这有助于他们相互学习。
{"title":"SIGITE and SIGCSE Symposiums: A Comparative Study","authors":"Yong Zheng","doi":"10.1145/3368308.3415400","DOIUrl":"https://doi.org/10.1145/3368308.3415400","url":null,"abstract":"Information technology (IT) and computer science (CS) are two popular educational programs in the world. There is always a debate about the teaching and research in the IT and CS programs. The Association for Computing Machinery (ACM) owns the special interest group on IT education (SIGITE) and CS education (SIGCSE), both of which host an annual conference or symposium. In this paper, we investigate the 10-years publications in the SIGITE and SIGCSE symposiums, in order to deliver a comparative study of the IT and CS programs from the perspective of academic publications. Furthermore, we are able to identify the similarities and differences in SIGITE and SIGCSE publications, and it could be helpful for them to learn from each other in the long run.","PeriodicalId":374890,"journal":{"name":"Proceedings of the 21st Annual Conference on Information Technology Education","volume":"27 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127361374","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Case Study in Comparative Speech-to-Text Libraries for Use in Transcript Generation for Online Education Recordings 比较语音到文本库用于在线教育记录的转录生成的案例研究
Pub Date : 2020-10-07 DOI: 10.1145/3368308.3415380
Pablo Angel Alvarez Fernandez, Jeremy Hajek
With a proliferation of Cloud based Speech-to-Text services it can be difficult to decide where to start and how to make use of these technologies. These include the major Cloud providers as well as several Open Source Speech-to-Text projects available. We desired to investigate a sample of the available libraries and their attributes relating to the recording artifacts that are the by-product of Online Education. The fact that so many resources are available means that the computing and technical barriers for applying speech recognition algorithms have decreased to the point of being a non-factor in the decision to use Speech-to-Text services. New barriers such as price, compute time, and access to the services? source code (software freedom) can be factored into the decision of which platform to use. This case study provides a beginning to developing a test-suite and guide to compare Speech-to-Text libraries and their out-of-the-box accuracy. Our initial test suite employed two models: 1) a Cloud model employing AWS S3 using AWS Transcribe, 2) an on-premises Open Source model that relies on Mozilla's DeepSpeech[1]. We present our findings and recommendations based on the criteria discovered. In order to deliver this test-suite, we also conducted research into the latest web development technologies with emphasis on security. This was done to produce a reliable and secure development process and to provide open access to this proof of concept for further testing and development.
随着基于云的语音转文本服务的激增,很难决定从哪里开始以及如何利用这些技术。其中包括主要的云提供商以及几个可用的开源语音到文本项目。我们希望调查一个可用库的样本,以及它们与在线教育的副产品——记录工件相关的属性。如此多的可用资源意味着应用语音识别算法的计算和技术障碍已经减少到决定使用语音到文本服务的非因素。新的障碍,如价格、计算时间和服务访问?源代码(软件自由)可以被考虑到使用哪个平台的决定中。本案例研究为开发测试套件和比较Speech-to-Text库及其开箱即用的准确性提供了开端。我们最初的测试套件采用了两个模型:1)使用AWS translate的AWS S3的云模型,2)依赖于Mozilla DeepSpeech的本地开源模型[1]。我们根据发现的标准提出我们的发现和建议。为了交付这个测试套件,我们还对最新的web开发技术进行了研究,重点是安全性。这样做是为了产生一个可靠和安全的开发过程,并为进一步的测试和开发提供对这个概念证明的开放访问。
{"title":"A Case Study in Comparative Speech-to-Text Libraries for Use in Transcript Generation for Online Education Recordings","authors":"Pablo Angel Alvarez Fernandez, Jeremy Hajek","doi":"10.1145/3368308.3415380","DOIUrl":"https://doi.org/10.1145/3368308.3415380","url":null,"abstract":"With a proliferation of Cloud based Speech-to-Text services it can be difficult to decide where to start and how to make use of these technologies. These include the major Cloud providers as well as several Open Source Speech-to-Text projects available. We desired to investigate a sample of the available libraries and their attributes relating to the recording artifacts that are the by-product of Online Education. The fact that so many resources are available means that the computing and technical barriers for applying speech recognition algorithms have decreased to the point of being a non-factor in the decision to use Speech-to-Text services. New barriers such as price, compute time, and access to the services? source code (software freedom) can be factored into the decision of which platform to use. This case study provides a beginning to developing a test-suite and guide to compare Speech-to-Text libraries and their out-of-the-box accuracy. Our initial test suite employed two models: 1) a Cloud model employing AWS S3 using AWS Transcribe, 2) an on-premises Open Source model that relies on Mozilla's DeepSpeech[1]. We present our findings and recommendations based on the criteria discovered. In order to deliver this test-suite, we also conducted research into the latest web development technologies with emphasis on security. This was done to produce a reliable and secure development process and to provide open access to this proof of concept for further testing and development.","PeriodicalId":374890,"journal":{"name":"Proceedings of the 21st Annual Conference on Information Technology Education","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125967536","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Technical Communication Course: What do we want? What do students need? 技术交流课程:我们想要什么?学生需要什么?
Pub Date : 2020-10-07 DOI: 10.1145/3368308.3415354
Diane C. Shichtman
We call for students to learn professional and technical communication skills, but we do not provide detailed guidance on what we want to include in the curriculum. This Big Ideas session is intended to elicit the thinking of IT faculty and professionals with a goal of identifying what we want to ask for from our communication colleagues in terms of learning objectives and course content.
我们呼吁学生学习专业和技术的沟通技巧,但我们不提供详细的指导,我们希望在课程中包括什么。这个“大创意”会议旨在引起IT教师和专业人士的思考,目的是确定我们希望从我们的沟通同事那里得到关于学习目标和课程内容的要求。
{"title":"Technical Communication Course: What do we want? What do students need?","authors":"Diane C. Shichtman","doi":"10.1145/3368308.3415354","DOIUrl":"https://doi.org/10.1145/3368308.3415354","url":null,"abstract":"We call for students to learn professional and technical communication skills, but we do not provide detailed guidance on what we want to include in the curriculum. This Big Ideas session is intended to elicit the thinking of IT faculty and professionals with a goal of identifying what we want to ask for from our communication colleagues in terms of learning objectives and course content.","PeriodicalId":374890,"journal":{"name":"Proceedings of the 21st Annual Conference on Information Technology Education","volume":"24 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129171989","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Conducting "In-Person" Research During a Pandemic 在大流行期间进行“亲自”研究
Pub Date : 2020-10-07 DOI: 10.1145/3368308.3415420
Marc J. Dupuis, Karen Renaud
The COVID-19 pandemic has caused major disruptions across the world; universities have not been exempt. This has included disruptions in not only the delivery of traditional in-person classes, but also research. In this paper, we detail the efforts undertaken to modify the research protocols originally developed for a longitudinal experiment design with two in-person components to it. In particular, we address the challenges and benefits of this conversion, including issues related to compensation, scheduling, technical issues, and attempts to replace the in-person component of the original design.
2019冠状病毒病大流行在全球造成重大干扰;大学也未能幸免。这不仅包括传统面对面授课的中断,还包括研究的中断。在本文中,我们详细介绍了为修改研究方案所做的努力,该研究方案最初是为纵向实验设计开发的,其中包含两个面对面的组件。特别地,我们讨论了这种转换的挑战和好处,包括与补偿、调度、技术问题相关的问题,以及尝试替换原始设计的亲自组件。
{"title":"Conducting \"In-Person\" Research During a Pandemic","authors":"Marc J. Dupuis, Karen Renaud","doi":"10.1145/3368308.3415420","DOIUrl":"https://doi.org/10.1145/3368308.3415420","url":null,"abstract":"The COVID-19 pandemic has caused major disruptions across the world; universities have not been exempt. This has included disruptions in not only the delivery of traditional in-person classes, but also research. In this paper, we detail the efforts undertaken to modify the research protocols originally developed for a longitudinal experiment design with two in-person components to it. In particular, we address the challenges and benefits of this conversion, including issues related to compensation, scheduling, technical issues, and attempts to replace the in-person component of the original design.","PeriodicalId":374890,"journal":{"name":"Proceedings of the 21st Annual Conference on Information Technology Education","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128909019","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Student-To-Workforce Pipeline: Are Your Faculties' Future Cloudy? 学生到劳动力的管道:你的学院的未来是阴云密布吗?
Pub Date : 2020-10-07 DOI: 10.1145/3368308.3415448
Elodie Billionniere, L. Meyer
With the leverage of funding and academia-industry partnership for broader impact and student success, Miami Dade College created new educational pathways in cloud computing, which are unique in its state. The Dade Enterprise Cloud Computing Initiative provides students with project-based learning opportunities and access to leading cloud technology, giving them a competitive advantage by strengthening academic offerings that lead to not only an academic credential, but also industry certifications to meet the workforce demand. In this Work-In-Progress paper, we highlight the key findings specifically related to teaching the cloud courses from a focus group with the faculty members.
迈阿密戴德学院利用资金和学术界与工业界的合作伙伴关系,为更广泛的影响和学生的成功创造了新的云计算教育途径,这在该州是独一无二的。戴德企业云计算计划为学生提供基于项目的学习机会,并获得领先的云技术,通过加强学术课程,不仅可以获得学术证书,还可以获得行业认证,以满足劳动力需求,从而为他们提供竞争优势。在这篇正在进行的论文中,我们强调了与教师焦点小组的云课程教学相关的主要发现。
{"title":"Student-To-Workforce Pipeline: Are Your Faculties' Future Cloudy?","authors":"Elodie Billionniere, L. Meyer","doi":"10.1145/3368308.3415448","DOIUrl":"https://doi.org/10.1145/3368308.3415448","url":null,"abstract":"With the leverage of funding and academia-industry partnership for broader impact and student success, Miami Dade College created new educational pathways in cloud computing, which are unique in its state. The Dade Enterprise Cloud Computing Initiative provides students with project-based learning opportunities and access to leading cloud technology, giving them a competitive advantage by strengthening academic offerings that lead to not only an academic credential, but also industry certifications to meet the workforce demand. In this Work-In-Progress paper, we highlight the key findings specifically related to teaching the cloud courses from a focus group with the faculty members.","PeriodicalId":374890,"journal":{"name":"Proceedings of the 21st Annual Conference on Information Technology Education","volume":"82 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115026501","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Underrepresented Students' Confidence in Information Technology Content Areas 未被充分代表的学生对资讯科技内容领域的信心
Pub Date : 2020-10-07 DOI: 10.1145/3368308.3415429
Alan Franklin, V. Veeramani, Malinda Suprise, Belle Woodward
Coyler & Woodward surveyed students within the IT discipline and assessed student self-confidence in various content areas (e.g., computer programming, mathematics, crytography, etc.) and recommended that additional content-based questions be developed to assess student self-confidence [1]. This work-in-progress manuscript proposes a reinspection of student self-confidence as pertains to IT content areas, as well as an exploration of potential differences in self-confidence for students in underrepresented groups.
Coyler & Woodward调查了IT学科的学生,评估了学生在各个内容领域(如计算机编程、数学、密码学等)的自信心,并建议开发额外的基于内容的问题来评估学生的自信心[1]。这份正在进行的手稿建议重新检查与IT内容领域相关的学生自信,以及探索代表性不足群体中学生自信的潜在差异。
{"title":"Underrepresented Students' Confidence in Information Technology Content Areas","authors":"Alan Franklin, V. Veeramani, Malinda Suprise, Belle Woodward","doi":"10.1145/3368308.3415429","DOIUrl":"https://doi.org/10.1145/3368308.3415429","url":null,"abstract":"Coyler & Woodward surveyed students within the IT discipline and assessed student self-confidence in various content areas (e.g., computer programming, mathematics, crytography, etc.) and recommended that additional content-based questions be developed to assess student self-confidence [1]. This work-in-progress manuscript proposes a reinspection of student self-confidence as pertains to IT content areas, as well as an exploration of potential differences in self-confidence for students in underrepresented groups.","PeriodicalId":374890,"journal":{"name":"Proceedings of the 21st Annual Conference on Information Technology Education","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122922849","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Gendered Performance Differences in Information Technology Courses 信息技术课程的性别表现差异
Pub Date : 2020-10-07 DOI: 10.1145/3368308.3415395
Rebekah Michael, Hazem Said
This study aims to analyze patterns of gender-based grade disparity in undergraduate information technology (IT) courses at a public research university. The study is part of an effort to understand factors in IT education that may contribute to the gender gap in IT higher education and careers. The study followed a learning analytics methodology developed and used by previous studies of gendered based performance differences in STEM courses at other universities. This research adds to a base of information on gender performance in IT courses. Results indicated that, on average, IT courses have gendered performance differences, with most courses favoring males. Also, results found that, on average, the course delivery method does not impact gender performance. A surprising result is in the senior-level courses, on average, the courses favor females. The recommendations for expanding the study are to examine additional course factors such as instructor gender, class size, and the number of females in the course and to include additional computing disciplines and other universities in the data set. This study will lead to a research path to understanding gender neutral IT course instruction.
本研究旨在分析某公立研究型大学本科信息技术(IT)课程的性别成绩差异模式。这项研究旨在了解信息技术教育中可能导致信息技术高等教育和职业性别差异的因素。这项研究采用了一种学习分析方法,该方法被其他大学基于性别的STEM课程表现差异研究所开发和使用。这项研究增加了信息技术课程中性别表现的信息基础。结果表明,平均而言,IT课程存在性别表现差异,大多数课程倾向于男性。此外,结果发现,平均而言,课程交付方式不会影响性别表现。一个令人惊讶的结果是,在高级课程中,平均而言,课程倾向于女性。扩大研究的建议是检查其他课程因素,如讲师性别、班级规模和课程中的女性人数,并在数据集中包括其他计算学科和其他大学。本研究将导向一条理解性别中立资讯科技课程教学的研究路径。
{"title":"Gendered Performance Differences in Information Technology Courses","authors":"Rebekah Michael, Hazem Said","doi":"10.1145/3368308.3415395","DOIUrl":"https://doi.org/10.1145/3368308.3415395","url":null,"abstract":"This study aims to analyze patterns of gender-based grade disparity in undergraduate information technology (IT) courses at a public research university. The study is part of an effort to understand factors in IT education that may contribute to the gender gap in IT higher education and careers. The study followed a learning analytics methodology developed and used by previous studies of gendered based performance differences in STEM courses at other universities. This research adds to a base of information on gender performance in IT courses. Results indicated that, on average, IT courses have gendered performance differences, with most courses favoring males. Also, results found that, on average, the course delivery method does not impact gender performance. A surprising result is in the senior-level courses, on average, the courses favor females. The recommendations for expanding the study are to examine additional course factors such as instructor gender, class size, and the number of females in the course and to include additional computing disciplines and other universities in the data set. This study will lead to a research path to understanding gender neutral IT course instruction.","PeriodicalId":374890,"journal":{"name":"Proceedings of the 21st Annual Conference on Information Technology Education","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114630477","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
Proceedings of the 21st Annual Conference on Information Technology Education
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1