Hi @CeesQ,
Some good answers
Here are some additional points to considerâŚ
However, programs can still become very complex. Programming is the art of managing and controlling this complexity. Good programs are set out as simply and clearly as possible. This then enables the code to be more easily read, edited, modified, and developed etc. by other programmers, and also by the original authors themselves.
Yes⌠and so they enable obscure binary instructions to be expressed in a higher-level syntax that is much easier for programmers to read, write and understand.