You are on page 1of 2

School Education Department Kanchipuram District 13.

Importing C++ program in a Python program is called


Revision Examination 2021 a. Wrapping b. Downloading c. Interconnecting d. Parsing
CLASS : 12 COMPUTER SCIENCE MARKS : 70
14. Which of the following is an organized collection of data?
Duration : 3.00 Hrs
PART-A a. database b, DBMS c. Information d. Records
ANSWER ALL THE QUESTIONS 15 X 1 = 15 15. Which key is used to run the module?
1. Which of the following is a distinct syntactic block? a. F6 b. F4 c. F3 d. F5`
a. Subroutines b. Function c. Definition d. Modules
2. Which of the following functions that retrieve information from the data type? PART-B
a. Constructors b. Selectors c. recursive d. Nested ANSWER ANY 6 QUESTIONS 6 X 2 = 12
3. The process of binding variable name to the object is called
a. Scope b. mapping c. late binding d. early binding `16. What are Parameters?
4. Which of the shortcut key to create new Python program? 17. What is scope?
a. Ctrl+C b. Ctrl +F c. Ctrl+B d. Ctrl+N
5. What olays a vital role in Python Programming 18. What is an Algorithm?
a. Statements b. Control c. Structure d. Identation
19. What will be the result
6. A Function calling itself is called
str=”MANIKANDAN”
a. Buil-in b. Recursion c. Lambda d. return
Print (str[0:4]) and print (str[4:])
7. A Subscript of a string may be
20. Write about input statement in PYTHON
a. positive b. negative c. a and b d. either a or b
21. What is set in Python
8. Which of the following Python function can be used to add more than one
22. What is a class?
element in the list
23. What is SQLite? What are its advantages?
a. append() b. append_more() c. extend() d. more()
PART- C
9. A Private class variable is prefixed by
ANSWER ANY 6 QUESTIONS 6 X 3 = 18
a. __ b. && c. ## d. **
24. What are Functions?
10. A Tuple is also known as
25. What are Keywords in Python
a. table b. row c. attribute d. field
26. What are the components of DBMS
11. The clause used to sort data in a database
27. Explain Lists and Tuples
a. SORT BY b. ORDER BY c. GROUP BY d. SELECT
28. Differentiate between DATA and INFORMATION
12. Which of the following module is provided by Python to do several operations 29. Write about CSV files?
on the CSV Files 30. Write about MinGW interface
a. py b. xls c. csv d. os 31. Define : Data Visualisation
PART-D

ANSWER ANY ONE FROM EACH QUESTION 5 X 5 = 25

32. Explain the scope rules of variables OR LEGB rule ? ( OR )

What are various types of control structures in PYTHON/ branching statements in python

33. Explain how will you user-defined functions in PYTHON ? Give example ( OR )

Explain various set operations supported by PYTHON with examples.

34. Differentiate CSV files and EXCEL files ( OR )

Explain SELECT command with various clauses in SQL

35. Explain the various features of PYTHON OVER C++ ( OR )

Explain fetchone(), fetchmany() and fetchall()

36. Explain various CLAUSES IN SQL ( OR )

Explain various buttons of matplotlib window

You might also like