adplus-dvertising
frame-decoration

Question

In line "550 INPUT NUM: PRINT 6.9*NUM*NUM+27" of a BASIC program, 'PRINT and INPUT' is

a.

reserved words

b.

reserved variable

c.

reserved constant

d.

reserved exponent

Answer: (a).reserved words

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In line "550 INPUT NUM: PRINT 6.9*NUM*NUM+27" of a BASIC program, 'PRINT and INPUT' is

Similar Questions

Discover Related MCQs

Q. Whole numbers from '0' and all negative numbers are classified as

Q. In high-level language Pascal, area is calculated as

Q. In line "100 INPUT NUM" of a BASIC program, NUM is if chosen by programmer is classified as

Q. Type of statement written in sequence and are repeated until conditions met is classified as

Q. Size of an array is declared by

Q. In repeat-until loop 'UNTIL Option>0 and Option<8 AND INT(Option) = Option' , INT function is classified as

Q. Sequence of instructions that are carried out for a particular task is classified as

Q. Programming language 'FORTRAN' stands for

Q. In statement 110 IF Num = INT(Num) THEN PRINT "Whole number' "of BASIC language, built-in function is

Q. An instruction which tells assembler how to deal with whole program is classified as

Q. In COMAL language programs, variables in program procedure are declared local using

Q. Functions used in programs that are defined by programmers are called

Q. An assembler translates

Q. Name given by a programmer to some data is classified as

Q. Comments used to make program easier are also called as

Q. In line "100 INPUT NUM" of a BASIC program, 'INPUT NUM' is

Q. When variable used in program is whole number, variable is stored as

Q. Statement in BASIC language 150 IF A1=A2 THEN ComparisonINR ="EQUAL" is an example of

Q. To made program more easier to understand, programmers can

Q. In line '300 IF NAMEINR ="***" THEN Average= Total Mark/N' of BASIC program, "***" is classified as