Computer Science, asked by sgolu7838gmailcom12, 11 months ago


A. Tick () the correct option:
1. This loop provides specific locations for the 3 statements that comprise the loop :
(i) WHILE
(ii) FOR
(iii) DO.....WHILE (IV) None of these
2. The statement that skips the remaining code in a loop is
(i) Break
(ii) Switch
0 (iii) Continue (IV) All of these
Statement that terminates a loop is :

(i) WHILE
(ii) FOR
(ii) BREAK
(iv) None of these
4.
is called as exit check loop.
(i) DO...... WHILE O (ii) WHILE
iii) FOR
(iv) IF....ELSE
B. Fill in the blanks :
1. The sequence of instructions is called a briogram
2. In Java, the lopping statements ______________'. _______________ and __________
are used for performing
iteration.
3. Additional information passed along with the message is called
4. Keywords are also called
words.
5. The while loop is repeated when the condition is​

Answers

Answered by 9719703060narendra
3

Answer:

PLEASE TELL ME THIS ANSWER

Answered by KailashHarjo
0

(A) The correct option to the statements and (B) The complete statements are as follows:

1. This loop provides specific locations for the 3 statements that comprise the loop : FOR loop

2. The statement that skips the remaining code in a loop is : Break.

3. Statement that terminates a loop is : None of these

4. DO.. WHILE is called as exit check loop.

1. The sequence of instructions is called a Program.

2.  In Java, the lopping statements FOR, WHILE and DO..WHILE are used for performing iteration.

3. Additional information passed along with the message is called message passing.

4. Keywords are also called reserved words.

5. The while loop is repeated when the condition is​ true.

To learn more:

https://brainly.in/question/16088317

https://brainly.in/question/8299234

#SPJ2

Similar questions