[{"id":155668,"question":"How many types of loop stricture are available in C?","choices":[{"text":"4","value":"A"},{"text":"3","value":"B"},{"text":"2","value":"C"},{"text":"6","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":155667,"question":"One execution of a loop is known as a:","choices":[{"text":"Cycle","value":"A"},{"text":"Duration","value":"B"},{"text":"Iteration","value":"C"},{"text":"Test","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":155666,"question":"This is a control structured that causes a statement or group of statements to repeat:","choices":[{"text":"Decision statement","value":"A"},{"text":"Loop","value":"B"},{"text":"Sequential","value":"C"},{"text":"Logical","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":152168,"question":"Which statement is used to move the control to the start of loop body?","choices":[{"text":"Continue","value":"A"},{"text":"Break","value":"B"},{"text":"Switch","value":"C"},{"text":"Go to","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":152167,"question":"The loop which never ends is called","choices":[{"text":"Infinite loop","value":"A"},{"text":"Running loop","value":"B"},{"text":"Continuous loop","value":"C"},{"text":"Nested loop","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":152166,"question":"A loop within a loop Is called","choices":[{"text":"Nested loop","value":"A"},{"text":"Complex loop","value":"B"},{"text":"Infinite loop","value":"C"},{"text":"Dual loop","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":152165,"question":"Which statement causes a loop to terminate early?","choices":[{"text":"Break","value":"A"},{"text":"Terminate","value":"B"},{"text":"Exit","value":"C"},{"text":"A and b","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":152164,"question":"This loop Is a good choice when you know how mane times you want the loop to Iterate in advance of entering the loop?","choices":[{"text":"While","value":"A"},{"text":"Do-while","value":"B"},{"text":"For","value":"C"},{"text":"Nested","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":152163,"question":"Which of the following loop is called counter loop?","choices":[{"text":"For","value":"A"},{"text":"While","value":"B"},{"text":"Do-while","value":"C"},{"text":"All","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":152162,"question":"In which loop the condition comes before the body of the loop?","choices":[{"text":"While loop","value":"A"},{"text":"Do-while loop","value":"B"},{"text":"For loop","value":"C"},{"text":"B and c","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":152161,"question":"In which loop the condition comes before the body of the loop?","choices":[{"text":"While loop","value":"A"},{"text":"Do-while loop","value":"B"},{"text":"For loop","value":"C"},{"text":"B and c","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":152160,"question":"Which loop,structure always executes at least once?","choices":[{"text":"Do-while","value":"A"},{"text":"For","value":"B"},{"text":"While","value":"C"},{"text":"All","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":152159,"question":"Where should be the loop control variable initialized?","choices":[{"text":"Before the loop starts","value":"A"},{"text":"In the first statement of the loop body","value":"B"},{"text":"In the last statement of the loop body","value":"C"},{"text":"Anywhere in the loop body Which loop","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":152158,"question":"A counter can be defined as","choices":[{"text":"The final value of a loop","value":"A"},{"text":"A variable that counts loop iterations","value":"B"},{"text":"The initial value of a loop","value":"C"},{"text":"The step value of a loop","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":152157,"question":"Which of the following loop is available In C language?","choices":[{"text":"While","value":"A"},{"text":"Do-while","value":"B"},{"text":"For","value":"C"},{"text":"All","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":152156,"question":"How many types of loop structure are available In C?","choices":[{"text":"4","value":"A"},{"text":"3","value":"B"},{"text":"2","value":"C"},{"text":"6","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":152155,"question":"One execution of a loop Is known as a (n)","choices":[{"text":"Cycle","value":"A"},{"text":"Duration","value":"B"},{"text":"Iteration","value":"C"},{"text":"Test","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":152154,"question":"This is a control structure that causes a statement or arouo of statements to repeat","choices":[{"text":"Decision statement","value":"A"},{"text":"Loop","value":"B"},{"text":"Sequential","value":"C"},{"text":"Logical","value":"D"},{"value":"E"}],"correctAnswer":3}]