sequences= a particular activity that executed a series of instruction
loops=running tehsame sequences for multiple times
events= one thing causing another thing to happened
parallelism =The sequences of instructions happening at the same time.
conditional=-The ability to make decisions based on certain conditions, which supports the expression of multiple outcomes.
operator=Operators provide support for mathematical, logical, and string expressions, enabling the programmer to perform numeric and string manipulations.
data = Data involves storing, retrieving, and updating values.