BASIC is a ______ language.
HLL
LLL
Middle level
Binary.
_____ operators are used for comparing values.
Arithmetical
Relational
Losical
None of these
Relational expressions from a condition and produce the output as ________.
True only
False
Either true or false
______command is used to take the program (is already saved program) in to the terminal.
Run
Execute
Load
Save
_______ represent a set of data items (or elements).
READ
Array
DATA
INPUT
How many times the following print will work?
100 times
300 times
3 times
101 times
What is the output of the following program: 10 CLS ,20 FOR I=1 to 25, 30 PRINT I, 40 NEXT I.
1 and 25.
Natural numbers up to 25.
Country 25 numbers
_______ lets to repeatedly execute a set of program statements?
FOR NEXT
FOR...NEXT
FOR...STEP
FOR...NEXT...PRINT
Find the output? After execution what is the value of sum?
10 CLS
20 sum=0
30 FOR I=1 to 5
40 SUM=SUM+I
50 NEXT I
60 PRINT SUM
80 END.
15
10.
5.
1.
Basic is ______ language.
Interpreted
Compiler
Assembler
Translator