πŸ“Š Fundamentals of Computer Programming
Q. Following is the DOS command to print the file' add.c ' without installing a printer driver on your PC.
  • (A) type add.c> prn
  • (B) edit add.c > prn
  • (C) print a
  • (D) c
πŸ’¬ Discuss
βœ… Correct Answer: (A) type add.c> prn
πŸ“Š Fundamentals of Computer Programming
Q. .... are used within program to help in understanding the logic of the program and hence are a form of external documentation.
  • (A) Debugging
  • (B) White Box Testing
  • (C) Comments
  • (D) Syntax Errors
πŸ’¬ Discuss
βœ… Correct Answer: (C) Comments
πŸ“Š Fundamentals of Computer Programming
Q. .... is a form of external documentation and is required to ensure smooth execution of software ..
  • (A) Logical Error
  • (B) User Manual
  • (C) System Manual
  • (D) Comments
πŸ’¬ Discuss
βœ… Correct Answer: (B) User Manual