End-User Programming End-User

Total Page:16

File Type:pdf, Size:1020Kb

End-User Programming End-User Empowering Users One of the key features of computers is InvitedInvited ResearchResearch Overview:Overview: programmability Perform the specific actions desired End-User Programming But only if know how Spreadsheets enable people to define their own computations Brad Myers, Andrew Ko, and Margaret Burnett Invented late 1970’s Human Computer School of Elec. Engr. One of the key reasons InteractionInteraction InstituteInstitute & & ComputerComputer ScienceScience personal computers became Carnegie Mellon Univ. Oregon State Univ. popular for business How to generalize to other areas? Copyright © 2006 – Brad A. Myers Copyright © 2006 - Brad A. Myers, CMU 2 Malleability is Key Today Definitions Hottest new thing on the web is end-user ““Program”Program” authoring ‘‘A‘‘A setset ofof statementsstatements thatthat cancan bebe submittedsubmitted asas aa unit to some computer system and used to Blogs direct the behavior of that system’’ Flickr – Oxford Dictionary of Computing MySpace ““Programming”Programming” Key is personalization ‘‘The‘‘The processprocess ofof transformingtransforming aa mentalmental planplan ofof desired actions for a computer into a End users shape the artifact representation that can be understood by the Raises expectations for the level of computer’’ – Jean-Michel Hoc and Anh Nguyen-Xuan personalization, customization generally Copyright © 2006 - Brad A. Myers, CMU 3 Copyright © 2006 - Brad A. Myers, CMU 4 Definitions, cont. Definitions, cont. ““ProfessionalProfessional ProgrammerProgrammer”” ““End-UserEnd-User ProgrammerProgrammer””(EUP) (EUP) Someone whose primary job function is to write People who write programs, but not as their or maintain software primary job function Typically have significant training in Instead, they must write programs in support of programming (e.g., BS in CS) achieving their main goal, which is something else ““NoviceNovice ProgrammerProgrammer”” Covers a wide range of programming expertise Someone who is learning to be a professional programmer Business executives and secretaries Physicists Copyright © 2006 - Brad A. Myers, CMU 5 Copyright © 2006 - Brad A. Myers, CMU 6 1 Examples of EUP Other Names Accounting (spreadsheets) Analysts using MatLab Also called “End User Development” (EUD) Creating a web page As in European Commission’s Recording Macros in Word Automating office tasks Business software (SAP programming) Some “Domain-Specificic Languages”Languages” (DSL) (DSL) “Programming” VCRs, Microwaves Often created for end-user programmers Scientific research Visual (Graphical) Programs Authoring educational software Sometimes created for EUP Creating email filters Musicians configuring synthesizers “Scripting” languages, “Macros” Mashups Rapid Application Development (RAD) EntertainmentCopyright (e.g., © 2006behaviors - Brad A. Myers, in CMU The Sims) 7 Copyright © 2006 - Brad A. Myers, CMU 8 How Many Today? Languages Being Used Number of Programmers, by Language Most people who United States, at Work, 2006 For the 12 millions self- write programs described programmers 4,000,000 3,500,000 100,000,000 todaytoday areare not 90,000,000 Caveats: 3,000,000 professional Probably outdated 2,500,000 75,000,000 programmers Doesn’t count the programmers 2,000,000 50,000,000 spreadsheet 1,500,000 50,000,000 programmers 50,000,000 1,000,000 (based(based onon datadata fromfrom USUS 1,000,000 Cobol SAP, etc. Bureau of Labor Statistics) 120,000 ..Net (C#) is rising 25,000,000 0 12,000,000 hi sic p alk 3,000,000 Java C++ 0 ual Ba Smallt Programmers Programmers Users Spreadsheets Professional Vis land's Del Described r and DBs and Bo Self- Copyright © 2006 - Brad A. Myers, CMU 9 Copyright © 2006 - Brad A. Myers, CMU 10 History Allen Newell and Stuart Card, 1985: Long History: “Millions for compilers but hardly a penny for Original HCI! understanding human programming language use. 1973 “Psychology of Programming” Now, programming languages are obviously “Software Psychology” symmetrical, the computer on one side, the programmer on the other. In an appropriate science Ben Shneiderman book, 1980 programmer on the other. In an appropriate science of computer languages, one would expect that half the “Empirical Studies of Programming” (ESP) effort would be on the computer side, understanding Workshops from 1986 through 1999 how to translate the languages into executable form, “Psychology of Programming” “Psychology of Programming” and half on the human side, understanding how to Psychology of Programming Interest Group (PPIG) design languages that are easy or productive to use.... thth design languages that are easy or productive to use.... fromfrom 19871987 andand PPIG’06PPIG’06 == 1818 workshop The human and computer parts of programming But mostly focused on novice or languageslanguages havehave developeddeveloped inin radicalradical asymmetry.”asymmetry.” professional Copyright © 2006 - Brad A. Myers, CMU 11 Copyright © 2006 - Brad A. Myers, CMU 12 2 Renewed Interest Recently Consequences of Lack of Attention Lots of errors attributed toto End-UserEnd-User ProgrammingProgramming of spreadsheets: Significant numbers of papers at Columbia Housing Authority admitted to overpaying by CHI, VL/HCC, ICSE, UIST and many $118,387 due to a spreadsheet data-entry error other conferences! (February(February 22,22, 2006)2006) New York Times, Oct 30th, 2003 - $1.2 Billion New book from Springer Spreadsheet Error at Fannie Mae Areas like End-User Software TransAlta Corp. took $24 million charge to earnings due toto cut-and-pastecut-and-paste errorerror inin anan ExcelExcel spreadsheetspreadsheet (June(June Engineering (EUSE) 3rd, 2003) End-users are and will program Auditor, major accounting firm: How to make their software more reliable? “...in“...in 66 yearsyears work,work, checkingchecking literallyliterally hundredshundreds ofof business-critical models, ... my team have never failedfailed EUSES – NSF funded consortium toto findfind errors.”errors.” 3 papers and a workshop at CHI’06 …. (many more!) This overview! See http://eusesconsortium.org/euperrors/ This overview!Copyright ☺ © 2006 - Brad A. Myers, CMU 13 Copyright © 2006 - Brad A. Myers, CMU 14 Consequences, 2 Why is Programming Difficult? Also, errors in: Web pages Some difficulty may be intrinsic to Email filtering rules programming From the WEUSE II workshop: Problem solving Clinical customization package used by medical personnel reports the need for better reuse and Precise specification of algorithms debugging support How much difficulty can be attributed to SysAdmins need better testabilitylity ofof databasedatabase andand otherother sorts of scripts usability problems? IssuesIssues withwith reusereuse ofof MATLABMATLAB applicationsapplications Programming languages are a kind of user Difficulty of learninglearning interfaceinterface Potentially millions of peoplele whowho trytry toto learnlearn HTML,HTML, Most language designs do not emphasize Flash, Visual Basic, Javascript, spreadsheets, etc., but give up because of one or two insurmountable errors usability Copyright © 2006 - Brad A. Myers, CMU 15 Copyright © 2006 - Brad A. Myers, CMU 16 Evidence That Difficult Hello World! End User Programming is still research goal class HelloWorldApp { Researchers have tried many approaches public static void main(String[] args) { Surveyed next System.out.println("Hello World!"); Many commercial attempts have moved } away from addressing end users } E.g., Visual Basic & Flash Increasing language complexity and features 3 kinds of parentheses and 9 special words! Compared to click and type: “Hello World” Copyright © 2006 - Brad A. Myers, CMU 17 Copyright © 2006 - Brad A. Myers, CMU 18 3 Goal: Gentle Slope Systems Outline WideWide Java WallsWalls Visual Basic NOTE: Not Comprehensive Director (v6) Empirical studies of programming HyperCard Novices, professionals, EUP Swing C Programming Approaches: C or C# Programming Difficulty Visual Programming of Programming by Example Use xCmds Simpler Textual Languages Lingo HyperTalk Better Environments Basic Goal LowLow Email Recent: Focus on Reliability ThresholdThreshold Filters HighHigh End-User Software Engineering (EUSE) Program Complexity and Sophistication CeilingCeiling End-User Software Engineering (EUSE) Copyright © 2006 - Brad A. Myers, CMU 19 Copyright © 2006 - Brad A. Myers, CMU 20 Empirical Studies of Programming Techniques for Studies Many observations and intuition based on teaching Studies of why programming difficult to learn Green & Petre’s “Cognitive Dimensions” [1996] Identified collections of issues with languages 13 criteria for evaluating programming systems Mostly relevant to EUP Mostly relevant to EUP E.g., “Viscosity” – how hard to change Survey: [Pane 1996] “Consistency”,“Consistency”, “Premature“Premature Commitment”,Commitment”, etc.etc. Low-cost analytical tool that cancan avertavert aa lotlot ofof problemsproblems at design time Very influential in a number of language/environment design efforts “Natural Programming” approach [Myers, Pane, Ko] See how people thinkthink about a task Design a tool to support thethe wayway theythey areare thinkingthinking Evaluate how well the tool works with user studies Copyright © 2006 - Brad A. Myers, CMU 21 Copyright © 2006 - Brad A. Myers, CMU 22 Empirical Studies of Programming, cont. Empirical Studies of Programmers, cont. Inappropriate formatting hinders reading (e.g., Many Syntax Problems observed highlighting
Recommended publications
  • Python 3 – Turtle Graphics Today's Lecture Logo and Turtle Graphics
    Today’s lecture The Turtle graphics package Brief history Basic commands Drawing shapes on screen Python 3 – Turtle graphics Lecture 25 – COMPSCI111/111G SS 2018 1 2 Logo and Turtle graphics The Turtle package In 1967, Seymour Papert and Wally Feurzeig created an Some functions are part of Python’s core libraries, in interpretive programming language called Logo. other words they are ‘built-in’ Papert added commands to Logo so that he could control a print() turtle robot, which drew shaped on paper, from his computer input() Turtle graphics is now part of Python float() Using the Turtle involves instructing the turtle to move on the Other functions need to be imported into your screen and draw lines to create the desired shape Python program The turtle module needs to be imported at the start of any Python program that uses it: import turtle 3 4 Basic Turtle commands Turtle example Using the Python interpreter in IDLE to demonstrate how to There are four basic turtle commands use Turtle graphics turtle.forward(x) First, import the turtle package Moves turtle forward in direction it is facing by x steps turtle.back(x) Moves turtle backward from its facing direction by x steps >>> import turtle turtle.left(x) >>> Turns the turtle x degrees counterclockwise turtle.right(x) Turns the turtle x degrees clockwise 5 6 Turtle example Algorithm We are going to draw a right-angled triangle 90° Important information: The turtle appears as an icon draw a line x-axis (0,0) Initial position: (0, 0) 180° 0° Turn 90 degrees left (anti-clockwise) Initial direction: East (0°) Colour: black draw a line Line width: 1 pixel y-axis Turn 135 degrees left (anti-clockwise) Pen: down (ready to draw) 270° 7 8 draw a line 90degree Turtle example Turtle example Initial direction: 0 Step 1: Draw a line Note how the turtle is now facing upward after being turned 90 degrees left >>> import turtle >>> import turtle >>> >>> >>> turtle.forward(200) >>> turtle.forward(200) >>> >>> turtle.left(90) 1.
    [Show full text]
  • An Exploration of Artistic and Technological Symmetry
    An Exploration of Artistic and Technological Symmetry Artemis Papert Abstract In this interview, biologist, artist, and shiatsu healer Artemis Papert describes how computational thinking can help people organize their thoughts in a more formal way. She discusses TurtleArt, a software that allows both children and adults to create two-dimensional static art images using geometry and coding as a medium. TurtleArt not only bridges the worlds of math and art, but is also easy to learn. She concludes by reading an excerpt from the article, “Teaching Children Thinking”— written in 1971 by her father Seymour Papert—as a still relevant starting point for where technology is heading. You’re known as an artist and a healer, can you tell us how your career unfolded and how these two areas of talent emerged? I’ve always liked drawing and painting since ever I can remember. I might have gone to art school had I been born in a different family, but I was born in a family of academics. So, it felt like academia was the thing to do. My mother worked with Jean Piaget and my father was a mathematician who also came to work with Jean Piaget because Piaget wanted to understand how children understand numbers. And he thought it would be a good thing to have mathematicians in his team—so that’s how my parents met and how I came along. I always wanted to become a biologist. Back then, I was young and naïve and wanted to save the Antarctica, and the Rain Forest … My career as a biologist didn’t quite evolve as I had hoped it would.
    [Show full text]
  • Integrating Language Arts and Computational Thinking: A
    Integrating Language Arts and Computational Thinking: A Reflection on the Importance of Gossip by Glen Bull, University of Virginia According to Cynthia Solomon, Seymour Papert went to Europe in the summer of 1966 and returned with the initial specifications for the computing language Logo (Personal Communication, 2018). Logo is notable as the first computing language designed specifically for children. Solomon and Papert collaborated with Wally Feurzeig to develop an initial implementation of the computing language, which they began testing with children in local schools the following year. At the time, Papert was codirector of the MIT Artificial Intelligence Laboratory. Artificial intelligence (AI) is the science of creating computer programs that can replicate the performance of humans. An important aspect of AI is interpretation of human language. Therefore, not surprisingly, an important aspect of Logo is its capability to process words and sentences. Feurzeig originated the name of the language, Logo, the Greek word for word. Papert summarized this work in Mindstorms: Children, Computers, and Powerful Ideas, published in 1980. Papert introduced the term “computational thinking” in Mindstorms. He also described the use of Logo by middle school students to generate “computer poetry.” The students created syntactic structures that generated sentences in the process of exploring the way in which language works. Background Like many others, I was influenced by the vision that Papert outlined in Mindstorms. Texas Instruments donated 10 TI 99/4 microcomputers with Logo that I used to offer an initial course, Teaching With Logo, at the University of Virginia in fall 1980. The TI microcomputer had a fraction of the power of today’s personal computers.
    [Show full text]
  • Creating an Adventure Game with an Embedded Novice Programming Environment for Learning LOGO
    Creating an Adventure Game with an Embedded Novice Programming Environment for Learning LOGO Ioannis Sarlis1, Dimitrios Kotsifakos2, Dr. Panagiotis Zaharias3 1MSc, Med, IT Teacher, [email protected] 2 MSc, PhD (candidate), Electronic Engineering, VET, University of Piraeus, [email protected] 3Adjunct Faculty Member, Open University of Cyprus, [email protected] Abstract This article presents the construction of a game that includes a Novice Programming Environment for high school students and is to be used for teaching LOGO programming language. This programming environment is a game that is designed, implemented and tested specifically for junior high-school students for them to acquire basic programming skills. This game is called "Super Turtle Adventures" and is based on Digital Game-Based Learning (DGBL). It helps students to learn LOGO Programming Language, by creating various challenges and puzzles, which they must solve using LOGO code. Students pass from one level to the next by solving these puzzles. The benefit for students playing this game is, on the one hand, the improvement of their programming skills on the other that they learn to respect the environment through recycling. The article treats programming as a new digital skill that needs to be mastered by high school students. The article concludes that programming should be taught using DGBL in schools and suggests "Super Turtle Adventures" game as a Digital Game-Based Learning application for teaching LOGO in schools. Keywords: LOGO Programming Language, Teaching Programming, Novice Programming Environment (NPE), Digital Game-Based Learning (DGBL) 1. Digital Game-Based Learning (DGBL) Digital Game-Based Learning (DGBL) is a teaching approach that involves the use of digital games into teaching, in order to learn, explore and/or practice some form of training material.
    [Show full text]
  • Bilişim Teknolojilerinin Stratejik Rekabet
    T.C. SELÇUK ÜN İVERS İTES İ SOSYAL B İLİMLER ENST İTÜSÜ İŞ LETME ANA B İLİM DALI BİLİŞİ M TEKNOLOJ İLER İNİN STRATEJ İK REKABET ÜSTÜNLÜ ĞÜ SA ĞLANMASINDA ÜRET İM SÜREC İ TASARIMINA ETK İSİNİN UZMAN S İSTEM YAKLA ŞIMI İLE ANAL İZİ VE TÜRK ELEKTRON İK SANAY İ UYGULAMASI DOKTORA TEZ İ DANI ŞMAN PROF.DR. MAHMUT TEK İN HAZIRLAYAN MEHMET YILDIZ 004127001002 KONYA-2006 İÇİNDEK İLER İÇİNDEK İLER ................................................................................................. ii ŞEK İLLER LİSTES İ .........................................................................................v TABLOLAR LİSTES İ ......................................................................................vi KISALTMALAR............................................................................................. vii GİRİŞ ..................................................................................................................1 BİRİNC İ BÖLÜM BİLİŞİ M TEKNOLOJ İLER İ, REKABET ÜSTÜNLÜĞÜ VE ÜRET İM SÜREC İ 1.1. Veri, Bilgi ve Üst Bilgi Kavramları................................................................3 1.2. Bilgi Yönetimi...............................................................................................8 1.2.1. Stratejik Bilgi Yönetimi ......................................................................13 1.3. Teknoloji Kavramı.......................................................................................17 1.3.1. Teknoloji Yönetimi .............................................................................21
    [Show full text]
  • Artificial Intelligence, Education and Music: the Use of Artificial Intelligence to Encourage and Facilitate Music Composition by Novices
    DOCUMENT RESUME ED 329 452 SO 021 063 AUTHOR Holland, Simon TITLE Artificial Intelligence, Education and Music: The Use of Artificial Intelligence To Encourage and Facilitate Music Composition by Novices. INSTITUTION Open Univ., Walton, Bletchley, Bucks (England). Inst. of Educational Technology. REPORT NO CITE-88 PUB DATE Jul 89 NOTE 305p. PUB TYPE Reports - Descriptive (141) EDRS PRICE MF01/PC13 Plus Postage. DESCRIPTORS *Artificial Intelligence; Cognitive Processes; Cognitive Psychology; Computer Science; Computer Uses in Education; Educational Research; *Educational Technology; Educational Theories; *Musical Composition; *Music Education; Music Theory IDENTIFIERS Harmony ABSTRACT The goal of this project was to find ways of using artificial intelligence to encourage and aid music composition by musical novices, particularly those without traditional musical skills. Two complementary approaches are presented. In the first approach, Harmony Space, a new kind of direct manipulation toolfor music, is described. Two recent cognitive theories of harmony demonstrated how to design Harmony Space, with the expressivity to allow novices to sketch, analyze, modify, and compose harmonic sequences simply and clearly by moving two-dimensional patternson a computer screen linked to a synthesizer. An investigation witha small number of subjects showed that Harmony Space considerably reduces the prerequisites required for novices to learn about, sketch, analyze, and experiment with harmony--activities that would normally be very difficult without considerable theoreticalknowledge or instrumental skill. The second approach described is a knowledge-based tutoring system to help novices usean interface to compose chord sequences; this system is in the developmental stage. It is argued that traditional, remedial intelligenttutoring systems approaches were inadequate for tutoring in domains thatrequire open-ended thinking.
    [Show full text]
  • Chapter 14. a Half Century Perspective on the Role of Computers in Learning and Teaching
    Music Learning with Massive Open Online Courses (MOOCs) 213 L. Steels (Ed.) © 2015 The authors and IOS Press. This article is published online with Open Access by IOS Press and distributed under the terms of the Creative Commons Attribution License. doi:10.3233/978-1-61499-593-7-213 Chapter 14. A Half Century Perspective On The Role Of Computers In Learning And Teaching Ken KAHN University of Oxford Abstract. For more than fifty years people have been exploring how computers might enhance learning and teaching. The malleable nature of computers has en- abled suggestions that a computer can act like flash cards, personal tutors, text- books, reference books, virtual laboratories, quizzes, virtual spaces, lecture halls, and study groups. Perhaps the most radical suggestion has been to see the com- puter as something learners can creatively mold into something personally mean- ingful that is dynamic, interactive, and shared. And that the process of constructing such computational artefacts is rich in learning opportunities. These range from a deeper understanding of the subject matter of the constructions to high-level skills in thinking and problem solving. Keywords. Constructionism, technology-enhanced learning, Seymour Papert, history of computers and education Introduction The idea that computers can play an important role in learning and teaching is over fifty years old. This chapter describes the history of attempts to use computers to support and enhance learning from a personal perspective. Instead of a complete history it attempts to highlight groundbreaking and significant ideas and computer systems that have led to today’s efforts to provide technology-enhanced learning.
    [Show full text]
  • A LOGO-LIKE INTERFACE for MICROWORLDS and SIMULATIONS for PHYSICS TEACHING in SECOND LIFE Renato P
    TATI - A LOGO-LIKE INTERFACE FOR MICROWORLDS AND SIMULATIONS FOR PHYSICS TEACHING IN SECOND LIFE Renato P. dos Santos 1 1 ULBRA - Brazilian Lutheran University/PPGECIM Abstract Student difficulties in learning Physics have been thoroughly discussed in the scientific literature. Of particular interest to this work, is their general difficulty in distinguishing between the concepts of velocity and acceleration. Already in 1980, Papert discusses how students trying to develop Newtonian thinking about motion have no direct experience of pure Newtonian objects; he complained that schools teach Newtonian motion by manipulating equations rather than by manipulating the Newtonian objects themselves, what would be possible in a ‘physics microworld’. Second Life (SL) is a huge simulation of an Earth-like world and can be used as a platform for building immersive virtual simulations in which the student can experience alternative physical descriptions in a way that is completely impossible in real world. On the other hand, SL and its scripting language have a remarkable learning curve that discourages most teachers at using it as an environment for educational computer simulations and microworlds. The objective of this work is to describe TATI, a textual interface which, through TATILogo, an accessible Logo language extension, allows the generation of various physics microworlds in Second Life, containing different types of objects that follow different physical laws, providing a learning path into Newtonian Physics. Keywords : Second Life, Logo, physics microworlds, physics teaching, computer simulations INTRODUCTION Student difficulties in learning Physics have been thoroughly discussed and there is an extensive scientific literature on the subject, accumulated since the 70's.
    [Show full text]
  • Istoria Matematicii
    IstoriaMatematicii file:///C:/Programele%20Mele/IstoriaMatematicii/IstoriaMatematicii.html Istoria Matematicii Cuprins: Introducere Numere și reprezentarea lor Aritmetică Algebră Geometrie Analiză matematică Logică Matematică aplicată Matematică computațională Programarea calculatoarelor Repere istorice Introducere Din totdeauna, matematica a făcut apanajul potentaților vremii, a fost un instrument cu ajutorul căruia oamenii și-au măsurat bogăția, strălucirea sau puterea. Acest material nu își propune o înșiruire de date istorice sau nume ale unor matematicieni aranjate cronologic, ci mai degrabă o călătorie în timp prin universul matematicii, pentru a redescoperi ordinea în care s-au formulat principalele probleme și soluțiile lor. Dintre personalitățile matematicii, atenția se va abate mai mult asupra celor care au avut ceva de socotit, decât asupra acelora care au făcut socotelile. Oricare dintre realizările lor poate fi astăzi un bun exercițiu pentru scrie proiectul cu mijloace moderne, sau pentru calculul necesarului. Cel care poate alcătui proiectul și caietul de sarcini pentru Piramida lui Keops, sau pentru Zidul Chinezesc, va putea proiecta mai ușor o locuință modernă sau o anexă. Poate fi un exercițiu bun și calculația pentru un proiect ce utilizează doar tehnologia și resursele existente la vremea respectivă. Fiecare dintre subiectele propuse poate face subiectul unei disertații, al unui eseu sau al unei ore de curs facultativ. Nedorind a amalgama prea mult noțiunile și așa destul de complexe, șirul povestirii este deșirat în mai multe capitole, structurate pentru diferitele ramuri ale matematicii. Textul nu are caracter didactic dar poate inspira viitorii profesori de matematică. Este bun un pretext pentru o călătorie în timp, un fel de temă de casă a unui elev mai întârziat ca vârstă.
    [Show full text]
  • Introducing Computational Thinking in K-12 Education: Historical, Epistemological, Pedagogical, Cognitive, and Affective Aspects Michael Lodi
    Introducing Computational Thinking in K-12 Education: Historical, Epistemological, Pedagogical, Cognitive, and Affective Aspects Michael Lodi To cite this version: Michael Lodi. Introducing Computational Thinking in K-12 Education: Historical, Epistemological, Pedagogical, Cognitive, and Affective Aspects. Computers and Society [cs.CY]. Dipartimento diIn- formatica - Scienza e Ingegneria, Alma Mater Studiorum - Università di Bologna, 2020. English. tel-02981951 HAL Id: tel-02981951 https://hal.inria.fr/tel-02981951 Submitted on 28 Oct 2020 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Copyright Alma Mater Studiorum · Universit`adi Bologna PhD program in COMPUTER SCIENCE AND ENGINEERING INTRODUCING COMPUTATIONAL THINKING IN K-12 EDUCATION: HISTORICAL, EPISTEMOLOGICAL, PEDAGOGICAL, COGNITIVE, AND AFFECTIVE ASPECTS Presented by: MICHAEL LODI Dep. of Computer Science and Engineering INRIA Focus team PhD program coordinator: Supervisor: Prof. DAVIDE SANGIORGI Prof.SIMONE MARTINI © Michael Lodi, 2020 Licence: Unless otherwise authorized by the author, the thesis may be freely consulted and a copy may be saved and printed for strictly personal study, research and teaching purposes, with express prohibition of any direct or indirect commercial use. All other rights on the material are reserved. This is an authors' pre-print version of the work.
    [Show full text]
  • Implementation: the Interactive 'Whole Story"(Susan B
    DOCUMENT RESUME ED 381 135 IR 017 057 TITLE Joining Forces: Spreading SuccessfulStrategies. Proceedings of the Invitational Conference on Systemic Reform (Washington, D.C., February23-25, 1995). INSTITUTION Department of Education, Washington,DC.; National Science Foundation, Washington, D.C. PUB' DATE 95 NOTE 100p. PUB TYPE Collected Works Conference Proceedings (021) EDRS PRICE MFOI/PC04 Plus Postage. DESCRIPTORS Change Strategies; *Educational Change;*Educational Improvement; Educational Innovation;Educational Technology; Elementary Secondary Education; Excellence in Education; Exhibits;*Mathematics Education; *Science Education; Tech Prep; TwoYear Colleges; Workshops IDENTIFIERS *Scaling (Maximum Dissemination) ABSTRACT This briefing book outlines programactivities and contains a set of briefing papers which provide abackground for the conference. The conference agenda is in thefirst section, followed by two sections previewing each of theissues and theme conference sessions, including an overview of each topic,specific issues involved, the conference presentation, and presenters.The fourth section outlines the 47 workshops offered at theconference, and section five describes 44 conference exhibits. Thefinal section contains five briefing papers: "What Are the Challengesto 'Scaling Up' Reform?" (Stephen P. Klein; and others);"Workforce Issues in Spreading Excellence in Science and Mathematics"(Ray Marshall); "Tech Prep: A Business Perspective" (Carver C.Gayton); "Full-scale Implementation: The Interactive 'Whole Story"(Susan B. Millar);
    [Show full text]
  • Children and Robots Antonio M
    Children and Robots Antonio M. Battro and Magela Fuzatti, Director, Laboratorios Digitales, Plan Ceibal, Uruguay One way to explore the relation of artificial intelligence and human consciousness is to look at the way children build robots and program them. It seems that when children construct a robot as a new toy or a new instrument not only they are putting together “atoms and bits” using physics and information technology, but they also attribute to their creation some “mental” properties. I will try to briefly analyze this phenomenon and the acquisition of the new robotics skills in our lives. Animism, artificialism and roboticism Jean Piaget described some 80 years ago the mélange of “animism” and “artificialism” in the cognitive development of young children in his celebrated book La représentation du monde chez l’enfant, 1938 (The child conception of the world). For Piaget animism “is the tendency that the child has to ascribe life and consciousness to inanimate beings” and artificialism is the idea that “nature is directed by people or at least gravitates around people”.[1] Today, millions of children around the world have access to robots, and many acquire the skills to construct and program them since primary education. We can coin the term roboticism as the belief that the robot is an autonomous object with liberty to make decisions. As such, roboticism could be understood as a new synthesis of animism and artificialism. When children think that a robot is an “animated artifact” they are in fact putting together both believes. On the one hand, they have constructed an artifact that is working as they have predicted, on the other, they have given instructions that are followed automatically by the robot, without human control.
    [Show full text]