How many threads can be in the **Running** state at any given time? --- 💻 - On a **single-processor** computer: At most **one** thread. - On a **multi-processor** computer: At most **one thread per processor**.