(IX) QBASIC Theory Questions

QBASIC Theory Q|A

  1. Define algorithm and flowchart.
  2. Make list of any four standard flowchart symbols with their meanings.
  3. Define variable and constant with examples.
  4. Mention any two rules for variable naming.
  5. Why is explicit declaration of a variable better than implicit declaration of it?
  6. Define operator and operands.
  7. What is relational operator?
  8. What is Logical operator?
  9. What is a Loop.
  10. List the three types of loop used in QBASIC.
  11. Differentiate between pre-test and post-test loop.
  12. Define nested loop.
  13. Define infinite loop.
  14. What is string concatenation?
  15. What is functions in QBASIC?
  16. List the types of functions supported by QBASIC.
  17. Differentiate between Library function and User Defined functions.
  18. Explain function arguments with an example.
  19. Define numeric and string functions with some examples.
  20. Write the functions of LEFT$,RIGHT$, LEN, UCASE$,LCASE$ and MID$.
  21. Differentiate between PRINT statement with a comma and PRINT statement with a semicolon.
  22. What is an array?