290 likes | 390 Views
Integrating Students’ Prior Knowledge into Pedagogy. Colleen Lewis Graduate School of Education University of California, Berkeley. The Problem. “Part of the problem is that the subject is not widely taught at school, so undergraduates arrive without
E N D
Integrating Students’ Prior Knowledge into Pedagogy Colleen Lewis Graduate School of Education University of California, Berkeley
The Problem “Part of the problem is that the subject is not widely taught at school, so undergraduates arrive without having being streamedinto those who can do well and those who can't.” Bornat, Dehnadi, & Simon, 2008
AP Test Taking Rates Number of test takers 300,000 200,000 100,000 1997 2009 Source: College Board Exam Volume Data
Problem 3: Community Discourse “The literature abounds in assertions of the existence of an aptitude for programming, and of attempts to find a suitable predictor for that aptitude so as to avoid wasting time and effort educating students who are unlikely ever to become good programmers.” Simon et al.2006
Problem 3: Community Discourse • “innate talent for programming” • Lister et al., 2004 • “a fundamental ability” • Reges, 2006 • “Introductory classes should weed students out based on ability and potential” • Barker, McDowell & Kalahar, 2009
What factors predict success? • Problem solving • Explanation skills • Abstraction skills • Math experience • SAT scores • Programming pre-tests
Hypothesis Student success is shaped by the degree to which they make productive use of their non-programming competence when learning to program.
Research Questions • What knowledge and skills do students use when solving computer science problems? • How can we build upon students’ non-programming knowledge? • How can we integrate these techniques into curriculum?
Phase 1 Research Question: • What knowledge and skills do students use when solving computer science problems? Example Interview Problem: • If b is a Boolean variable, then the statement below has what effect? b = (b == false);
Phase 2 Research Question: • How can we build upon students’ non-programming knowledge? Study Design • Design-based research • Recruit struggling students
Phase 3 Research Question: • How can we integrate these techniques into curriculum? Study Design • Techniques integrated into existing course • Quasi-experimental design
Example Analysis What value is returned by WhatIsIt(4, 4)? (define (WhatIsIt x n) (if (= n 1) x (* x (WhatIsIt x (- n 1))))
Using Critical Reading Skills (define (WhatIsIt x n) (if (= n 1) x (* x (WhatIsIt x (- n 1))))
Critical Reading Skills • Rephrasing • Summarizing • Re-reading
State • What line of code is being executed? • What are the values of all variables? • What calls proceeded the current call? • How can I change the line of code executed? • How can I change the values of variables? • How can I sequence procedure calls?
Problems • Students have a rich set of non-programming skills before college. • No explanations for why well prepared students fail to learn • We do not know how to build upon this knowledge.
Approach Phase 1 • Identify techniques Phase 2 • Develop and refine teaching strategies Phase 3 • Analyze effectiveness
Thank you! Questions? Colleen Lewis Graduate School of Education University of California, Berkeley