/ en / Traditional / help

Beats Biblionetz - Personen

Kathi Fisler

Dies ist keine offizielle Homepage von Kathi Fisler, E-Mails an Kathi Fisler sind hier nicht möglich!
This is not an official homepage of Kathi Fisler and it is not possible to contact Kathi Fisler here!

iconBücher von Kathi Fisler Hier finden Sie alle Bücher der gewählten Person, die im Biblionetz vorhanden sind.

Konferenz-Proceedings

ICER 2022

ACM Conference on International Computing Education Research, Lugano and Virtual Event, Switzerland, August 7 - 11, 2022, Volume 1

(Jan Vahrenhold, Kathi Fisler, Matthias Hauswirth, Diana Franklin) (2022)

icon18 Texte von Kathi Fisler Hier finden Sie Texte der gewählten Person, die nicht in den oben aufgelisteten Büchern zu finden sind.

Jahr Volltext Abrufe Text Texttyp
2011 WeScheme - the browser is your programming environment (Danny Yoo, Emmanuel Schanzer, Shriram Krishnamurthi, Kathi Fisler)
erschienen in ITiCSE 2011 (Seite 163 - 167)
Konferenz-Paper
2011 local web  1, 4, 6, 1, 3, 1, 5, 6, 2, 7, 4, 2 Do values grow on trees? - expression integrity in functional programming (Guillaume Marceau, Kathi Fisler, Shriram Krishnamurthi)
erschienen in ICER 2011 (Seite 39 - 44)
Konferenz-Paper
2012 Program by design - from animations to data structures (abstract only) (Kathi Fisler, Stephen Bloch)
erschienen in SIGCSE 2012 (Seite 661 - 661)
Abstract
2014 local web  1, 4, 10, 2, 4, 1, 2, 3, 1, 5, 12, 1 In-flow peer-review of tests in test-first programming (Joe Gibbs Politz, Shriram Krishnamurthi, Kathi Fisler)
erschienen in ICER 2014 (Seite 11 - 18)
Konferenz-Paper
2014 local web  1, 2, 7, 2, 2, 1, 6, 1, 4, 6, 6, 1 The recurring rainfall problem (Kathi Fisler)
erschienen in ICER 2014 (Seite 35 - 42)
Konferenz-Paper
2015 local web  Transferring Skills at Solving Word Problems from Computing to Algebra Through Bootstrap (Emmanuel Schanzer, Kathi Fisler, Shriram Krishnamurthi, Matthias Felleisen)
erschienen in SIGCSE 2015 (Seite 616 - 621)
Konferenz-Paper
2016 local web  On the Interplay Between Bottom-Up and Datatype-Driven Program Design (Francisco Enrique Vicente Castro, Kathi Fisler)
erschienen in SIGCSE 2016 (Seite 205 - 210)
Konferenz-Paper
2017 local web  Sometimes, Rainfall Accumulates - Talk-Alouds with Novice Functional Programmers (Kathi Fisler, Francisco Enrique Vicente Castro)
erschienen in ICER 2017 (Seite 12 - 20)
Konferenz-Paper
2017 local web  Assessing and Teaching Scope, Mutation, and Aliasing in Upper-Level Undergraduates (Kathi Fisler, Shriram Krishnamurthi, Preston Tunnell Wilson)
erschienen in SIGCSE 2017 (Seite 213 - 218)
Konferenz-Paper
2018 From Spreadsheets to Programs - Data Science and CS1 in Pyret (Abstract Only) (Joe Gibbs Politz, Kathi Fisler, Shriram Krishnamurthi, Benjamin S. Lerner)
erschienen in SIGCSE 2018 (Seite 1058 - 1058) local web 
Abstract
2018 local web  Evaluating the Tracing of Recursion in the Substitution Notional Machine (Preston Tunnell Wilson, Kathi Fisler, Shriram Krishnamurthi)
erschienen in SIGCSE 2018 (Seite 1023 - 1028) local web 
Konferenz-Paper
2018 local web  Creativity, Customization, and Ownership - Game Design in Bootstrap: Algebra (Emmanuel Schanzer, Shriram Krishnamurthi, Kathi Fisler)
erschienen in SIGCSE 2018 (Seite 161 - 166) local web 
Konferenz-Paper
2018 local web  7, 1, 5, 13, 4, 3, 6, 4, 3, 7, 13, 2 Programming Paradigms and Beyond (Shriram Krishnamurthi, Kathi Fisler) Journal-Artikel
2018 local web  Who Tests the Testers? (John Wrenn, Shriram Krishnamurthi, Kathi Fisler)
erschienen in ICER 2018 (Seite 51 - 59)
Konferenz-Paper
2019 local web  Balancing Act - A Theory on the Interactions Between High-Level Task-thinking and Low-Level Implementation-thinking of Novice Programmers (Francisco Enrique Vicente Castro, Kathi Fisler)
erschienen in ICER 2019
Konferenz-Paper
2019 local web  What Help Do Students Seek in TA Office Hours? (Yanyan Ren, Shriram Krishnamurthi, Kathi Fisler)
erschienen in ICER 2019
Konferenz-Paper
2019 local web  Harnessing the Wisdom of the Classes - Classsourcing and Machine Learning for Assessment Instrument Generation (Sam Saarinen, Shriram Krishnamurthi, Kathi Fisler, Preston Tunnell Wilson)
erschienen in SIGCSE 2019
Konferenz-Paper
2020 local web  Using Design Alternatives to Learn About Data Organizations (Xingjian Gu, Max A. Heller, Stella Li, Yanyan Ren, Kathi Fisler, Shriram Krishnamurthi)
erschienen in ICER 2020 (Seite 248 - 258)
Konferenz-Paper

