adplus-dvertising
frame-decoration

Question

Loop which is tested at least once in case condition does not fulfilled is classified as

a.

GO loop

b.

FOR loop

c.

REPEAT loop

d.

REPEAT UNTIL loop

Answer: (d).REPEAT UNTIL loop

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Loop which is tested at least once in case condition does not fulfilled is classified as

Similar Questions

Discover Related MCQs

Q. First component in algorithms is

Q. In programming language BASIC, area is calculated as

Q. Program used for interactive computing is

Q. All numbers including decimals are classified as

Q. Loop statement used in program to continue repetition until some condition is met is classified as

Q. Group of all special characters such as digits and letters are classified as

Q. In programming a single instruction is classified as

Q. Program style and must be written in

Q. In line 100 INPUT NUM: PRINT 3.1*NUM*NUM+5" of a BASIC program, ' PRINT 3.1 and 5' are classified as

Q. A program which translates high level program into machine code is classified as

Q. If element in array has two subscripts, then array has

Q. Names used to identify a specific location and are invented by programmers are called

Q. In line "300 INPUT NUM: PRINT 4.2*NUM*NUM+17" of a BASIC program, '300' is

Q. In JMP PRNT command, JMP and PRNT respectively are classified as

Q. Statement in Comal language 'IF age >=18 THEN PRINT "Yes" ELSE PRINT "No" is an example of

Q. Programming language used to encourage logical thinking is classified as

Q. Statement which is treated as choice for a possible actions is classified as

Q. In line "750 INPUT NUM: PRINT 7.3*NUM*NUM+15" of a BASIC program, '7.3*NUM*NUM+15' is

Q. LDA is used instead of LOAD ACCUMULATOR and can be classified as

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