Posts

Showing posts from April, 2023
Image
53733 - CODING AND INTERACTIVE COMPUTING: A PROJECT-BASED APPROACH Instructor: George Meadows,  gmeadows@umw.edu Course Description Physical computing is the term used to describe computing systems that interact with the world around them. The basic components of a physical computing system include a sensor for input, a computer for processing/evaluating that input, and a device for output. A simple example of such a system would be an automated plant watering device.  The system would measure soil moisture in a flowerpot (input), evaluate the level of soil moisture (computer processing), and when needed, add water to the pot (output).  We use coding to connect the pieces of the system.  In this class we will be working with the BBC Micro:bit, a very small, inexpensive microcomputer.  The Micro:bit works with several input and output devices and can be programmed using a no-experience-required block coding language or the Python text-based language. ...