πŸ“Š Fundamentals of Computer Programming
Q. The------- can be a useful tool when a program must be modified months or years after the original writing.
  • (A) Flowchart
  • (B) Hierarchy chart
  • (C) Pseudo code
  • (D) Variable declaration
πŸ’¬ Discuss
βœ… Correct Answer: (C) Pseudo code
πŸ“Š Fundamentals of Computer Programming
Q. Selection Logic is used to ___ (B) Write programming instruction in normal language
  • (A) Instructions are written in the order they are to be performed.
  • (B) Instructions executed several time based on some condition.
  • (C) Select the proper path out of two or more alternative paths
  • (D) None of above
πŸ’¬ Discuss
βœ… Correct Answer: (C) Select the proper path out of two or more alternative paths