From b9a4ca1a086094e4252137cc28fc564d8780cc3f Mon Sep 17 00:00:00 2001 From: Lieselotte <52315535+she3py@users.noreply.github.com> Date: Wed, 29 Jan 2025 18:59:29 +0100 Subject: [PATCH] Add automaton topic --- topics/automaton/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 topics/automaton/index.md diff --git a/topics/automaton/index.md b/topics/automaton/index.md new file mode 100644 index 00000000000..a656ce14633 --- /dev/null +++ b/topics/automaton/index.md @@ -0,0 +1,10 @@ +--- +aliases: automata, automatons +display_name: Automaton +related: finite-state-machine, cellular-automaton +short_description: A machine designed to follow a precise sequence of instructions. +topic: automaton +wikipedia_url: https://en.wikipedia.org/wiki/Automaton +--- +An **automaton** is a relatively self-operating machine designed to automatically follow a sequence of operations. +The term has long been commonly associated with automated puppets that resemble moving humans or animals, built to impress and/or to entertain people.