New ! Computer Science MCQ Practise Tests



12th Standard English Medium Computer Science Subject Book Back 2 Mark Questions with Solution Part - I

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 50

    2 Marks

    25 x 2 = 50
  1. Write the inference you get from X : = (78).

  2. Differentiate interface and implementation.

  3. What is Mapping?

  4. What do you mean by Namespaces?

  5. What is Sorting?

  6. What are the different operators that can be used in Python?

  7. Write short notes on Exponent data?

  8. Write is the syntax of if..else statement.

  9. Write the different types of function.

  10. What are the main advantages of function?

  11. What will be the output of the following python code?
    str1 = “School”
    print(str1*3)

  12. What will be the value of x in following python code?
    List 1 = [2, 4, 6[1, 3, 5]]
    x = len (List 1)

  13. What is set in Python?

  14. What is the output of the following program?
    Class Sample:
    __num=10
    def disp(self):
    print(self.__num)
    S=Sample()
    S.disp()
    print(S.__num)

  15. What is the purpose of Destructor?

  16. What is the difference between Hierarchical and Network data model?

  17. Write the difference between table constraint and column constraint?

  18. Which component of SQL lets insert values in tables and which lets to create a table?

  19. Mention the default modes of the File.

  20. Differentiate compiler and interpreter.

  21. What is the use of modules?

  22. What is the advantage of declaring a column as “INTEGER PRIMARY KEY”

  23. Write the command to populate record in a table. Give an example.

  24. List the types of Visualizations in Matplotlib.

  25. How will you install Matplotlib?

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

Reviews & Comments about 12th Standard English Medium Computer Science Subject Book Back 2 Mark Questions with Solution Part - I

Write your Comment