πŸ“Š Fundamentals of Computer Programming
Q. According to Selection Logic (Decision Logic) of Pseudo code
  • (A) Instructions are written in the order they are to be performed
  • (B) Instructions will be executed several time based on so condition.
  • (C) Instructions will be executed only ones based on condition.
  • (D) None of the above.
πŸ’¬ Discuss
βœ… Correct Answer: (C) Instructions will be executed only ones based on condition.
πŸ“Š Fundamentals of Computer Programming
Q. According to Sequence Logic a Pseudo code _
  • (A) Instructions are written in the order they are to be performed
  • (B) Instructions will be executed several time based on some condition.
  • (C) Instructions will be executed only ones based on some condition.
  • (D) None of the above.
πŸ’¬ Discuss
βœ… Correct Answer: (A) Instructions are written in the order they are to be performed
πŸ“Š Fundamentals of Computer Programming
Q. To show Start and End of program (D) Explain user interface of application
  • (A) Kite box is used.
  • (B) Circle is used.
  • (C) Round corner rectangle is used
  • (D) Pentagon is used.
πŸ’¬ Discuss
βœ… Correct Answer: (C) Round corner rectangle is used
πŸ“Š Fundamentals of Computer Programming
Q. A component of a computer that locates a given program or application from the offline storage, loads it into the main memory and facilitates its execution is called_______.
  • (A) Interpreter
  • (B) Compiler
  • (C) Linker
  • (D) Loader
πŸ’¬ Discuss
βœ… Correct Answer: (D) Loader