'STEP-1' indicates:
Increment
Decrement
Negative
Subtraction
The process of develop a program is called :
Programming
Programmer
Execution
Processing
In BASIC, which of the following statement is used to accept data into the program ?
PRINT
DATA
READ
INPUT
The set of rules to write a statement in BASIC is called:
Protocol
Syntax
Semantic
Meaning
Acronym of BASIC is :-
Beginners All Purpose Symbolic Instruction Code.
Basic All Purpose Symbolic Instruction
Beginners All Purpose Symbolic information Centre
Beginners All Purpose system for Information Centre
The step-by-step procedure to solve a particular problem is called :-
Algorithm
Coding
None of these
The symbols +, -, *, and / are called:
Special symbols
Keyboard operators
Punctuations
Basic Arithmetic Operators
Write the output. 10 FOR N=1 to 10 Step2 20 PRINT N 30 Next N
Prints all multiples of 2 between 1 and 10
Prints odd numbers between 1 and 10
Prints even numbers between 1 and 10
Read the algorithm, and answer the following question ?
If the value of R is 3, then what is the value of P, after execution ?
9
27
18
19
In BASIC, A(100,50) represents:
Point
Line
Circle