12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications மின்னணு தரவு பரிமாற்றம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிக பாதுகாப்பு அமைப்புகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின்னணு செலுத்தல் முறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications திறந்த மூல கருத்துருக்கள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு வடமிடல் Sample Question Papers Study Material - QB365 Set A

Published on: 09/03/2020
12th Standard Computer Science English Medium All Chapter Book Back and Creative One Mark Question 2020
Download Tamil Nadu 12th Standard Computer Science question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Computer Science Test

1.
What will be the output of print (len("CHENNAI"))?
7
8
9
Error
2.
The _______ keyword is used along with the SELECT command to eliminate duplicate rows in the table?
DUPLICATE
DISTINCT
ELIMINATE
a ro b
3.
The ______ operator is used to append a new string with an excisting string.
+
+ =
* =
+ +
4.
Which of the following is not a category of SQL command?
DDL
DDL
DML
TCL
5.
The default x.vector has the same length of y but starts with
3
2
1
0
6.
The numerical data is encoded using
dots
lines
bars
all of these
7.
________ has a native library of SQlite.
Python
C++
Java
C
8.
Which of fhe following is not a type of data model?
Hierarchical model
Entity Relationship model
Object model
Redundancey model
9.
Which of the following in a table represents a record?
Row
Column
File
Data
10.
Which values cannot be counted?
Integer
String
Float
Null
11.
print (ord('A') displays
65
A
a
97
12.
Functions that calls itself are known as
User defined
Recursive
Built-in
Lambda
13.
___________ module of python helps you to split command line options and arguments.
OS
Getopt
Sys
All of these
14.
Constructor must begin and with double _________
Colon
Semicolon
Dot
Underscore
15.
Which of the following is a scripting language?
Ruby
ASP
TCI
All of these
16.
Which of the following is a valid private variable in python?
- i
.i -
- - i
i - -
17.
A loop placed within another loop is called as ____ loop structure.
entry check
exit check
nested
conditional
18.
How many ways are there to write a new or modify the existing CSV file?
8
6
4
2
19.
Find the odd man out
Branching
looping
sequential
Condition
20.
Tuples are enclosed with ________________
[ ]
{ }
( )
< >
21.
In CSV file, each record is to be located on a separate line, delimited by a line break by pressing
Enter key
ESV key
Tab key
Shift key
22.
Write the output for the following.
Tu = {1, 2, 4, 4, 5, 6}
print (Tu (4))
4,5,6
6
5,6
4,4,5,6
23.
Which of the following algorithm finds the position of a search element within a sorted array?
Binary search
Linear search
Sequential search
List search
24.
Which of the following is not an example of data structures?
Control statement
Structure
List
Dictionary
25.
By default, the C++ and Java class members are
Private
Protected
Public
Local
26.
Which of the following members of a class are denied access from outside the class?
Private
Protected
Public
Enclosed
27.
Which of the following date includes decimal point?
Character
String
Boolean
Floating point
28.
In Python, How many ways programs can be written?
4
3
2
many
29.
Tuple is constructed by using ______ and________
( )
[ ]
<>
{}
30.
How many values can be stared in the list?
4
10
100
Multiple
31.
Explicitly_________the types can help with debugging.
defining
annotating
informing
computing
32.
In which type of function the return type is solely depends on its argument passed?
pure
impure
parameterized
monochromatize
33.
To install matplotlib, the following function will be typed in your command prompt. What does “-U”represents?
Python –m pip install –U pip
downloading pip to the latest version
upgrading pip to the latest version
removing pip
upgrading matplotlib to the latest version
34.
Which is a python package used for 2D graphics?
matplotlib.pyplot
matplotlib.pip
matplotlib.numpy
matplotlib.plt
35.
Which of the following is a control structure used to traverse and fetch the records of the database?
Pointer
Key
Cursor
Insertion point
36.
SQLite falls under which database system?
Flat file database system
Relational Database system
Hierarchical database system
Object oriented Database system
37.
Which of the following can be used for processing text, numbers, images, and scientific data?
HTML
C
C++
PYTHON
38.
Which of the following is a software design technique to split your code into separate parts?
Object oriented Programming
Modular programming
Low Level Programming
Procedure oriented Programming
39.
Which of the following is a string used to terminate lines produced by writer()method of csv module?
Line Terminator
Enter key
Form feed
Data Terminator
40.
The command used to skip a row in a CSV file is
next()
skip()
omit()
bounce()
41.
The clause used to sort data in a database
SORT BY
ORDER BY
GROUP BY
SELECT
42.
43.
Relational database model was first proposed by
E F Codd
E E Codd
E F Cadd
E F Codder
44.
Which database model represents parent-child relationship?
Relational
Network
Hierarchical
Object
45.
The process of creating an object is called as:
Constructor
Destructor
Initialize
Instantiation
46.
Which of the following is the private class variable?
__num
##num
$$num
&&num
47.
What is the use of type() function in python?
To create a Tuple
To know the type of an element in tuple.
To know the data type of python object
To create a list.
48.
If List=[17,23,41,10] then List.append(32) will result
[32,17,23,41,10]
[17,23,41,10,32]
[10,17,23,32,41]
[41,32,23,17,10]
49.
What will be the output of the following code?
str1 = "Chennai Schools"
str1[7] = "-"
Chennai-Schools
Chenna-School
Type error
Chennai
50.
Which of the following is the output of the following python code?
str1="TamilNadu"
print(str1[::-1])
Tamilnadu
Tmlau
udanlimaT
udaNlimaT
51.
52.
Which function is called anonymous un-named function?
Lambda
Recursion
Function
define
53.
What is the output of the following snippet?
T=1
while T:
print(True)
break
False
True
0
1
54.
What plays a vital role in Python programming?
Statements
Control
Structure
Indentation
55.
The Θ notation in asymptotic evaluation represents
Base case
Average case
Worst case
NULL case
56.
The complexity of linear search algorithm is
O(n)
O(log n)
O(n2)
O(n log n)
57.
This symbol is used to print more than one item on a single line.
Semicolon(;)
Dollor($)
comma(,)
Colon(:)
58.
Which of the following character is used to give comments in Python Program?
#
&
@
$
59.
The process of binding a variable name with an object is called
Scope
Mapping
late binding
early binding
60.
Which of the following refers to the visibility of variablesin one part of a program to another part of the same program.
Scope
Memory
Address
Accessibility
61.
Which of the following is constructed by placing expressions within square brackets?
Tuples
Lists
Classes
quadrats
62.
63.
Which of the following carries out the instructions defined in the interface?
Operating System
Compiler
Implementation
Interpreter
64.
Which of the following is a unit of code that is often defined within a greater code structure?
Subroutines
Function
Files
Modules
1.
(a)
7
2.
(b)
DISTINCT
3.
(b)
+ =
4.
(a)
DDL
5.
(d)
0
6.
(d)
all of these
7.
(a)
Python
8.
(d)
Redundancey model
9.
(a)
Row
10.
(d)
Null
11.
(a)
65
12.
(b)
Recursive
13.
(b)
Getopt
14.
(d)
Underscore
15.
(d)
All of these
16.
(c)
- - i
17.
(c)
nested
18.
(a)
8
19.
(d)
Condition
20.
(a)
[ ]
21.
(a)
Enter key
22.
(c)
5,6
23.
(a)
Binary search
24.
(a)
Control statement
25.
(a)
Private
26.
(a)
Private
27.
(d)
Floating point
28.
(c)
2
29.
(a)
( )
30.
(d)
Multiple
31.
(b)
annotating
32.
(a)
pure
33.
(b)
upgrading pip to the latest version
34.
(a)
matplotlib.pyplot
35.
(c)
Cursor
36.
(b)
Relational Database system
37.
(d)
PYTHON
38.
(b)
Modular programming
39.
(a)
Line Terminator
40.
(a)
next()
41.
(b)
ORDER BY
42.
(a)
43.
(a)
E F Codd
44.
(c)
Hierarchical
45.
(d)
Instantiation
46.
(a)
__num
47.
(c)
To know the data type of python object
48.
(b)
[17,23,41,10,32]
49.
(c)
Type error
50.
(d)
udaNlimaT
51.
(b)
52.
(a)
Lambda
53.
(b)
True
54.
(d)
Indentation
55.
(b)
Average case
56.
(a)
O(n)
57.
(c)
comma(,)
58.
(a)
#
59.
(b)
Mapping
60.
(a)
Scope
61.
(b)
Lists
62.
(a)
63.
(c)
Implementation
64.
(b)
Function
12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications களப்பெயர் முறைமை (DNS) Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications கணினி வலையமைப்பு ஓர் அறிமுகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications PHP-உடன் MySQL-ஐ இணைத்தல் Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 12th Standard Subjects

Maths

Chemistry

Physics

Biology

Computer Science

Business Maths and Statistics

Economics

Commerce

Accountancy

History

Computer Applications

Biology

Computer Technology

Computer Applications

Computer Science

Business Maths and Statistics

Commerce

Economics

Maths

Chemistry

Physics

Computer Technology

History

Accountancy

Tamil

English

French
Tamilnadu Stateboard Standards