Posts

Showing posts from December, 2023

Gujarati:- PT-2 Revision Worksheet

Image

Class 8: Ch.8 Python–Lists, Loops and Functions [W.B]

Image

Class:8 , Sub : Computer , Ch.8 Python–Lists, Loops and Functions [N.B]

Image
  1 Select the correct option . a.                    Items in a list with five elements will have index from              . i.    1to 4             ii.1 to 5              iii.0to 5               iv.0to 4   Ans:      0to 4 b.                    The method used to remove an item from a list is                . i.   pop()            ii. remove()          iii. both (i)and( ii)         iv.none of the above Ans:      remove() c.                     Each execution of a loop is called                   . i.   cycle           ii. iteration          iii. phase               iv.none of the above Ans:       iteration d.                    The                statement is used to go ahead to the next iteration without executing the remaining statements in the loop i.   continue       ii. break                 iii. Else                 iv. stop Ans:      continue