CS Knowledge Opener - Logo
CS Knowledge
Opener
Facebook Youtube Telegram
  • Home
  • 12th CS
    • 12th CS English Medium
    • 12th CS Tamil Medium
  • 12th CA
    • 12th CA English Medium
    • 12th CA Tamil Medium
  • 11th CS
    • 11th CS English Medium
    • 11th CS Tamil Medium
  • 11th CA
    • 11th CA English Medium
    • 11th CA Tamil Medium
  • CS / CA Question Bank
  • Other Subjects
  • Student Alerts
  • Govt Exams
  • Home
  • 12th CS
    • 12th CS English Medium
    • 12th CS Tamil Medium
  • 12th CA
    • 12th CA English Medium
    • 12th CA Tamil Medium
  • 11th CS
    • 11th CS English Medium
    • 11th CS Tamil Medium
  • 11th CA
    • 11th CA English Medium
    • 11th CA Tamil Medium
  • CS / CA Question Bank
  • Other Subjects
  • Student Alerts
  • Govt Exams
CS Knowledge Opener - Logo
CS Knowledge
Opener
Facebook Youtube Telegram
  • Home
  • 12th CS
    • 12th CS English Medium
    • 12th CS Tamil Medium
  • 12th CA
    • 12th CA English Medium
    • 12th CA Tamil Medium
  • 11th CS
    • 11th CS English Medium
    • 11th CS Tamil Medium
  • 11th CA
    • 11th CA English Medium
    • 11th CA Tamil Medium
  • CS / CA Question Bank
  • Other Subjects
  • Student Alerts
  • Govt Exams
  • Home
  • 12th CS
    • 12th CS English Medium
    • 12th CS Tamil Medium
  • 12th CA
    • 12th CA English Medium
    • 12th CA Tamil Medium
  • 11th CS
    • 11th CS English Medium
    • 11th CS Tamil Medium
  • 11th CA
    • 11th CA English Medium
    • 11th CA Tamil Medium
  • CS / CA Question Bank
  • Other Subjects
  • Student Alerts
  • Govt Exams
12th CS English Medium

12th computer science public exam answer key pdf 2023

Baskaran J
March 22, 2023 5 Mins Read
2.2K Views
0 Comments

12th Computer science public exam answer key 2023

பகுதி – I / PART – I

1.___________உறுப்புகளை இனக்குழுவிற்கு வெளியே இருந்து அணுகமுடியும்.

(அ) Secured உறுப்புகள்

(இ) Private உறுப்புகள்

(ஆ)Public உறுப்புகள்

(ஈ) Protected உறுப்புகள்

____________members are accessible from outside the class.

(a) Secured members

(c) Private members

(b) Public members

(d) Protected members

  1. பின்வருவனவற்றில் எது பைத்தான் சிறப்புச் சொல் கிடையாது ?

(அ) continue

(ஆ) break

(இ) operator

(ஈ) while

Which of the following is not a keyword in Python?

(a) continue.

(b) break

(c) operator

(d) while

3.ஒரு குறிப்பிட்ட செயலைச் செய்வதற்காக பயன்படுத்தப்படும் குறிமுறையின் சிறிய பகுதி :

(அ) Pseudo குறிமுறை

(ஆ) துணை நிரல்கள்

(இ) தொகுதிகள்

(ஈ) கோப்புகள்

The small sections of code that are used to perform a particular task is called:

(a) Pseudo code

(b) Subroutines

(c) Modules

(d) Files

4.பைத்தானில் முக்கியமான கட்டுப்பாட்டு அமைப்புகளின் எண்ணிக்கை :

(அ) 5

(ஆ) 3

(இ) 6

(ஈ) 4

The number of important control structures in Python :

(a) 5

(b) 3

(c) 6

(d) 4

  1. இனக்குழு உறுப்புகள்__________ செயற்குறியின் மூலம் அணுகப்படுகிறது.

(அ) #

(ஆ) &

(இ)%

