QBasic (Computer Programming)

  1. What is a computer program? What is computer programming?
    • A program is a collection or sequence of instruction which performs a specific task on a computer. Read More...
  2. What are keywords?
  3. What is variable? What is constant?
  4. What is expression? 
  5. What is operator? What is operand?
  6. What is meta-command?
  7. What is data type? What are data types used in QBasic?   
  8. What is control structure?
  9. What is QBasic? What are features of QBasic?
  10. What is modular programming?
  11. What are the advantages of modular programming?
  12. What is module? What is main module and sub module?
  13. Why is Qbasic called modular programming? 
  14. What is build-in function or library function?
  15. What is procedures? What are its types?
  16. What is SUB Procedure?
  17. What is FUNCTION Procedure?
  18. What are features of SUB Procedure? 
  19. What are features of FUNCTION Procedure?
  20. What is user defined function? 
  21. What is DECLARE Statement?
  22. What is DIM SHARED, SHARED and COMMON SHARED Statement?
  23. What is reserved word and user defined word?
  24. What are Parameters and Arguments?
  25. What is actual and formal parameter?
  26. What is local and global variables?
  27. What is SUB....END SUB Statement? What is its syntax?.
  28. What do you mean arguments passing by reference and by value methods?
  29. How to declare a function using array as argument? 
  30. What are the differences between function and function procedure? 
  31. What is file handling? and its types. What is file in file handling?
  32. What is program file and data file?
  33. What are the different types of data files? (sequential and random files)? 
  34. What is file mode? What are the modes of files in Qbasic?  
  35. What is OUTPUT mode?
  36. What is APPEND mode?
  37. What is INPUT mode?
  38. What are the advantages of a data file in program?
  39. What are the functions of the given statements? 
OPEN WRITE/WRITE# CLOSE/CLOSE# FILES EOF ( )
INPUT# INPUT$ LINE INPUT# NAME AS KILL
MKDIR CHDIR RMDIR SHELL SYSTEM
CALL PRINT#