Multiple choice technology programming languages

Comments (Not remarks) should be in

  1. Upper case

  2. running text

  3. Any of above

  4. Not a part of standard.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Comments (distinct from remarks) should be in running text format, not ALL UPPERCASE. Running text is more readable and follows modern documentation standards. Upper case comments (A) are harder to read and should be avoided. Comments are part of coding standards (D is incorrect).