[{"id":18139,"question":"The break statement is used to exit from which part of a loop?","choices":[{"text":"Beginning","value":"A"},{"text":"Middle","value":"B"},{"text":"End","value":"C"},{"text":"None of the above","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":18138,"question":"The initialize expression and increment expression are contained in the loop expression in a","choices":[{"text":"While loop","value":"A"},{"text":"For loop","value":"B"},{"text":"Do-while loop","value":"C"},{"text":"Mathematical while loop","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18137,"question":"A multiple statement while loop is terminated with a","choices":[{"text":"Right brace","value":"A"},{"text":"Right bracket","value":"B"},{"text":"Coma","value":"C"},{"text":"Semicolon","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":18136,"question":",,,,,,,,,,,,,,is used to separate the three parts of the loop expression in a for loop","choices":[{"text":":","value":"A"},{"text":";","value":"B"},{"text":"\"","value":"C"},{"text":"|","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18135,"question":"The Ionc variable is initialized","choices":[{"text":"Inside the loop","value":"A"},{"text":"Outside the loop","value":"B"},{"text":"Either inside or outside the loop","value":"C"},{"text":"At the end of loop","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18134,"question":"The condition being tested may use which of the following operations?","choices":[{"text":"Relational operators","value":"A"},{"text":"Assignment operators","value":"B"},{"text":"Logical operator","value":"C"},{"text":"Both A and B","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":18133,"question":"To associate a group of statements with the while statement enclose them between a pair of","choices":[{"text":"{ .}","value":"A"},{"text":"{}","value":"B"},{"text":"( )","value":"C"},{"text":"\" &nbsp;\"","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":18132,"question":"The statement associated with the while statement can be a ...........","choices":[{"text":"Unary statement","value":"A"},{"text":"Compound statement","value":"B"},{"text":"Binary statement","value":"C"},{"text":"Ternary statement","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18131,"question":"In case of programing when you want to do something a fixed number of times then which of the following statement is used?","choices":[{"text":"For statement","value":"A"},{"text":"While statement","value":"B"},{"text":"Do-while statement","value":"C"},{"text":"Continue statement","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18130,"question":"The method by way of which we can repeat a part of program is","choices":[{"text":"Using a for statement","value":"A"},{"text":"Using a do-while statement","value":"B"},{"text":"Using a while statement","value":"C"},{"text":"Using a if-then-else statement","value":"D"},{"value":"E"}],"correctAnswer":4}]