(F).

Class members are accessed through________operator.

(a)

(b) &

(c) %

(d)

  1. பெற்றோர் குழந்தை உறவுநிலையைக் குறிப்பிடும் தரவுத்தள மாதிரி :

(அ) படிநிலை

(ஆ) உறவுநிலை

(இ) பொருள்

(ஈ) வலையமைப்பு

The database Model which represents the Parent-Child relationship:

(a) Hierarchical

(b) Relational

(c) Object

(d) Network

  1. சரகங்களை இணைக்க எந்த செயற்குறி பயன்படுகிறது ?

(அ) *

(ஆ) +

(இ) =

(ஈ) &

The operator which is used for concatenation?

(a) *

(b) +

(c) =

(d) &

  1. பைத்தான் நிரலில் C++ நிரலை தருவித்தல் என அழைக்கப்படுகிறது.

(அ) இணைத்தல்

(ஆ)உறை இடுதல்

(இ) பிரித்தல்

(ஈ) பதிவிறக்கம் செய்தல்

Importing C++ program in a Python program is called_____

(a) Interconnecting

(b) Wrapping

(c) Parsing

(d) Downloading

9.கட்டளை தரவுதளத்திலிருந்து ஒரு அட்டவணையை நீக்கப் பயன்படுகிறது.

(அ) DELETE ALL

(ஆ) DROP TABLE

(இ) ALTER TABLE

(ஈ) DELETE

Command is used to remove a table from the database.

(a) DELETE ALL

(b) DROP TABLE

(c) ALTER TABLE

(d) DELETE

  1. எந்த செயற்கூறு தேர்ந்தெடுக்கப்பட்ட புலத்தின் பெரிய மதிப்பைத் திருப்பி அனுப்பும்:

(அ) HIGH ()

(ஆ) MAX ()

(இ) MAXIMUM ()

(ஈ) LARGE()

The function that returns the largest value of the selected column is:

(a) HIGH ()

(b) MAX()

(c) MAXIMUM ()

(d) LARGE()

  1. உருவமைப்பு அறியப்பட்ட தரவு வகை என அழைக்கப்படுகிறது.

(அ) Concrete datatype

(ஆ) Built-in datatype

(இ) Abstract datatype

(ஈ) Derived datatype

The datatype whose representation is known are called:

(a) Concrete datatype

(b) Built-in datatype

(c) Abstract datatype

(d) Derived datatype

  1. தன்னைத்தானே அழைத்துக்கொள்ளும் செயற்கூறு

(அ) லாம்டா

(ஆ) உள்ளிணைந்த

(இ) return கூற்று

(ஈ) தற்சுழற்சி

A Function which calls itself, is called as:

(a) Lambda:

(b) Built-in

(c) Return statement

(d) Recursion

  1. உருவப்படம் அல்லது இயங்குநிலை கோப்பு போன்று உரை அல்லாத கோப்புகளை கையாள பயன்படும் முறை :

(அ) xls

(ஆ) உரை

(இ) csv

(ஈ) இருமநிலை

The mode which is used when dealing with non-text files like image or exe files:

(a) xls mode

(b) Text mode

(c) Csv mode

(d) Binary mode

  1. இயங்கு நிரலாக்கத்தில். ஏற்கனவே கணக்கீடு செய்த மதிப்புகளை சேமிக்கும் யுக்தி என அழைக்கப்படும்.

(அ) நினைவிருத்தல்

(ஆ) மதிப்பை சேமிக்கும் பண்பு

(இ) படமிடல்

(ஈ) மதிப்பை சேகரிக்கும் பண்பு

In dynamic programming, the technique of storing the previously calculated values is called:

(a) Memoization

(b) Saving value property.

(c) Mapping

(d) Storing value property

  1. set A = {3, 6, 9), set B= {1, 3, 9} எனில், பின்வரும் நிரலின் வெளியீடு Print (set A|set B) :

(அ) {1}

(ஆ) {3, 6, 9, 1, 3, 9}

