Posts
Showing posts from July, 2018
What is a string operator? Write operator symbol for the string operator
- Get link
- X
- Other Apps
Define Logical operator with two types.
- Get link
- X
- Other Apps
Logical Operators combine two or more relational expressions to evaluate a single value as True (Non Zero) or False (Zero). The result of evaluation is used to make decisions about the program flow. The commonly used logical operators in QBASIC are AND, OR and NOT. It's any two types are as follows: a)AND b) OR
Define relational operator with two examples.
- Get link
- X
- Other Apps
Relational Operator are used to compare to values two values of some type either both numeric or both string. A comparison of sting data with numeric data cannot be done. The comparison of sting data is done on the basis of ASCII value. The result of comparison is either true (non zero) or false (zero). Two example of relational operator are < and >.
Define Variable. List two properties of variable.
- Get link
- X
- Other Apps
Variable refers to a storage area whose contents can vary during processing. All the variables are created in the memory of the computer. The data store can change during the execution of the programs. Two properties of variable are as follows. i) Any variables name may be up to 40 character long ii) Can’t contain characters other than letter, number and types of declaration character ($, %, #, & and ?)
Define QBASIC. List two elements of QBASIC
- Get link
- X
- Other Apps
QBASIC is a high level computer language published by Microsoft. QBASIC environment includes a full screen syntax checking, multi-file and multi-facilities, full-pull-down menus, syntax checking editor and a simple yet a power full menu structure that can be drive through either by the keyboard the mouse. list of two elements are as follows. A) Characters Set B) Constant