1.

2. Fill in the blanks1. works like stop button on the tool bar.2. checks the condition at the end of block(3) A control statement placed inside another control statement is said to be4. usually expressed with keywords such as IF... THEN... EISE.3. Write T for True and 'F' for False against each statement.(a) The step value in For Loop increments or decrements the value of counter.(b) The body of the loop executes atleast once before testing the condition in For ... Loop(c) Semicolon () is a separator.(d) To insert a line break, we use comma (.) separator.(e) It is not necessary to include Else statement every time in select case.​

Answer»

Answer:

works like stop button on the tool bar.

2. checks the condition at the end of block

(3) A control STATEMENT placed inside another control statement is said to be

4. usually expressed with keywords such as IF... THEN... EISE.

works like stop button on the tool bar.

2. checks the condition at the end of block

(3) A control statement placed inside another control statement is said to be

4. usually expressed with keywords such as IF... THEN... EISE.

3. Write T for True and 'F' for False against each statement.

(a) The step VALUE in For Loop increments or decrements the value of counter.

(b) The body of the loop executes atleast once before testing the condition in For ... Loop

(c) Semicolon () is a separator.

(d) To insert a line break, we USE comma (.) separator.

(e) It is not necessary to include Else statement every time in select case.

3. Write T for True and 'F' for False against each statement.

(a) The step value in For Loop increments or decrements the value of counter.

(b) The body of the loop executes atleast once before testing the condition in For ... Loop

(c) Semicolon () is a separator.

(d) To insert a line break, we use comma (.) separator.

(e) It is not necessary to include Else statement every time in select case.



Discussion

No Comment Found