iconDefinitionen von Kathi Fisler

rainfall problem
  • Design a program called rainfall that consumes a list of numbers representing daily rainfall amounts as en- tered by a user. The list may contain the number -999 indicating the end of the data of interest. Produce the average of the non-negative values in the list up to the first -999 (if it shows up). There may be negative numbers other than -999 in the list.
    von Kathi Fislerim Konferenz-Band ICER 2014 im Text The recurring rainfall problem (2014)

iconBemerkungen von Kathi Fisler

Von Kathi Fisler gibt es im Biblionetz Bemerkungen zu:


Texte
KB IB clear
Assessing and Teaching Scope, Mutation, and Aliasing in Upper-Level Undergraduates, Balancing Act, Creativity, Customization, and Ownership, Do values grow on trees?, Evaluating the Tracing of Recursion in the Substitution Notional Machine, From Spreadsheets to Programs, Harnessing the Wisdom of the Classes, In-flow peer-review of tests in test-first programming, On the Interplay Between Bottom-Up and Datatype-Driven Program Design, Program by design, Sometimes, Rainfall Accumulates, The recurring rainfall problem, Transferring Skills at Solving Word Problems from Computing to Algebra Through Bootstrap, Using Design Alternatives to Learn About Data Organizations, What Help Do Students Seek in TA Office Hours?, Who Tests the Testers?

Begriffe
KB IB clear
rainfall problem

iconZeitleiste

iconCoautorInnen

Max A. Heller, Stephen Bloch, Francisco Enrique Vicente Castro, Matthias Felleisen, Diana Franklin, Joe Gibbs Politz, Xingjian Gu, Matthias Hauswirth, Shriram Krishnamurthi, Benjamin S. Lerner, Stella Li, Guillaume Marceau, Yanyan Ren, Sam Saarinen, Emmanuel Schanzer, Preston Tunnell Wilson, Jan Vahrenhold, John Wrenn, Danny Yoo

iconZitationsnetz  Dies ist eine graphische Darstellung von im Biblionetz erfassten Zitationen und Co-Autorschaften.

Diese Grafik ist nur im SVG-Format verfügbar. Dieses Format wird vom verwendeteten Browser offenbar nicht unterstützt.

Diese Grafik fensterfüllend anzeigen (SVG)

iconBegriffswolke von Kathi Fisler

iconZitationsgraph

Diese Grafik ist nur im SVG-Format verfügbar. Dieses Format wird vom verwendeteten Browser offenbar nicht unterstützt.

