---
date: '2023-10-10'
description: interaction cycle diagram showing computer-user feedback loop through input, interface, and output stages.
id: Interactive cycle
modified: 2026-06-05 15:08:34 GMT-04:00
tags:
  - sfwr4hc3
title: Interactive cycle
created: '2023-10-10'
published: '2023-10-10'
pageLayout: default
slug: thoughts/university/twenty-three-twenty-four/sfwr-4hc3/Interactive-cycle
permalink: https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-4hc3/Interactive-cycle.md
generator:
  quartz: v4.6.0
  hostedProvider: Cloudflare
  baseUrl: aarnphm.xyz
full: https://aarnphm.xyz/llms-full.txt
---
```mermaid

flowchart TD
1[Computer] --> 2[Interaction] --> 3[User]

4[Input] --> 5[Interface] --> 6[Output]

1 --> 6 --> 3 --> 4 --> 1
```

