Improving Cognitive Scaffolding in Computer Science Education

改善计算机科学教育中的认知支架

基本信息

  • 批准号:
    1946992
  • 负责人:
  • 金额:
    --
  • 依托单位:
  • 依托单位国家:
    英国
  • 项目类别:
    Studentship
  • 财政年份:
    2017
  • 资助国家:
    英国
  • 起止时间:
    2017 至 无数据
  • 项目状态:
    已结题

项目摘要

The current pedagogy currently places a strong emphasis on unguided problem solving and independent experimentation to help students improve their programming skills. Discouraging intellectual hand-holding in favour of having students learn from their own mistakes can be interpreted as a "No pain, no gain" theory where depth of learning stands in proportion to student effort. Taken to an extreme, it implies that classroom instruction is redundant, and therefore research into computer science (CS) education that assumes this dominant pedagogy tends to focus on developing expensive interactive hypermedia such as micro-worlds, algorithm visualisations and visual debuggers.Reviews of the pedagogical efficacy of these technologies indicate however that the best predictor of learning is not the number of interactive affordances, but how cognitively well-structured the contents are. In other words, what matters appears to be that the student's attention is directed, or scaffolded, by visual and verbal means, to ensure the formation of an accurate mental model. If explanations were maximally clear and specific, then maybe time-costly iterations of trial and error would not be necessary. Hence, the literature identifies two overarching frameworks for understanding learning in CS: one is a problem-solving first approach; the other advocates for the development of appropriate underlying mental models. They are both so high-level it is difficult to settle experimentally which one is superior and when. Instead, this project aims to home in on specific scaffolding techniques that can accelerate the novice's process of understanding, designing and implementing algorithms. It investigates the hypothesis that novices benefit from low-level cognitive scaffolding specifically in the abstraction of patterns and construction of schemas. In more practical terms, the project will build up a catalogue of examples of structural patterns among algorithms, label them, represent them graphically and in pseudocode, and annotate them with common errors and ambiguities. The latter would require qualitative methods of interviewing and testing novices to reveal which aspects are most prone to confusion. It will also require designing tests to measure fluency with simulating and implementing the algorithm.It will then use these to design computerised algorithm tutorials varied on their degree of scaffolding, structure or other cognitive parameters. A concrete example would be collecting post-order traversal implementations for different ways of representing a tree data structure and, in one tutorial variant but not the other, explain the underlying invariance (e.g. parent node stored inside node or not). This could be used to test the hypothesis that explicit many-to-one mapping between concept and implementations makes the understanding more transferable, and less over-trained to a particular code surface appearance.To assess efficacy, the project will recruit undergraduates and maybe also secondary school students. Using a matched between-subjects design, it will administer the tutorials, then measure short-term and long-term effects. Because it aims to maximise a specific outcome, it could be described as a form of the A/B testing schema currently popular in web analytics. It will additionally collect questionnaire data on the effects of scaffolding on student confidence and self-perception, to inform discussions on whether it could reduce the high drop-out rates in CS college courses. With an increasing demand for programming skills combined with widely reported low success rates in CS education, this project could go far in innovating and optimising ways of structuring content in the teaching of algorithms, which would be much cheaper and potentially more effective than the interactive hypermedia focused on until now.
目前的教学方法非常强调无指导的问题解决和独立实验,以帮助学生提高编程技能。鼓励学生从自己的错误中学习,而不鼓励智力上的指导,这可以解释为“没有付出就没有收获”的理论,在这种理论中,学习的深度与学生的努力成正比。从极端的角度来看,它意味着课堂教学是多余的,因此,假设这种主导教学法的计算机科学(CS)教育研究往往侧重于开发昂贵的交互式超媒体,如微世界、算法可视化和可视化调试器。然而,对这些技术的教学效果的回顾表明,学习的最佳预测因素不是互动功能的数量,而是内容的认知结构如何。换句话说,重要的似乎是学生的注意力是通过视觉和语言的方式来引导或搭建的,以确保形成准确的心理模型。如果解释是最清晰和具体的,那么可能就没有必要进行耗时的反复试验和错误。因此,文献确定了理解计算机科学学习的两个总体框架:一个是解决问题优先的方法;另一派则主张开发适当的潜在心智模型。它们都是如此高的水平,以至于很难从实验上确定哪一个更优越,何时更优越。相反,这个项目旨在专注于特定的脚手架技术,这些技术可以加速新手理解、设计和实现算法的过程。它调查了一种假设,即新手受益于低层次的认知脚手架,特别是在模式的抽象和图式的构建方面。在更实际的术语中,该项目将建立算法之间结构模式示例的目录,标记它们,用图形和伪代码表示它们,并用常见错误和歧义对它们进行注释。后者将需要采访和测试新手的定性方法,以揭示哪些方面最容易混淆。它还需要设计测试来衡量模拟和实现算法的流畅性。然后,它将使用这些数据来设计计算机化的算法教程,这些教程的框架、结构或其他认知参数的程度各不相同。一个具体的例子是收集表示树数据结构的不同方式的后序遍历实现,并在一个教程变体中解释底层的不变性(例如,父节点是否存储在节点内)。这可以用来测试一个假设,即概念和实现之间显式的多对一映射使理解更易于转移,并且减少了对特定代码表面外观的过度训练。为了评估效果,该项目将招募本科生,也可能是中学生。使用科目间匹配设计,它将管理教程,然后衡量短期和长期效果。因为它的目标是最大化特定的结果,所以它可以被描述为当前在web分析中流行的a /B测试模式的一种形式。此外,还将收集关于脚手架对学生信心和自我认知影响的问卷数据,以讨论它是否可以降低CS大学课程的高辍学率。随着对编程技能的需求不断增加,加上广泛报道的计算机科学教育的低成功率,这个项目可以在创新和优化算法教学内容的方式方面走得很远,这将比迄今为止关注的交互式超媒体便宜得多,而且可能更有效。

