0% found this document useful (0 votes)
128 views2 pages

12th Computer Science EM Public Exam 2023 Model Question Paper English Medium PDF Download 1

This document contains a 15 question multiple choice practice exam on computer science for class 12 along with 6 additional short answer questions, one of which is compulsory. The questions cover topics like programming concepts, Python keywords, data types, SQL, databases, and graphics packages. The exam is 70 marks and takes 3 hours to complete. Answers and feedback should be sent to the provided email address.

Uploaded by

rahmansadik643
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
128 views2 pages

12th Computer Science EM Public Exam 2023 Model Question Paper English Medium PDF Download 1

This document contains a 15 question multiple choice practice exam on computer science for class 12 along with 6 additional short answer questions, one of which is compulsory. The questions cover topics like programming concepts, Python keywords, data types, SQL, databases, and graphics packages. The exam is 70 marks and takes 3 hours to complete. Answers and feedback should be sent to the provided email address.

Uploaded by

rahmansadik643
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

wwww wwww

ww ww
www.Padasalai.Net - No.1 Educational Website in Tamilnadu

www.Padasalai.Net – Public Exam 2023 – Model Question Paper


e e t t eet t
lalai .iN
.N COMPUTER l a
l i
a .iN
.N
SCIENCE l a
l i
a .iN
.
assaa CLASS : XII
I Choose the correct answer : a a dd aa ss aa MARKS: 70 TIME: 3Hrs
a dd
a aassaa
1. Which of the followingw
w P
. P
is a.distinct syntactic block?
15x1 = 15
ww..P P
wwwb)wFunctions c) Definition d) Modules
a) Subroutines
2. ADT :
wwww
a) Absolute Data Type b) Abstraction Data Type

et
e t t t
c) Abstract Data Type d) Abbreviated Data Type
ee

et
lalai.iN
.N l a
l i
a .iN
.N l a
l i
a .iN
.
3. Which of the following is used in programming languages to map the variable and object?

assaa aa aa
a) : : b) : = c) = d) = =
aass as
as

.N
PP add P P dd
4. From the following sorting algorithms which algorithm needs the minimum number of swaps?
a aa
ww.. w
w ..
a) Bubble sort b) Quick sort c) Merge sort d) Selection sort

wwww wwww
5. The shortcut key to Run a python module?

lai
a)F2 b) F3 c) F4 d)F5
6. How many important control structures are there in Python?
a) 3 b) 4 c) 5 d) 6

eet t eet t
7. Which of the following keyword is used to exit a function block?
sa
l a
l i
a .iN
.N l a
l i
a .iN
.N
a) define b) return c) finally d) def
l a
l i
a .iN
.
assaa s aa
s s aa
s
8. The subscript index value of strings starts with
a) 0 b) 1 c) n d) n-1
aa a
dd a aa a
dd a
da
9.What is the output?
w
w P
.. P ww P
.. P
wwww wwww
for i i range(5,15,3)
print(i)
Pa

a) 5 4 3 2 1 b) 5 10 15 c) 5 8 11 14 d) 3 4 5
10. Which of the following class declaration is correct?
eet t eet t
a) class class_name: b) class class_name<>

l a
l i
a .iN
.N l a
l i
a .iN
.N
c) class class_name d) class class_name[ ]
l a
l i
a.iN
.
assaa aa aa
w.

ddaass
11. When the first verstion of SQL was developed?
a
dd s
a s
P
.. Paa
a) 1986 b) 1970 c) 1992 d) 2008
P
.. Paa
w
12. By Default CSV files should open automarically in
w ww
wwww wwww
ww

a) Notepad b) MS Excel c) MS Access d) Python


13. A framework for interfacing Python and C++ is
a) Ctypes b) SWIG c) Cython d) Boost
14. SQLite falls under which database system?
eet t eet t
.iN .iN .iN
a) Flat file database system b) Relational Database system

l a
l i
a .N lalai .N l a
l i
a
c) Hierarchical database system d) Object oriented Database system .
assaa aa aassaa
15. Which is a python package used for 2D graphics?
dd aa a
dd s
a aa
s
a) matplotlib.pyplot b) matplotlib.pip c) matplotlib.numpy d) matplotlib.plt

ww P
..P w
w P
.. P
wwww wwww
PREPARED BY K.KALEESWARI,M.Sc., B.Ed., Page 1

eet t e e t t
.NN Kindly send me your questions and .NN [email protected]
answerkeys to us : .N
w w ww ww ww
ww ww
www.Padasalai.Net - No.1 Educational Website in Tamilnadu

II Answer any SIX of the following questions (Q.No.24 is compulsory) 6x2=12


16. What is Abstract data type?

eet t eet t
17. Differentiate del with remove( ) function of List.

lalai .iN
.N
18. What is Mapping?
l a
l i
a .iN
.N l a
l i
a .iN
.
assaa s aa
s s aa
s
19. Define Control statement.
a
dd a
20. Write the different types of function.
aa aa a
dd a
P
.. P
21. What is data consistency?
w
w ww P
..P
wwww wwww
22. Mention the default modes of the File
23. Write the expansion of :(i) SWIG (ii) MinGW
24. What is the advantage of declaring a column as “INTEGER PRIMARY KEY”
III Answer any SIX of the following questions (Q.No.33 is compulsory) 6x3=18
et
e t eet t

et
25. Write Syntax for function definition and explain it.

lalai.iN
.N l a
l i
a .iN
.N
26. Define Enclosed scope with an example.
l a
l i
a .iN
.
assaa ssaa ssaa
27. Write short notes on Escape sequences with examples.
aa aa

.N
aadd
28. Write a python program to find the length of a string.
PP P Padd
a
ww..
29. What are class members? How do you define it?
w
w ..
wwww
30. Write a SQL statement using DISTINCT keyword.
wwww

lai
31. Write a Python program to write a CSV File with custom quotes
32. What is MinGW? What is its use?
33. What will be the output of the following code?
eet t sa eet t
.iN .iN .iN
list = [3**x for x in range(6)]

l a
l i
a .N print(list)
l a
l i
a .N l a
l i
a .
assaa IV Answer ALL the questions

aa a
dd s
a aa
s
aa a
dd s
a aa
s 5x5=25
da
34. What are called Parameters and write a note on

w
w P
.. P ww P
.. P
`(i) Parameter without Type (ii) Parameter with Type (OR)

wwww wwww
Explain about Aggregate functions with example.
35. Explain input() and print() functions with examples. (OR)
Pa

What the different ways to delete an element in a list. Explain with suitable example.

eet eet
36. Explain the scope of variables with an example. (OR)
t t
l a
l i
a .iN
.N l a
l a .iN
.N
Write the different types of constraints and their functions.
i
37. What are the key difference between Histogram and Bar graph. (OR)
l a
l i
a.iN
.
assaa aa aa
w.

aass a s
a s
Write a program to accept a string and print the number of uppercase, lowercase, vowels,
dd dd
P aa
consonents and spaces in the given string.p
.. P P
.. Paa
w
w ww
38. Write the different methods to read a File in Python. (OR)
wwww wwww
ww

Explain the Bubble sort algorithms with example.

eet t eet t
l a
l i
a .iN
.N lalai.iN
.N l a
l i
a .iN
.
assaa aa a
ddassaa
aa a
dd s
a aa
s
ww P
..P w
w P
.. P
wwww wwww
PREPARED BY K.KALEESWARI,M.Sc., B.Ed., Page 2

eet t e e t t
.NN Kindly send me your questions and .NN [email protected]
answerkeys to us : .N

You might also like