Sciweavers

2941 search results - page 234 / 589
» The Myth of the Educational Computer
Sort
View
SIGCSE
2000
ACM
120views Education» more  SIGCSE 2000»
15 years 11 months ago
PILOT: an interactive tool for learning and grading
We describe a Web-based interactive system, called PILOT, for testing computer science concepts. The strengths of PILOT are its universal access and platform independence, its use...
Stina S. Bridgeman, Michael T. Goodrich, Stephen G...
SIGCSE
1999
ACM
98views Education» more  SIGCSE 1999»
15 years 11 months ago
Teaching Web development with limited resources
Computer Science programs are faced with demand from both students and employers for courses in hot topics such as Internet Administration, but resources such as course time and l...
Ellen Lowenfeld Walker, Logan Browne
SIGCSE
1998
ACM
97views Education» more  SIGCSE 1998»
15 years 10 months ago
Towards a hierarchical design and integration of programming projects
,’ Theideaof ahierarchicaldesignandintegrationof programming projectsin the computerscienceundergraduatecurriculum is proposedanddiscussed.Researchresultsin softwarereuseandobje...
Wing Ning Li
SIGCSE
1997
ACM
111views Education» more  SIGCSE 1997»
15 years 10 months ago
Function objects, function templates, and passage by behavior in C++
Passing functions and function objects to general routines is a powerful abstraction mechanism that should be taught in freshman computer science. In C++, a “function” can be ...
Richard Rasala
SIGCSE
1994
ACM
135views Education» more  SIGCSE 1994»
15 years 10 months ago
Understanding the bottom-up SLR parser
This paper describes an application of one of the t abstract concepts taught in a compiler construction course. It demonstrates how the techniques behind the bottom-up SLR parser ...
Sami Khuri, Jason Williams