Computer Science, asked by prabazion427722y72, 2 months ago

Which statement is used to assign a value to a variable ​
Option A ) SEQUENCE
Option B ) ASSIGNMENT
Option C ) LOOPING

Answers

Answered by sindhususi78
0

Answer:

Multiple Choice Questions:

1) Which variable keeps track of the ' number of times ' a particular instruction has been executed in a loop?

a. CONTROL

b. NEXT

c. FOR

2) Which value is optional and can either be positive or negative?

a. FOR

b. STEP

c. NEXT

3) Which statement combines the initalization and checking steps of counters in a single statement?

a. DO

b. WHILE

c. FOR

4) Which statement gives the increments to control variable, and directs the program control back to FOR statement?

a. NEXT

b. FOR

c. STEP

5) Which statement shifts the control back to the WHILE statement?

a. WHILE

b. WEND

c. DO

Similar questions