SWE Project #1: H. A. B. I. T. - Hypothetical Autonomous Biological Identification and Tracking Drone
A small hypothetical project that I devised from COVID-19. A laboratory was not required for this project. Actual virus samples of COVID-19 or other viruses were not used for this project. A working software simulation may possibly follow. Standard software engineering rules of flowcharting were not used. I simply plotted behavior and filled in the pieces. In a more refined piece of software, Unified Modeling Language (UML) would be used to illustrate the software. I noticed COVID-19 was behaving erratically in that it was spreading very fast. When most things behave erratically, for example cars, it means there is a component missing or something is wrong with a component in the system. Given COVID-19's fast uncontrolled spreading, I hypothesized that it was missing a module equivalent to that of a car's steering wheel. I devised a 'steering wheel' for it by creating a hypothetical missing module. That module's purpose is to identify a specific host. This SWE p...