πŸ“Š Fundamentals of Computer Programming
Q. Any program can be written using structures.
  • (A) Sequence logic, Merge logic, Insertion logic
  • (B) Sequence logic, Selection logic, Iteration logic
  • (C) Sequence logic, Branch logic, Iteration logic
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) Sequence logic, Selection logic, Iteration logic
πŸ“Š Fundamentals of Computer Programming
Q. Method which uses a list of well-defined instructions to complete a task, starting from a given initial state to end state, is called
  • (A) Program
  • (B) Algorithm
  • (C) High level Language
  • (D) Flowchart
πŸ’¬ Discuss
βœ… Correct Answer: (B) Algorithm
πŸ“Š Fundamentals of Computer Programming
Q. As compared to a flowchart, it is easier to modify the_________of a program logic when program modifications are necessary.
  • (A) Macro flowchart
  • (B) Micro flowchart
  • (C) Terminal
  • (D) Pseudo code.
πŸ’¬ Discuss
βœ… Correct Answer: (D) Pseudo code.