Posts

Showing posts from June, 2013
Project Work for Class IX -2070 Submitted by:- Prabesh Bardewa Roll :-3 “ three” Project Work for Class IX -2070 First terminal project 1.       Define Operator. List its types with examples. Ans .    Operators are symbols that indicate the type of operation QBASIC has to perform on the data or on the values of variables. There are four types of operators in QBASIC. They are Arithmetic Operators, Relational Operators, Logical Operators and Sting Operator. a. Arithmetic Operators Operation ------------ Operator ------- Example ------------------ Result i. Addition ----------------- + --------- 5+8 ---------------------- 13 ii. Subtraction ----------- - ------------- 8-6 ---------------------- 2 iii. Multiplication -------- * ------------- 5*4 --------------------- 20 ...