Name: ____________________________________________________ Q#01 Tick the correct option: 1. Program upgradation refers to: (a) Program enhancement (b) Program identification (c) Program development (d) Program implementation 2. Division by zero is: (a)Syntax error (b) runtime error (c) Logical error (d) Not an error 3. Normally the screen of computer monitor is in: (a) Graphic mode (b) Text mode (c) Both a & b (d) None 4. The first subscript in two-dimensional array is known as: (a)Subscript (b) column (c) Variable (d)Rows 5. The output of a function INT(3.999) is : (a) 3.9 (b) 3.99 (c)3 (d) 3.999 6. Which of the following key is used to save a BASIC program: (a)F3 (b) F4 (c) F2 (d) F1 7. The end of WHILE loop is: (a) END (b) stop (c)WEND (d)NEXT 8. Which of the following is not a valid graphic mode command: (a) DRAM (b) COLOR (c) PSET (d) LINE 9. Which function changes the way of displaying output in BASIC: (a) SCREEN (b) PRINT (c) LEFT$ (d) ABS 10. Line can be drawn with ____ staement: (a)LINE (b) DRAW (c)both A & B (d) none Q#02 Short Questions: (attempt any 12) 1: Compare Flow chart and algorithm ? 2: Define error, Bug and De-bugging? 3: Write different errors in BASIC language. Which is most difficult to find? 4: Define Array and write two uses of an Array? 5: Why DIM statement is used and write its syntax? 6:Differentiate betwween ABS() and INT() function ? 7:Differentiate between Built- in and user -define function ? 8: Make a flowchart of if- then and if-then else statement ? 9: Differentiate between WEND- WHILE and FOR—NEXT loop? 10: what is the difference between command and statement ? 11: Define variable and constant ? 12: what is logical operator? Write the name of different logical operators. 13: Define Graphics, pixels and resolution? 14:Define Line statement and write its syntax? 15: Differentiate between medium and High Resolution Graphic mode? Q#03 Long Questions: (attempt any 2 ) 1:Write a note on relational operator, logical operators and concatination operators. 2:Define control structure? How many control structure are available in BASIC . 3: What is meant by DRAW statement ? Explain DRAW statement with syntax and example.