项目成果

期刊论文数量(3)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)
Is it feasible to teach query programming in three different languages in a single session?
在一次课程中用三种不同的语言教授查询编程是否可行?
  • DOI:
    10.1145/3351287.3351293
  • 发表时间:
    2019
  • 期刊:
  • 影响因子:
    0
  • 作者:
    Sundin L
  • 通讯作者:
    Sundin L
Easing Learners into Data Science via Visualization of Concepts and Computations
通过概念和计算的可视化让学习者轻松掌握数据科学
  • DOI:
    10.1145/3230977.3231026
  • 发表时间:
    2018
  • 期刊:
  • 影响因子:
    0
  • 作者:
    Sundin L
  • 通讯作者:
    Sundin L
Visual recipes for slicing and dicing data: teaching data wrangling using subgoal graphics
切片和切块数据的可视化方法:使用子目标图形进行数据整理教学
  • DOI:
    10.1145/3488042.3488063
  • 发表时间:
    2021
  • 期刊:
  • 影响因子:
    0
  • 作者:
    Sundin L
  • 通讯作者:
    Sundin L
{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

数据更新时间:{{ journalArticles.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ monograph.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ sciAawards.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ conferencePapers.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ patent.updateTime }}

其他文献

吉治仁志 他: "トランスジェニックマウスによるTIMP-1の線維化促進機序"最新医学. 55. 1781-1787 (2000)
Hitoshi Yoshiji 等:“转基因小鼠中 TIMP-1 的促纤维化机制”现代医学 55. 1781-1787 (2000)。
  • DOI:
  • 发表时间:
  • 期刊:
  • 影响因子:
    0
  • 作者:
  • 通讯作者:
LiDAR Implementations for Autonomous Vehicle Applications
  • DOI:
  • 发表时间:
    2021
  • 期刊:
  • 影响因子:
    0
  • 作者:
  • 通讯作者:
生命分子工学・海洋生命工学研究室
生物分子工程/海洋生物技术实验室
  • DOI:
  • 发表时间:
  • 期刊:
  • 影响因子:
    0
  • 作者:
  • 通讯作者:
吉治仁志 他: "イラスト医学&サイエンスシリーズ血管の分子医学"羊土社(渋谷正史編). 125 (2000)
Hitoshi Yoshiji 等人:“血管医学与科学系列分子医学图解”Yodosha(涉谷正志编辑)125(2000)。
  • DOI:
  • 发表时间:
  • 期刊:
  • 影响因子:
    0
  • 作者:
  • 通讯作者:
Effect of manidipine hydrochloride,a calcium antagonist,on isoproterenol-induced left ventricular hypertrophy: "Yoshiyama,M.,Takeuchi,K.,Kim,S.,Hanatani,A.,Omura,T.,Toda,I.,Akioka,K.,Teragaki,M.,Iwao,H.and Yoshikawa,J." Jpn Circ J. 62(1). 47-52 (1998)
钙拮抗剂盐酸马尼地平对异丙肾上腺素引起的左心室肥厚的影响:“Yoshiyama,M.,Takeuchi,K.,Kim,S.,Hanatani,A.,Omura,T.,Toda,I.,Akioka,
  • DOI:
  • 发表时间:
  • 期刊:
  • 影响因子:
    0
  • 作者:
  • 通讯作者:

的其他文献

{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

{{ truncateString('', 18)}}的其他基金

An implantable biosensor microsystem for real-time measurement of circulating biomarkers
用于实时测量循环生物标志物的植入式生物传感器微系统
  • 批准号:
    2901954
  • 财政年份:
    2028
  • 资助金额:
    --
  • 项目类别:
    Studentship
Exploiting the polysaccharide breakdown capacity of the human gut microbiome to develop environmentally sustainable dishwashing solutions
利用人类肠道微生物群的多糖分解能力来开发环境可持续的洗碗解决方案
  • 批准号:
    2896097
  • 财政年份:
    2027
  • 资助金额:
    --
  • 项目类别:
    Studentship
A Robot that Swims Through Granular Materials
可以在颗粒材料中游动的机器人
  • 批准号:
    2780268
  • 财政年份:
    2027
  • 资助金额:
    --
  • 项目类别:
    Studentship
Likelihood and impact of severe space weather events on the resilience of nuclear power and safeguards monitoring.
严重空间天气事件对核电和保障监督的恢复力的可能性和影响。
  • 批准号:
    2908918
  • 财政年份:
    2027
  • 资助金额:
    --
  • 项目类别:
    Studentship
Proton, alpha and gamma irradiation assisted stress corrosion cracking: understanding the fuel-stainless steel interface
质子、α 和 γ 辐照辅助应力腐蚀开裂:了解燃料-不锈钢界面
  • 批准号:
    2908693
  • 财政年份:
    2027
  • 资助金额:
    --
  • 项目类别:
    Studentship
Field Assisted Sintering of Nuclear Fuel Simulants
核燃料模拟物的现场辅助烧结
  • 批准号:
    2908917
  • 财政年份:
    2027
  • 资助金额:
    --
  • 项目类别:
    Studentship
Assessment of new fatigue capable titanium alloys for aerospace applications
评估用于航空航天应用的新型抗疲劳钛合金
  • 批准号:
    2879438
  • 财政年份:
    2027
  • 资助金额:
    --
  • 项目类别:
    Studentship
Developing a 3D printed skin model using a Dextran - Collagen hydrogel to analyse the cellular and epigenetic effects of interleukin-17 inhibitors in
使用右旋糖酐-胶原蛋白水凝胶开发 3D 打印皮肤模型,以分析白细胞介素 17 抑制剂的细胞和表观遗传效应
  • 批准号:
    2890513
  • 财政年份:
    2027
  • 资助金额:
    --
  • 项目类别:
    Studentship
CDT year 1 so TBC in Oct 2024
CDT 第 1 年,预计 2024 年 10 月
  • 批准号:
    2879865
  • 财政年份:
    2027
  • 资助金额:
    --
  • 项目类别:
    Studentship
Understanding the interplay between the gut microbiome, behavior and urbanisation in wild birds
了解野生鸟类肠道微生物组、行为和城市化之间的相互作用
  • 批准号:
    2876993
  • 财政年份:
    2027
  • 资助金额:
    --
  • 项目类别:
    Studentship

相似海外基金

Collaborative Research: Using Adaptive Lessons to Enhance Motivation, Cognitive Engagement, And Achievement Through Equitable Classroom Preparation
协作研究:通过公平的课堂准备,利用适应性课程来增强动机、认知参与和成就
  • 批准号:
    2335802
  • 财政年份:
    2024
  • 资助金额:
    --
  • 项目类别:
    Standard Grant
Collaborative Research: Using Adaptive Lessons to Enhance Motivation, Cognitive Engagement, And Achievement Through Equitable Classroom Preparation
协作研究:通过公平的课堂准备,利用适应性课程来增强动机、认知参与和成就
  • 批准号:
    2335801
  • 财政年份:
    2024
  • 资助金额:
    --
  • 项目类别:
    Standard Grant
CAREER: A cortex-basal forebrain loop enabling task-specific cognitive behavior
职业:皮层基底前脑环路实现特定任务的认知行为
  • 批准号:
    2337351
  • 财政年份:
    2024
  • 资助金额:
    --
  • 项目类别:
    Continuing Grant
REU Site: ASL-English Bilingual Cognitive and Educational Neuroscience Training and Research Experience (ASL-English Bilingual CENTRE)
REU网站:ASL-英语双语认知和教育神经科学培训和研究经验(ASL-英语双语中心)
  • 批准号:
    2349454
  • 财政年份:
    2024
  • 资助金额:
    --
  • 项目类别:
    Standard Grant
A statistical decision theory of cognitive capacity
认知能力的统计决策理论
  • 批准号:
    DP240101511
  • 财政年份:
    2024
  • 资助金额:
    --
  • 项目类别:
    Discovery Projects
Comparing cognitive flexibility in wild and captive Japanese macaques using a touchscreen reversal learning task
使用触摸屏逆转学习任务比较野生和圈养日本猕猴的认知灵活性
  • 批准号:
    24K16871
  • 财政年份:
    2024
  • 资助金额:
    --
  • 项目类别:
    Grant-in-Aid for Early-Career Scientists
The Influence of Lifetime Occupational Experience on Cognitive Trajectories Among Mexican Older Adults
终生职业经历对墨西哥老年人认知轨迹的影响
  • 批准号:
    10748606
  • 财政年份:
    2024
  • 资助金额:
    --
  • 项目类别:
Cognitive imprecision and ageing: experimental investigation of new theories of decision-making
认知不精确与衰老:新决策理论的实验研究
  • 批准号:
    24K00237
  • 财政年份:
    2024
  • 资助金额:
    --
  • 项目类别:
    Grant-in-Aid for Scientific Research (B)
Patient iPSC-derived brain organoids as a model for cognitive phenotypes of Duchenne muscular dystrophy
患者 iPSC 衍生的脑类器官作为杜氏肌营养不良症认知表型的模型
  • 批准号:
    24K18635
  • 财政年份:
    2024
  • 资助金额:
    --
  • 项目类别:
    Grant-in-Aid for Early-Career Scientists
The Canadian Brain Health and Cognitive Impairment in Aging Knowledge Mobilization Hub: Sharing Stories of Research
加拿大大脑健康和老龄化认知障碍知识动员中心:分享研究故事
  • 批准号:
    498288
  • 财政年份:
    2024
  • 资助金额:
    --
  • 项目类别:
    Operating Grants
{{ showInfoDetail.title }}

作者:{{ showInfoDetail.author }}

知道了