QBasic (Computer Programming)
- 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 is QBasic? What are features of QBasic? (View)
- Write the rules for naming the variables in QBasic. (View)
- What is program window? What is immediate window? (View)
- What are the functions of given keys in Qbasic? (F1, F2, F3, F4, F5, F6, F7) (View)
- What is the function of REM statement? Can you use REM statement in the same line with input statement? Why? (View)
- What is the function and syntax of SELECT CASE statement? (View)
- What is the function and syntax of DO WHILE ….. LOOP statement? (View)
- What is the function and syntax of DO UNTIL ….. LOOP statement? (View)
- What is the function and syntax of WHILE ….. WEND statement? (View)
- What is the function and syntax of DO ….. LOOP WHILE statement? (View)
- What is the function and syntax of READ ..... DATA statement? (View)
- Define Branching statement. List different types of branching statement? (View)
- What is Loooing statement? List different types of looping. (View)
- What is the function of color statement and color codes? (View)
- What is Screen modes? Screen Mode Codes? (View)
- What is modular programming? (View)
- What are the advantages of modular programming? (View)
- What are the disadvantages of modular programming? (View)
- What is module? What is main module and sub module? (View)
- Why is Qbasic called modular programming? (View)
- What is procedures? What are its types? (View)
- What is SUB Procedure? (View)
- What is FUNCTION Procedure? (View)
- What is built-in function or library function? (View)
- What are features of SUB Procedure? (View)
- What are features of FUNCTION Procedure? (View)
- What are the differences between SUB-procedure and Function-procedure? (View)
- What is user defined function? (View)
- What is DECLARE Statement? (View)
- What is SIM statement? Why is DIM used after defining types of variables? (View)
- What is DIM SHARED, SHARED and COMMON SHARED Statement? (View)
- What are Parameters and Arguments? (View)
- What is actual and formal parameter? (View)
- What is local and global variables? (View)
- What is SUB....END SUB Statement? What is its syntax? (View)
- What is arguments passing by reference? (View)
- What is arguments passing by value methods? (View)
- What is file handling? and its types. What is file in file handling? (View)
- What is program file and data file? (View)
- What are the different types of data files? (sequential and random files)? (View)
- What is file mode? What are the modes of files in Qbasic? (View)
- What is OUTPUT mode? (View)
- What is APPEND mode? (View)
- What is INPUT mode? (View)
- Differences between OUTPUT mode and APPEND mode. (View)
- What are the advantages of a data file in program? (View)
- What is the difference between DATE$ statement and DATE$ function? (View)
- 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# CONST TAB LOCATE REM