Procedural Literacy LCC 2700: Intro to Computational Media.

download Procedural Literacy LCC 2700: Intro to Computational Media.

If you can't read please download the document

description

What are literacies? “Multiliteracies” or “Multimodal literacies” The New London Group: “A Pedagogy of Multiliteracies” (1996) Literacy is changing Cultural and linguistic diversity and “multiple Englishes” New technologies are multimodal: written, visual, spatial patterns

Transcript of Procedural Literacy LCC 2700: Intro to Computational Media.

Procedural Literacy LCC 2700: Intro to Computational Media What is literacy? Literate < letters Literacy as the ability to read and write The Trivium Grammar, Logic, Rhetoric Aristotle, Medieval church What are literacies? Multiliteracies or Multimodal literacies The New London Group: A Pedagogy of Multiliteracies (1996) Literacy is changing Cultural and linguistic diversity and multiple Englishes New technologies are multimodal: written, visual, spatial patterns Procedural Literacy Partakes in the concept of multiliteracies, but also predates it A.J. Perlis, 1961: the purpose of my proposed first course in programming is not to teach people how to program a specific computer, nor is it to teach some new languages. The purpose of a course in programming is to teach people how to construct and analyze processes. Behaviorism Behaviorists (e.g. Edward Thorndike and B.F. Skinner) Learning is about reinforcement Organisms (behaviorists generally group humans among animals of all sorts) respond to positive and negative incentives When organisms find themselves in similar situations with similar incentives, they will respond in similar ways. Transfer of learning-a pervasive and problematic concept in educational theory-takes place via repetition and reinforcement Behaviorism Behaviorists are often accused of ignoring the private, mental processes inherent in individual human beings The attempt to establish and support a materialist, empiricist understanding of learning leaves no room for human subjectivity General belief that psychology is a natural science based in empirical observation, like the natural sciences (so introspection is not important) Constructivism Contructivists (e.g. Jean Piaget, Lev Semenovich Vygotsky) Understanding of learning became more connected to theories of mind Corrective for the scientism of behaviorism Piaget: scientific constructivism, cognitive development stages Vygotsky: social constructivism, role of social interaction in cognitive development Classrooms Behaviorist havens Students practice within question/answer frames that reinforce subject-matter knowledge Immediate feedback and reprimand Reinforced behavior will reoccur One type of positively-reinforced behavior is adequate. Teacher-directed rote learning Precedents Friedrich Frbel, the inventor of kindergarten (1826) The purpose of education is to encourage and guide man as a conscious, thinking and perceiving being in such a way that he becomes a pure and perfect representation of that divine inner law through his own personal choice. Play, materials, and activities as a means to encourage creativity and, thereby, fulfillment Personal experience yields an understanding of the world Precedents Maria Montessori, the Montessori Method (1912) Focused first on the senses, then on the intellect Based largely on her experiences teaching mentally disabled children Unlike Frbel, Montessori encouraged more practical learning, based around material exercises Constructivism Some object (J.K. Doyle) the correlation between constructivist- style embodied thinking has been convincingly tied to actual future behavior Anecdote and bias, no scientific evidence, so not generalizable as an educational practice Constructionism Seymour Paperts revision of Piaget (with whom he studied) Focuses on the active creation (construction) of things in the material world Refocuses education on the practice of individualized cognitive development as a goal in itself, a goal not always reconnected with subject-specific learning outcomes Back to Procedural Literacy Papert developed Logo in the 1960s at MIT, a language designed to teach children to program Constructionist practice of actively making things tied to motivational activities Logos Turtle Mindstorms (later adopted by Lego for its line of constructionist robotic toys) Alan Kay at Xerox PARC SmallTalk A computer language simple enough for children Message-based, Object oriented (in Kays meaning) SmallTalk -> Objective C = NextStep = WWW = OS X Procedural Literacy The ability to read and write processes But not just for utility, for work Procedurality as aesthetics Procedurality as an interplay between cultural meaning- making and (technically) mediated expression Does Procedural Authorship = Coding? Janet Murray on Authoring tools Avoid programming? Do we avoid programming when we dont write code like: #include extern int main( int argc, char *argv[] ) { printf( "Hello, world.\n" ); return( 0 ); } A Critique Sherry Turkle We used to have to dig under the hood and figure out how machines worked The GUI killed this and destroyed budding procedural literacy