Pictorial representation of Algorithm is called :
Clip art
Flow-chart
Graphs
Figures
The process of develop a program is called :
Programming
Programmer
Execution
Processing
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
The symbols +, -, *, and / are called:
Special symbols
Keyboard operators
Punctuations
Basic Arithmetic Operators
In BASIC, A(100,50) represents:
Point
Line
Circle
None of these
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
'STEP-1' indicates:
Increment
Decrement
Negative
Subtraction
In BASIC, which of the following statement is used to accept data into the program ?
PRINT
DATA
READ
INPUT
CIRCLE (150,100),50 which draws a circle with radius:
150
100
50
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