(இ) {1, 3, 6, 9}

(ஈ) {3,9}

Let set A={3, 6, 9), set B= {1, 3,9}. The result of the following snippet Print (set A set B) (b) {3, 6, 9, 1, 3, 9}

(a) {1}

(b) {3, 6, 9, 1, 3, 9}

(c) {1, 3, 6, 9}

(d) {3,9}

பகுதி – II / PART – II

குறிப்பு: எவையேனும் ஆறு வினாக்களுக்கு விடையளிக்கவும். வினா எண் 24 -க்கு கட்டாயமாக விடையளிக்கவும்.

Note : Answer any six questions Question No. 24 is compulsory. 16. Tuple என்றால் என்ன ? எடுத்துக்காட்டு தருக.

What is a ‘Tuple ? Give an example.

  1. வரையெல்லை என்றால் என்ன ?

What is a scope ?

  1. பைத்தானில் சரத்தை எவ்வாறு நீக்குவாய் ?

How will you delete a string in Python?

  1. range () செயற்கூறு குறிப்பு வரைக

Write note on range() in loop,

  1. இனக்குழு என்றால் என்ன ?

What is class ?

  1. தரவு கையாளுதல் மொழி என்றால் என்ன ?

What is Data Manipulation Language ?

  1. கோப்பின் கொடாநிலை முறைமைகளைக் குறிப்பிடுக

Mention the default modes of the File.

  1. தரவு காட்சிப்படுத்துதல் வகையைப் பட்டியலிடுக.

List the general types of data visualization.

  1. பின்வரும் பைத்தான் குறிமுறையின் வெளியீடு யாது ?

Squares-[x**2 for x in range (1,11)]

Print (squares)

What will be output of the following Python code?

Squares – (e**2 for × in range (1,11))

Print (squares)

பகுதி – III / PART – III

குறிப்பு : ஏதேனும் ஆறு வினாக்களுக்கு விடையளிக்கவும். வினா எண் 33 -க்கு கட்டாயம்

Note :விடையளிக்கவும். Answer any six questions. Question No. 33 is compulsory.

  1. இடைமுகத்தின் பண்புக் கூறுகளைக் குறிப்பிடுக.

Mention the characteristics of Interface.

  1. இயங்கு நிரலாக்கத்தைப் பற்றி நீவிர் அறிவன யாவை ?

What do you understand by Dynamic Programming?

  1. மும்ம செயற்குறியை எடுத்துக்காட்டுடன் எழுதுக.

Explain Ternary operator with an example.

  1. while மடக்கின் பொதுவடிவத்தினை எழுதுக.

Write the syntax of while loop.

  1. ceil() மற்றும் floor () செயற் கூறுகளை வேறுபடுத்துக.

Differentiate – ceil () and floor () function.

30.csv reader ) மற்றும் Dict Reader() வழிமுறைகளுக்கு இடையேயான வேறுபாடு யாது ?

What is the difference between csv reader() method and DictReader() class ?

  1. fetchone () மற்றும் fetchmany () வேறுபடுத்துக.

Differentiate fetchone () and fetchmany ()..

  1. கொடுக்கப்பட்ட வடிவத்தை அச்சிடும் பைத்தான் நிரலை எழுதுக.

Write a Python program to display the given pattern.

COMPUTER

COMPUTE

COMPUT

COMPU

COMP

COM

CO

C

  1. பாய்வு கட்டுப்பாட்டு கூற்றுகளை கொண்ட C++ நிரல்களை இயக்கும் பைத்தான் நிரல்களின் படிநிலைகளை எழுதுக.

Write about the steps of Python program executing C++ program using control statement.

பகுதி – IV / PART – IV

குறிப்பு : அனைத்து வினாக்களுக்கும் விடையளிக்கவும். Answer All the questions.

  1. (அ) List என்றால் என்ன ? List, ஏன் pairs என்று அழைக்கப்படுகிறது? எடுத்துக்- காட்டுடன் விவரிக்கவும்.

