Feature와 Function의 정의1.1 Function국제표준 ISO/IEC/IEEE 24765:2017는 Function을 다음과 같이 정의합니다:“A function is a defined objective or characteristic action of a system or component, typically described in terms of inputs, behavior, and outputs.” 이는 시스템이나 컴포넌트가 특정 입력에 대해 수행해야 하는 동작, 혹은 제공해야 할 계산, 처리, 제어 동작을 말합니다. 즉, function은 시스템 동작의 기본 단위이며, 구현 가능하고 검증 가능한 작업 단위입니다. 또한, ISO/IEC/IEEE 29148:2018 (Systems an..