# Information model
## MicroSim spec
- **Recommended sim type:** [[Signal|signal]]-processing
- **Microsimmability score:** 26/100
- **Layout:** drawing region (canvas) on top; control region (sliders/buttons) below.
### Parameters (tunable controls)
- `Frequency` (Hz, input tone frequency)
- `Sample rate` (Hz, samples per second)
- `Cutoff` (Hz, filter corner frequency)
### What animates
An input waveform is sampled and filtered; the time trace and its spectrum redraw as frequency, sample rate, and cutoff change.
### Learning objective
Connect sampling and filtering parameters to the recovered signal and its spectrum.
## Links (Wikipedia order)
<!-- injected from _registry/childlinks/Information_model.json (2026-07-30T02:09:12Z) -->
`Abstraction_(computer_science)` · `Agile_software_development` · `Aspect-oriented_programming` · `Backward_compatibility` · `Building_information_modeling` · `Business_Process_Framework_(eTOM)` · `Business_process_modeling` · `CI/CD` · `Capability_Maturity_Model_Integration` · `Colette_Rolland` · `Common_Information_Model_(computing)` · `Common_data_model` · `Compatibility_layer` · `Compatibility_mode` · `Component-based_software_engineering` · `Computer_compatibility` · [[Computer_engineering]] · [[Computer_programming]] · [[Computer_science]] · `Concept_map` · `Conceptual_schema` · `Copyright_status_of_works_by_the_federal_government_of_the_United_States` · `Core_architecture_data_model` · `Data-flow_diagram` · `Data_Format_Description_Language` · `Data_architecture` · `Data_model` · `Data_model_(GIS)` · `Data_modeling` · `Data_structure` · `Data_structure_diagram` · `Database_design` · `Database_model` · `DevOps` · `Distributed_Management_Task_Force` · `EXPRESS_(data_modeling_language)` · `Empirical_software_engineering` · `Enhanced_entity–relationship_model` · `Enterprise_architecture` · `Enterprise_modelling` · `Enterprise_unified_process` · `Entity–relationship_model` · `Essential_systems_analysis` · `Executable_UML` · `Experimental_software_engineering` · `Extreme_programming` · `FCO-IM` · `Formal_methods` · `Forward_compatibility` · [[Function_model]] · `Functional_specification` · `Gellish_English` · `Generic_data_model` · `Grady_Booch` · [[IDEF]] · `IDEF0` · `IDEF1X` · `ISO/IEC_15504` · `Incremental_build_model` · [[Information_science]] · `Integrated_Computer-Aided_Manufacturing` · `Iterative_and_incremental_development` · `Ivar_Jacobson` · `James_Rumbaugh` · [[Metamodeling]] · `Model-driven_engineering` · `Modeling_language` · `Object-oriented_programming` · `Object_Management_Group` · `Object_model` · `Object–role_modeling` · [[Ontology_(information_science)]] · `Operation_(mathematics)` · `Peter_Chen` · `Physical_schema` · `Process_modeling` · `Programming_paradigm` · [[Project_management]] · `Rapid_application_development` · [[Requirements_engineering]] · `Risk_management` · `Round-trip_engineering` · [[Search-based_software_engineering]] · `Semantic_data_model` · `Service-oriented_architecture` · [[Site_reliability_engineering]] · `Social_software_engineering` · `Software` · `Software_archaeology` · [[Software_architecture]] · `Software_configuration_management` · `Software_deployment` · `Software_design` · `Software_development_process` · [[Software_engineering]] · `Software_incompatibility` · `Software_maintenance` · `Software_prototyping` · [[Software_quality]] · [[Software_quality_assurance]] · `Software_system` · `Software_testing` · `Software_verification_and_validation` · `Spiral_model` · `Structured_analysis` · `System_information_modelling` · `Systems_analysis` · `Systems_development_life_cycle` · [[Systems_engineering]] · `Systems_modeling` · `Systems_modeling_language` · `Unified_Modeling_Language` · `Unified_process` · `Universal_Systems_Language` · `V-model_(software_development)` · `View_model` · `Waterfall_model` · [[Wayback_Machine]] · `XML_schema`
## From the Real GENERATIVE library

*Information model — placed from the Real G.E.N.E.R.A.T.I.V.E. course library (Engineering room). Source: Wikimedia Commons (via Wikipedia article media). [Details & license](https://commons.wikimedia.org/wiki/File:B_5_1_IDEF1X_Diagram.jpg).*
> An information model in software engineering is a representation of concepts and the relationships, constraints, rules, and operations to specify data semantics for a chosen domain of discourse. Typically it specifies relations between kinds of things, but may also include relations with individual things. ([Wikipedia](https://en.wikipedia.org/wiki/Information_model))
<!-- REAL-GENERATIVE-MEDIA:END -->
> p5.js MicroSim stub · part of Systems Engineering · [Wikipedia source](https://en.wikipedia.org/wiki/Information_model)
> Relation: subfield of systems engineering.
## Concept summary
An information model in [[Software_engineering|software engineering]] is a representation of concepts and the relationships, constraints, rules, and operations to specify data semantics for a chosen domain of discourse. Typically it specifies relations between kinds of things, but may also include relations with individu...
## Build checklist
- [ ] Claim it: set `status: in-progress` + `lease` + `leased_at`
- [ ] Write the child page explaining the concept (tie it back to systems engineering)
- [ ] Finalize parameter ranges and defaults
- [ ] Implement the p5.js sketch (drawing + control regions)
- [ ] Add caption + the learning objective on the page
- [ ] Set `status: done`
## p5.js sketch
```javascript
// MicroSim: Information model
let controls = {};
function setup() {
// createCanvas(...); create sliders for the parameters above.
}
function draw() {
// background(...); read controls; render signal-processing; respond live.
}
```
---
Back to Systems Engineering
---
<!-- SEMIOTIC-PROFILE:START -->
## Semiotic profile
> *The semiotic universals this article invokes, machine-derived from the crossref — **unverified** (born so). Populated 2026-07-06 for the Systems room.*
**Universals (8):** 🟢 frequency (7) · 🟡 system (5) · 🟢 sampling (5) · 🟢 signal (5) · 🟢 filter (3) · 🟡 information (3) · 🟢 spectrum (2) · 🟢 wave (1)
**Enter by sign:** Systems Semiotic Gateway · Alphabetum · Icon Registry · ← Systems Portal
<!-- SEMIOTIC-PROFILE:END -->
<!-- REAL-GENERATIVE-MEDIA:START -->
## Wikipedia : Wikitube
**Strict pair:** [Wikipedia](https://en.wikipedia.org/wiki/Information_model) : [Wikitube](https://en.wikitube.io/wiki/Information_model)
## Previous hub tags
Tree parents: [[Reliability_engineering]] · [[Systems_engineering]].
Legacy hubs: none.
---
*Sources: 1 legacy note. Minted wave 1, 2026-07-30 (v1.6 order).*