In computer programming which one thing is not common from the following?

In computer programming which one thing is not common from the following?

کمپیوٹر پروگرامنگ میں مندرجہ ذیل سے کون سی ایک چیز عام نہیں ہے؟
Explanation

Business refers to organizational/commercial activities, not a programming structure.

Common Programming Concepts:

Condition: Used for decision-making (e.g., if-else statements).

Sequence: The order in which instructions are executed.

Loop: Repeats a block of code (e.g., for, while loops).