The process of develop a program is called :
Programming
Programmer
Execution
Processing
For what purpose the following Algorithm is written ?
N2
Multiplication
N
N3
CIRCLE (150,100),50 which draws a circle with radius:
150
100
50
The acronym of COBOL is :
Common Basic Oriented Language
Common Business Oral Language
Common Basic Online Language
Common Business Oriented Language
In Algorithm, which of the following keyword is used to accept data into the program ?
START
PRINT
READ
Scan
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 set of rules to write a statement in BASIC is called:
Protocol
Syntax
Semantic
Meaning
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
None of these
'STEP-1' indicates:
Increment
Decrement
Negative
Subtraction