அல்லது

(ஆ) வரிசைமுறை தேடல் முறையை விவாதிக்கவும்.

(a) What is a List ? Why List, can be called as pairs ? Explain with suitable Example.

OR

(b)Discuss about linear search algorithm.

  1. (அ) பைத்தானில் உள்ள வில்லைகள் பற்றி எழுதுக.

அல்லது

(ஆ) பின்வரும் உள்ளிணைந்த செயற் கூறுகளை விளக்குக.

(a) Id()

(b) chr()

(c) Round()

(d) Type()

(e) Pow()

(a) Discuss in details about Token in Python.

OR

(b) Explain the following built-in function..

(a) Id()

(b) chr()

(c) Round()

(d) Type()

(e) Pow()

  1. (அ) பின்னலான Tuple என்றால் என்ன ? எடுத்துக்காட்டுடன் விளக்குக.

அல்லது

(ஆ) உறவு நிலையின் வகைகளை விவரிக்கவும்.

(a) What is Nested Tuple? Explain with an example.

OR

(b) Explain the different types of relationship mapping.

 

37.(அ) getopt() என்ற செயற்கூறின் தொடரியலை எழுதி, அதன் செயலுருபுகளையும். திருப்பியனுப்பும் மதிப்புகளையும் விளக்குக

அல்லது

(ஆ) DBMS மற்றும் RDBMS வேறுபடுத்துக.

(a) Write the syntax for getopt() and explain its arguments and return values..

OR

(b) Differentiate DBMS and RDBMS.

  1. (அ) ஹிஸ்டோகிராம் மற்றும் பட்டை வரைபடங்களுக்கு இடையேயான வேறுபாடு – களை விளக்குக.

அல்லது

(ஆ) continue கூற்றினை எடுத்துக்காட்டுடன் விளக்குக.

(a) Explain about differences between Histogram and Bar Graph.

OR

(b) Explain ‘continue’ statement with an example.

The pdf was given below. kindly download it.

[pdf-embedder url=”https://csknowledgeopener.com/wp-content/uploads/2023/03/XII-CS-ANSWER-KEY-2023.pdf” title=”XII- CS ANSWER KEY 2023″]

Tags:

Answer key

Share Article

Follow Me Written By

Baskaran J

Other Articles

Previous

Public exam important top five mark questions for 11th computer science 2023

Next

12th computer science Tamil medium study material pdf 2023-2024 (New)

Next
June 21, 2023

12th computer science Tamil medium study material pdf 2023-2024 (New)

Previous
March 6, 2023

Public exam important top five mark questions for 11th computer science 2023

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

12 + 16 =

Related Posts

12th CS Board Exam Answer Key Discussion 2024-2025

Baskaran J
March 14, 2025

12th Computer Science English medium Program Question 2024-2025

Baskaran J
February 23, 2025

12th Computer Science Practice One marks question 2024-2025

Baskaran J
February 3, 2025

12th Computer Science English medium Public Exam Important Important Question 2024-2025

Baskaran J
January 16, 2025

Subscribe to our newsletter and stay updated.

CS Knowledge Opener

CS Knowledge Opener focuses on 11th &12th Computer Science & Computer Applications English Medium & Tamil Medium. Programming Skills and also we are Publishing Study Materials Based on New syllabus introduced by TNSCERT. (TNBOARD).

Quick Links

  • Contact Us
  • About Us
  • Privacy Policy
  • Disclaimer
  • Terms and Conditions
Categories
11th CA English Medium 15
11th CA Tamil Medium 9
11th CS English Medium 21
11th CS Tamil Medium 12
12th CA English Medium 32
12th CA Tamil Medium 8
12th CS English Medium 36
12th CS Tamil Medium 12
Government Exams 36
Notifications 8
Other Subjects 13

Follow Us

Youtube
Facebook
Telegram
CS Knowledge Opener © 2020 - 2025. All Rights Reserved.