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: 26/08/2020
12th Standard Computer Science English Medium Important 1 Mark Creative Questions (New Syllabus) 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.
The function used to search the first occurrence of the substring In the given string is
search ()
find ()
find string ()
searchstring ()
2.
The _______ keyword is used along with the SELECT command to eliminate duplicate rows in the table?
DUPLICATE
DISTINCT
ELIMINATE
a ro b
3.
A _____________ consists of row and columns.
Table
Database
SQL
DBMS
4.
Which keyword is used to specify the list of values which must be matched with the record values?
NOT IN
BETWEEN
IN
NOT BETWEEN
5.
The _____ operator is used to display a string in multiple number of time.
*
* *
* =
+ +
6.
Which of the following command helps to add new records to the table?
Insert
Add New
Add row
Insert new
7.
How many types of database integrity constraints are there?
4
5
3
Multiple
8.
The negative subscript is always begins with
0
1
-1
-1.0
9.
Double data type precision may exceed
64
74
54
14
10.
Which of the following used to control the access of data stored in a database?
DCL
DML
DDL
DQL
11.
DCL stands for
Dynamic Control Language
Data Communication Language
Data Control Language
Dynamic Data Control Language
12.
Which of the following is not a RDBMS package?
Oracle
Foxpro
DBbase
MySQL
b and c
13.
Data visualization used ________ graphics.
2D
3D
Statistical
Image
14.
Each column in a table represents a ___________
Record
Data
Field
Method
15.
_____ is applied in any recursive function is known as base condition.
Finite iteration
Default arguments
Keyword arguments
Infinite iteration
16.
Which button allows to configure various spacing options with figure?
configure plots
configure subplots
subplots configure
plots configure
17.
When the data is processed It gives a meaningful __________
Database
Information
Facts
Entities
18.
The __ arguments are also local to function
default
keyword
format
variable-length
19.
______ makes your program easier to write, read test and fix errors.
Functions
List
Tuples
Loops
20.
The most popular data visualization library in Python is
matplotlib
pip
matinfolib
matpiplib
21.
One classroom has many students is an example of a relationships
one to one
one to many
many to one
many to many
22.
How many types of DBMS users are there?
2
3
4
5
23.
Which of the following data base model is an extended form of hierarchical data model?
ER-model
Network
Object
Relational
24.
_________ is a simple relational database system.
Cython
Boost
MySQL
SQlite
25.
How many types of data models are there?
4
3
5
7
26.
Which of the following DBMS components controls everything in a database?
Hardware
Square
Methods
Procedures
27.
Which SQlite keyword is used to extract only those records that fulfill a specified condition?
WHERE
EXTRACT
CONNECT
CURSOR
28.
Which of following is fast, flexible and easy to work?
CSV
SQlite
Perl
Ruby
29.
Which of the following allows users to store, process and analyze data easily?
My SQL
Relational Algebra
Datamodels
DBMS
30.
Which function is an alternative to bin ()?
id ()
format ()
type ()
chr ()
31.
Defining a variable outside a function, its _ by default.
local
global
function
operands
32.
Which function can take any number of arguments and must return one value in the form of an expression?
user defined
recursive
lambda
default
33.
Which of the following is not a type of arguments used to call a function?
Required
Keywords
Default
Module
34.
Functions that calls itself are known as
User defined
Recursive
Built-in
Lambda
35.
___________ refers to a set of runtime header files used in compiling and linking the C++ code to be run or window OS?
SWIG
MinGW
Cython
Boost
36.
A variable prefixed with __________ become private in nature.
double underscore
double colon
double dot
double hyphen
37.
The command to change to the folder where Python is located is
Change
CD
Dir
CDirl
38.
Which of the following is not general purpose language?
Python
Perl
Java
C++
39.
______ and_____ are the key features of object oriented programming.
List and tuples
Set and dictionary
Classes and objects
Variables and methods
40.
Which of the following is valid syntax of accessing class members
objectname = classmember ()
objectname. classmember ()
objectname. classmember
objectname. classmember
41.
_________ the extension of CSV file is
.CV
.CSV
.CVS
.CS
42.
Which of the following class of CSV file module is used to write CSV file with quotes by registering new dialects?
csv.register ( )
csv.dialeet ( )
csv.dialect register ( )
csv.register_dialeet ( )
43.
The _____ part of while is optional part of while.
if
else
elif
condition
44.
Which statement transfers the control out of loop even when the loop condition is tested true?
continue
break
pass
goto
45.
Which of the following format(s) the CSV files data can be read?
Quotes
Pipe
Comma
all of these
46.
In Python, a ____________ is a mixed collection of elements but it stores a key along with its element?
Dictionary
Set
Tuple
List
47.
What can be learned through alternative or branching statement?
looping
decision making
functions
classes
48.
Which of the following is not a mode used while opening a file?
P
W
r
a
49.
Choose the correct pair from the following.
| - union
- - intersection
^ - Symmetric difference
& - Difference
50.
_________is used to describe the lower bound of asymptotic function.
Big Alpha
Big Beta
Big 0
Big Omega
51.
Performance evaluation of an algorithm can be_____ divided into different phases
3
4
4
1
52.
Which function is used to convert the result of range () function in to list?
convert ()
range ()
list ()
listrange ()
53.
Which sorting algorithm sort is by making only one exchange for every pass through the list?
Bubble
Selection
Comparison
Merge
54.
O(n) is an example of
best case
Average case
worst case
Null case
55.
Which of the following operator can be used to alter the range of elements in the list?
= =
::
=
56.
In list, the negative index number begin with
0
1
-1
0.1
57.
Which characteristics of algorithm defined the operation involving division by zero?
Finiteness
Definiteness
Input
Correctness
58.
All data values in Python are ______
objects
class
type
functions
59.
In Python there are ______ normal token types.
4
3
5
7
60.
The input () function helps to enter data at _____ by the user.
compile time
linking time
run time
module time
61.
The inner function can access the variable of the outer function. This is called________scope.
Local
Function
Enclosed
Global
62.
Which data can be enclosed with Single or Double or Triple quotes?
Boolean
String
Exponent
none of these
63.
The following are the type of variable scopes Find the odd one out
Local
Enclosed
Global
Protected
64.
Which of the following is a sequence of characters surrounded by quotes?
String
Complex
Boolean
Octal
65.
How many types of variable scope are there?
2
4
3
6
66.
How many variables can be mapped to the same instance?
2
3
4
Multiple
67.
If a = 100, then the expression a**2 output is
1000
10000
200
400
68.
Which of the following indicates in Python that interpreter is ready to accept instructions?
>>>
<<<
.py
<<
69.
In Python, the script mode programs can be stored with the extension.
.pyt
.pyh
.py
.pon
70.
A________ is not just data, it has functions defined within it.
Class
List
Pair
Object
71.
Data Abstraction allows programmers to treat code as_______
Objects
Classes
Members
Parameters
72.
Which of the following is contracted by placing expressions within square brackets separated by commas?
List
Tuple
Set
Dictionary
73.
Which of the following replicate how we think about the world?
Queue ADT
Data Hiding
Data Abstraction
Stack ADT
74.
Which of the following is a type for objects whose behavior is defined by a set of value and a set of operations?
User-defined datatype
Derived datatype
Built-in datatype
Abstract datatype
75.
A_________ combines the external interface with an implementation of the interface
parameter without type
class declaration
function definition
parameter with type
76.
Which of the following are the values which are passed to a function definition?
Parameters
Algorithm
Data types
Arguments
1.
(b)
find ()
2.
(b)
DISTINCT
3.
(a)
Table
4.
(c)
IN
5.
(a)
*
6.
(a)
Insert
7.
(a)
4
8.
(c)
-1
9.
(a)
64
10.
(a)
DCL
11.
(c)
Data Control Language
12.
(e)
b and c
13.
(c)
Statistical
14.
(c)
Field
15.
(d)
Infinite iteration
16.
(b)
configure subplots
17.
(b)
Information
18.
(c)
format
19.
(a)
Functions
20.
(d)
matpiplib
21.
(b)
one to many
22.
(c)
4
23.
(b)
Network
24.
(d)
SQlite
25.
(c)
5
26.
(b)
Square
27.
(a)
WHERE
28.
(b)
SQlite
29.
(d)
DBMS
30.
(b)
format ()
31.
(b)
global
32.
(c)
lambda
33.
(d)
Module
34.
(b)
Recursive
35.
(b)
MinGW
36.
(a)
double underscore
37.
(b)
CD
38.
(b)
Perl
39.
(c)
Classes and objects
40.
(b)
objectname. classmember ()
41.
(b)
.CSV
42.
(d)
csv.register_dialeet ( )
43.
(b)
else
44.
(b)
break
45.
(d)
all of these
46.
(a)
Dictionary
47.
(b)
decision making
48.
(a)
P
49.
(c)
^ - Symmetric difference
50.
(d)
Big Omega
51.
(b)
4
52.
(c)
list ()
53.
(b)
Selection
54.
(c)
worst case
55.
(c)
=
56.
(c)
-1
57.
(b)
Definiteness
58.
(a)
objects
59.
(c)
5
60.
(c)
run time
61.
(c)
Enclosed
62.
(b)
String
63.
(d)
Protected
64.
(a)
String
65.
(b)
4
66.
(d)
Multiple
67.
(b)
10000
68.
(a)
>>>
69.
(c)
.py
70.
(a)
Class
71.
(a)
Objects
72.
(a)
List
73.
(c)
Data Abstraction
74.
(d)
Abstract datatype
75.
(b)
class declaration
76.
(a)
Parameters
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