Which of the following is not a programming language ?
COBOL
FORTRAN
DOS
C
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
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
None of these
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 acronym of COBOL is :
Common Basic Oriented Language
Common Business Oral Language
Common Basic Online Language
Common Business Oriented Language
The symbols +, -, *, and / are called:
Special symbols
Keyboard operators
Punctuations
Basic Arithmetic Operators
The set of rules to write a statement in BASIC is called:
Protocol
Syntax
Semantic
Meaning
'STEP-1' indicates:
Increment
Decrement
Negative
Subtraction