- 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...
- What are keywords?
- What is variable? What is constant?
- What is expression?
- What is operator? What is operand?
- What is meta-command?
- What is data type? What are data types used in QBasic?
- What is control structure?
- What is QBasic? What are features of QBasic?
- What is modular programming?
- What are the advantages of modular programming?
- What is module? What is main module and sub module?
- Why is Qbasic called modular programming?
- What is build-in function or library function?
- What is procedures? What are its types?
- What is SUB Procedure?
- What is FUNCTION Procedure?
- What are features of SUB Procedure?
- What are features of FUNCTION Procedure?
- What is user defined function?
- What is DECLARE Statement?
- What is DIM SHARED, SHARED and COMMON SHARED Statement?
- What is reserved word and user defined word?
- What are Parameters and Arguments?
- What is actual and formal parameter?
- What is local and global variables?
- What is SUB....END SUB Statement? What is its syntax?.
- What do you mean arguments passing by reference and by value methods?
- How to declare a function using array as argument?
- What are the differences between function and function procedure?
- What is file handling? and its types. What is file in file handling?
- What is program file and data file?
- What are the different types of data files? (sequential and random files)?
- What is file mode? What are the modes of files in Qbasic?
- What is OUTPUT mode?
- What is APPEND mode?
- What is INPUT mode?
- What are the advantages of a data file in program?
- 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# |