Introductory programming meets the real world: Using real problems and data in CS1

Download: PDF, Data Programming class at UW.

“Introductory programming meets the real world: Using real problems and data in CS1” by Ruth Anderson, Michael D. Ernst, Robert Ordóñez, Paul Pham, and Steven A. Wolfman. In SIGCSE: Proceedings of the 45th ACM Technical Symposium on Computer Science Education, (Atlanta, GA, USA), Mar. 2014, pp. 465-466.

Abstract

Too many students in introductory programming classes fail to understand the significance and utility of the concepts being taught. Their low motivation impacts their learning. One contributing factor is pedagogy that emphasizes computing for its own sake and assignments that are abstract, such as computing the factorial function.

Many educators have improved on such traditional approaches by teaching concepts in contexts that students find more relevant, such as games, robots, and media. Now, it is time to take the next step.

In this special session, participants will develop and discuss ways to teach introductory programming by means of real-world data analysis problems from science, engineering, business, and the humanities. Students can be motivated to learn programming in order to analyze DNA, predict the outcome of elections, detect fraudulent data, suggest friends in a social network, determine the authorship of texts, and more (see Section 3.4 for more examples). The approach is more than just a collection of “nifty assignments”: rather, it affects the choice of topics and pedagogy, all of which together lead to greater student satisfaction.

The approach has been successfully used at 4 colleges and universities. The classes were effective for both CS and non-CS majors. Neither the computing material nor the problems need to be “dumbed down”. At the end of the term students were amazed and delighted at the real data analysis that they could perform. They were excited about applying computation in their work and about learning more.

The special session contains a mix of activities, including comparative analysis of introductory classes; group discussion of curriculum design; a mini-panel discussing how the approach has worked in practice; and brainstorming about example assignments and curriculum revision.

Download: PDF, Data Programming class at UW.

BibTeX entry:

@inproceedings{AndersonEOPW2014,
   author = {Ruth Anderson and Michael D. Ernst and Robert Ord{\'o}{\~n}ez
	and Paul Pham and Steven A. Wolfman},
   title = {Introductory programming meets the real world: Using real
	problems and data in {CS1}},
   booktitle = {{SIGCSE}: Proceedings of the 45th ACM Technical Symposium
	on Computer Science Education},
   pages = {465--466},
   address = {Atlanta, GA, USA},
   month = mar,
   year = {2014}
}

(This webpage was created with bibtex2web.)

Back to Michael Ernst's publications.