adplus-dvertising
frame-decoration

Question

Loop statement which is repeated to some given number of times is classified as

a.

FOR loop

b.

GO loop

c.

REPEAT loop

d.

GO REPEAT loop

Answer: (a).FOR loop

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Loop statement which is repeated to some given number of times is classified as

Similar Questions

Discover Related MCQs

Q. A program which interprets each line of high level program at time of execution is called

Q. Set of data whose items are organized together is classified as

Q. ____________ is a container that represents a value in a program.

Q. To distinguish between different data types, a computer uses special__________.

Q. ____________is the same thing as a variable with one major difference. Its does not change, while the value of a variable can change throughout a program.

Q. Array is a special type of variable used in many programming languages, such as_________.

Q. What is a segment of code that executes repeatedly based on a certain condition?

Q. What is defined as a set of code used to carry out specific tasks?

Q. What is used for a real world object that is to be used in a program?

Q. ________ is object oriented programming language that uses virtual functions, multiple inheritance, exception handling, polymorphism, etc.

Q. C++ provides comprehensive coverage of abstract classes, such as___________.

Q. A linked list is a linear collection of similar data elements called_________.

Q. ____________________ was the first high -level language developed by John Backus at IBM in 1956.

Q. This language was developed by Dennis Ritchie of Bell Laboratories in order to implement the operating system UNIX.

Q. C is known as

Q. Which of the following is language processor?

Q. _______ converts an assembly language program into machine language.

Q. Which of the following language processors converts a high-level language program line by line into a machine language?

Q. Errors in a computer program are referred to as

Q. Computer programs are written in a high level programming language; however, the human-readable version of a program is called ………….