Pseudocode
A simplified, informal language used to describe the logic and steps of an algorithm or program, without syntax of actual programming languages.
A simplified, informal language used to describe the logic and steps of an algorithm or program, without syntax of actual programming languages.
Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the Model (data), the View (user interface), and the Controller (processes that handle input).
An inference method used in AI and expert systems where reasoning starts from the goal and works backward to determine the necessary conditions.