> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2023.2/objects-and-types/terminology.md).

# Terminology

* [**Scene**](/incari-studio/2023.2/objects-and-types/project-objects/scene.md): Collection of **Objects** that constitute what is shown on the *User Interface*.
* [**Screen**](/incari-studio/2023.2/objects-and-types/project-objects/screen.md): Technical specifications of the physical display of a **Project**.
* [**Project**](/incari-studio/2023.2/modules/project-outliner.md): A collection of **Screens** with their corresponding **Scenes**.
* [**Assets**](/incari-studio/2023.2/objects-and-types/attributes/attribute-types/asset-object-attribute.md): Files in the **Project** **Asset** folder. They can be linked to and modify **Objects**.
* [**Event**](/incari-studio/2023.2/toolbox/events.md): Action or occurrence that triggers a **Logic Branch**, represented in the **Logic Graph** by the **Events** **Nodes**.
* [**Data Types**](/incari-studio/2023.2/objects-and-types/data-types.md): A classification of data values into several categories that specify how they are read by the program and which operations they can be subjected to.
* [**Node**](/incari-studio/2023.2/modules/logic-editor.md#nodes): Components of the **Logic Graph** that evaluate data values or represent **Variables**, **Events**, or **Objects**.
* [**Flow Control**](/incari-studio/2023.2/toolbox/flow-control.md): Type of **Nodes** that are used to define the order in which the **Logic** is evaluated.
* [**Pulse**](/incari-studio/2023.2/modules/logic-editor.md#pulse): Connections that determine the order of execution of **Nodes**.
* [**Input**](/incari-studio/2023.2/modules/logic-editor.md#sockets): **Node** **Sockets** that receive data or **Pulses**.
* [**Output**](/incari-studio/2023.2/modules/logic-editor.md#sockets): **Node** **Sockets** that send data or **Pulses**.
* [**Attributes**](/incari-studio/2023.2/objects-and-types/attributes.md): Collection of customizable characteristics of **Objects**, **Nodes**, **Screens**, and **Scenes**.
* [**Euclidean division**](/incari-studio/2023.2/toolbox/math/divide.md): Process of dividing one integer by another, producing a quotient and a remainder.
