New ! Computer Science MCQ Practise Tests



12th Standard English Medium Computer Science Subject Lists, Tuples, Sets and Dictionary Creative 3 Mark Questions with Solution Part - I

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 15

    3 Marks

    5 x 3 = 15
  1. Read the following program and write the output according to the print statement mentioned
    list = ['T', 'H', 'N', 'M']
    del list [1]
    (i) print (list)
    del list [1:3]
    (ii) print (list)
    del list
    (iii) print (list)

  2. Read the following and write the output given by the print function mentione(d)
    list = [12, 89, 34, 79, 80]
    (I) print (list. remove (34))
    (Ii) print (list. pop (1))
    (iii) print (list. clear ())

  3. Write the output for the following.
    list = [36, 12, 12]
    (I) print (list. count (12))
    (ii) print (list. index (12))
    (iii) print (list. reverse ())

  4. Differentiate list and tuple.

  5. How will create a set in python? Give an example.

*****************************************

Reviews & Comments about 12th Standard English Medium Computer Science Subject Lists, Tuples, Sets and Dictionary Creative 3 Mark Questions with Solution Part - I updated Creative Questions

Write your Comment