Diese Grafik fensterfüllend anzeigen (SVG)

icon14 Erwähnungen  Dies ist eine nach Erscheinungsjahr geordnete Liste aller im Biblionetz vorhandenen Werke, welche die gewählte Person oder ihre Werke erwähnen.

iconVolltexte

Auf dem WWW Do values grow on trees?: Fulltext at the ACM Digital Library (lokal: PDF, 548 kByte; WWW: Link OK 2020-11-28)
Auf dem WWW The recurring rainfall problem: Fulltext at the ACM Digital Library (lokal: PDF, 561 kByte; WWW: Link OK 2020-11-28)
Auf dem WWW Transferring Skills at Solving Word Problems from Computing to Algebra Through Bootstrap: Fulltext at the ACM Digital Library (lokal: PDF, 636 kByte; WWW: Link OK 2020-11-28)
Auf dem WWW Assessing and Teaching Scope, Mutation, and Aliasing in Upper-Level Undergraduates: Fulltext at the ACM Digital Library (lokal: PDF, 342 kByte; WWW: Link OK 2020-11-28)
Auf dem WWW Sometimes, Rainfall Accumulates: Fulltext at the ACM Digital Library (lokal: PDF, 497 kByte; WWW: Link OK 2020-11-28)
Auf dem WWW Programming Paradigms and Beyond: Artikel als Volltext (lokal: PDF, 529 kByte; WWW: Link OK 2021-03-21)
Auf dem WWW Harnessing the Wisdom of the Classes: Fulltext at the ACM Digital Library (lokal: PDF, 1252 kByte; WWW: Link OK )
Auf dem WWW What Help Do Students Seek in TA Office Hours?: Fulltext at the ACM Digital Library (lokal: PDF, 1116 kByte; WWW: Link OK 2021-03-21)
Auf dem WWW Balancing Act: Fulltext at the ACM Digital Library (lokal: PDF, 717 kByte; WWW: Link OK 2021-03-21)
Auf dem WWW Using Design Alternatives to Learn About Data Organizations: Fulltext at the ACM Digital Library (lokal: PDF, 1285 kByte; WWW: Link OK )
Auf dem WWW In-flow peer-review of tests in test-first programming: Fulltext at the ACM Digital Library (lokal: PDF, 414 kByte; WWW: Link tot Link unterbrochen? Letzte Überprüfung: 2020-11-28 Letzte erfolgreiche Überprüfung: 2020-05-28)
Auf dem WWW On the Interplay Between Bottom-Up and Datatype-Driven Program Design: Fulltext at the ACM Digital Library (lokal: PDF, 751 kByte; WWW: Link tot Link unterbrochen? Letzte Überprüfung: 2020-11-28 Letzte erfolgreiche Überprüfung: 2020-06-28)
Auf dem WWW Creativity, Customization, and Ownership: Fulltext at the ACM Digital Library (lokal: PDF, 1840 kByte; WWW: Link tot Link unterbrochen? Letzte Überprüfung: 2020-11-28 Letzte erfolgreiche Überprüfung: 2020-10-28)
Auf dem WWW Evaluating the Tracing of Recursion in the Substitution Notional Machine: Fulltext at the ACM Digital Library (lokal: PDF, 901 kByte; WWW: Link tot Link unterbrochen? Letzte Überprüfung: 2020-11-28 Letzte erfolgreiche Überprüfung: 2020-08-28)
Auf dem WWW Who Tests the Testers?: Fulltext at the ACM Digital Library (lokal: PDF, 1240 kByte; WWW: Link tot Link unterbrochen? Letzte Überprüfung: 2020-11-28 Letzte erfolgreiche Überprüfung: 2020-06-28)

iconAnderswo suchen  Auch im Biblionetz finden Sie nicht alles. Aus diesem Grund bietet das Biblionetz bereits ausgefüllte Suchformulare für verschiedene Suchdienste an. Biblionetztreffer werden dabei ausgeschlossen.

iconBiblionetz-History Dies ist eine graphische Darstellung, wann wie viele Verweise von und zu diesem Objekt ins Biblionetz eingetragen wurden und wie oft die Seite abgerufen wurde.