Tagged Questions

26
votes
12answers
2k views

TDD Exercise Ideas

I am about to give a TDD workshop. I have the theoretical part pretty much sorted out, but I wish to avoid typical Tic-tac-toe, Currency or god forbid Calculator exercise. Any suggestions for a good ...
25
votes
15answers
2k views

Should functional programming be taught before imperative programming?

It seems to me that functional programming is a great thing. It eliminates state and makes it much easier to automatically make code run in parallel. Many programmers who were first taught imperative ...
5
votes
15answers
551 views

summer-holiday-programming-club - Which language suits best?

I am planning to host a "summer-holiday-programming-club" in my school. There I want to teach other students (age 12-17) something about programming and give them a little insight into stuff. Most of ...
4
votes
2answers
1k views

I need some simple logic/programming exercises for a junior programmer

I'm currently teaching an employee ECMA script as it is needed in maintaining a workflow system we use and i need some challenges to use as exercises. We have covered most of the language and he is ...
4
votes
9answers
866 views

What are some exciting, fun, and educational Computer Science activities for students?

I am a volunteer for Let's Talk Science, an organization which places science graduate students into elementary school and high school classrooms to present short, fun, yet educational demonstrations ...
3
votes
4answers
238 views

What are good criteria for grading programming assignments?

I'm going to be teaching a scripting and tool development class to a group of 3D animators. In amongst teaching them coding fundamentals, I plan to have them pick a repetitive task they must perform ...
2
votes
2answers
289 views

What topics and exercises would you recommend be covered in an iPhone bootcamp?

I attended an iphone bootcamp in early '08 and have TA'd a few since. I've recently been asked to teach one and I'm curious what YOU would want to be covered. Keep in mind, the class is 3x days (8 ...
1
vote
5answers
131 views

What to do with students after templates were explained?

I'm having a C++ seminar in 30 minutes :-) Because I incorporated most of the examples I usually do on the seminar into the lecture I don't have anything to do with my students. I just gave them a ...
1
vote
1answer
138 views

Diagrams/Infographics for learning about Computer Science/Programming

A few friends and I are doing a self-study on Computer Science/Programming and taking the Computer Science AP A exam. Although I have experience in programming in a few languages, it's still difficult ...
0
votes
1answer
84 views

C++, Boost: how to emulate matrix container memory structure?

So we have a matrix A N*M and a vector B (of ints or floats) we want to calculate A*B. We want to emulate ways matrices/vectors are held in memory (so to show how differ access speeds depending on ...
0
votes
4answers
137 views

Which languages should be teached in schools? [closed]

One of my old teacher recently contacted me because he wants to revamp that school software development program. He told me that he thought of C# and Java as programming languages, and ASP.net and ...
0
votes
8answers
135 views

Teaching: other than correctness and originality what else should you require and check?

I teach an introductory computer science course where there are some programming assignments. The question is, what should we demand from the students other than correctness (i.e. the program works ...
0
votes
6answers
206 views

What is the best language for an introductory CS class? [closed]

DUPE: http://stackoverflow.com/questions/4769/what-is-the-easiest-language-to-start-with What do you think is the best language to teach college students in an introductory computer science?