All Practice Exams

Free Practice Questions for Tamil Nadu HSE Second Year Computer Science

Exam-style questions and explanations by OpenExamPrep.

✓ No registration✓ No credit card
100+ Questions
100% Free

Loading practice questions...

Exam Review

Key Facts: Tamil Nadu HSE Second Year Computer Science Exam

10:00–1:15

Official March 2026 HSE+2 theory sitting window including reading/verification time (dge.tn.gov.in timetable)

DGE TN HSE+2 March 2026 public examination timetable

35/100

Minimum pass mark per subject under the HSE new pattern, subject to theory/practical floor rules

DGE HSE_E.pdf scheme of examination

3 hours

Approximate theory writing duration after reading and particulars verification in the public exam schedule

DGE TN HSE+2 March 2026 timetable

DGE TN

Administered by the Directorate of Government Examinations, Chennai, for Tamil Nadu State Board Higher Secondary

dge.tn.gov.in

SCERT syllabus

Class 12 textbooks and syllabus prescribed by SCERT / School Education Department (Samacheer Kalvi)

DGE HSE scheme — syllabus prescribed by SCERT/DSE

English MCQ bank

This practice set is an English-language MCQ study adaptation, not the official mixed written paper

OpenExamPrep practice-content policy

₹150/₹200

School exam fee band for groups without/with practical subjects plus certificate/service charges (concessions apply)

DGE HSE_E.pdf school candidate fee table

March 2026

HSE Second Year public theory examinations scheduled 2–26 March 2026 with practicals 9–14 February 2026

DGE TN official timetable PDF 04.11.2025

Free English MCQ practice for Tamil Nadu HSE +2 Computer Science (DGE). Official paper is mixed written theory on the Samacheer Kalvi Class 12 syllabus — this bank is a study adaptation, not a format simulation.

Sample Tamil Nadu HSE Second Year Computer Science Practice Questions

Try these sample questions to review concepts for the Tamil Nadu HSE Second Year Computer Science exam. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1In Python, which built-in function returns the data type of an object?
A.typeof()
B.type()
C.datatype()
D.classof()
Explanation: type(obj) returns the type object for obj (for example, type(3) is int). It is the standard way to inspect a value’s type in Python.
2Which of the following is a valid Python variable name?
A.2marks
B.class
C.total_marks
D.total-marks
Explanation: Identifiers may contain letters, digits, and underscores but cannot start with a digit. total_marks is valid; class is a keyword; hyphens are operators, not name characters.
3What is the output of the following code? print(7 // 2) print(7 / 2)
A.3 and 3.5
B.3.5 and 3.5
C.3 and 3
D.4 and 3.5
Explanation: // performs floor division of integers, so 7//2 is 3. / always performs true division, so 7/2 is 3.5.
4Which operator is used for exponentiation (power) in Python?
A.^
B.**
C.pow
D.^^
Explanation: The ** operator raises a number to a power (for example, 2**3 is 8). The built-in pow() function also exists but is not the operator symbol.
5What is the output of: x = 5 y = 2 print(x % y, x // y)
A.1 2
B.2 2
C.1 2.5
D.0 2
Explanation: 5 % 2 is the remainder 1. 5 // 2 is floor division 2. Printed with a space: 1 2.
6Which statement correctly creates a multi-line string in Python?
A.s = 'Hello\nWorld' only — triple quotes are illegal
B.s = '''Hello World'''
C.s = multiline('Hello','World')
D.s = "Hello" + line + "World"
Explanation: Triple-quoted strings ('''...''' or """...""") may span multiple lines and preserve newlines. Escape sequences like \n also work in ordinary strings.
7What does the following print? s = "COMPUTER" print(s[0], s[-1])
A.C R
B.C T
C.O R
D.C E
Explanation: Indexing is 0-based from the left: s[0] is 'C'. Negative indices count from the end: s[-1] is the last character 'R'.
8What is the output of: print(len("Tamil Nadu"))
A.9
B.10
C.11
D.8
Explanation: len counts characters including the space: T-a-m-i-l- -N-a-d-u → 10.
9Which loop is guaranteed to execute its body at least once in standard Python?
A.for loop only
B.while loop only
C.Neither for nor while is do-while; both may execute zero times
D.range loop only
Explanation: Python has for and while, both of which test before the body (for over empty sequences runs zero times; while with false condition runs zero times). There is no do-while built-in.
10What is printed? for i in range(3): print(i, end='-')
A.1-2-3-
B.0-1-2-
C.0-1-2
D.1-2-3
Explanation: range(3) yields 0, 1, 2. end='-' places a hyphen after each print, including after the last number: 0-1-2-.

About the Tamil Nadu HSE Second Year Computer Science Exam

Tamil Nadu HSE Second Year Computer Science is the Class 12 public examination subject paper in Computer Science under DGE Tamil Nadu. It assesses SCERT/Samacheer Kalvi Class 12 learning outcomes for this subject. Official assessment is a mixed written theory paper (with practical and internal components where applicable) totaling 100 marks per subject. Theory with practical programming/lab; bank tests conceptual and code-tracing MCQs. Use this free English MCQ bank to build concept fluency before the March public exams.

Exam sponsor: Directorate of Government Examinations (DGE), Tamil Nadu. The requirements and fees below concern the certification or admission exam, separate from our free practice resources.

Assessment

Official Tamil Nadu HSE Second Year (+2) public examination paper in Computer Science, administered by DGE Tamil Nadu. March 2026 theory window: 02.03.2026–26.03.2026; practical window for +2: 09.02.2026–14.02.2026 (official timetable). Each theory sitting runs 10:00 a.m.–1:15 p.m. including question-paper reading and particulars verification (about 3 hours writing after reading). For subjects with practical: theory is commonly assessed out of 70 marks (minimum 15 in theory) with practical attendance required, internal assessment contributing to the 100-mark subject total. Official assessment is mixed written format (short/long/structured items per the year's blueprint), not pure MCQ. Theory with practical programming/lab; bank tests conceptual and code-tracing MCQs. Syllabus and textbooks are prescribed by SCERT / Director of School Education (Samacheer Kalvi Class 12). This site's bank is an English-language multiple-choice study adaptation for concept fluency — not an official translation, format simulation, or substitute for writing, practical, project, or oral evidence.

Time Limit

Official theory sitting 10:00 a.m.–1:15 p.m. (about 3 hours writing after reading/verification) per March 2026 DGE timetable

Passing Score

Minimum 35 out of 100 per subject overall under the new 600-mark HSE pattern (HSE_E.pdf), with additional floors: theory minimum 15/70 and must appear for practical for practical-bearing subjects. Confirm the current DGE result rules for your candidate category.

Exam / Certification Fees

School candidates: DGE HSE scheme lists examination fee ₹200 for groups with practical subjects, plus Mark Certificate ₹20 and Service Charges ₹5 (Tamil-medium candidates and notified concession categories are often fee-exempt). Private (H) candidates: per-subject fees as notified (scheme text commonly cites subject + registration/mark/service components). Confirm current-session circulars on dge.tn.gov.in — fee tables can be updated by notification.

Exam sponsor website

Fees, eligibility, and exam policies can change. Confirm them with the exam sponsor before applying or paying.

Our practice resources: topics covered

We aim to reflect publicly available exam outlines and topic information in our study resources. Coverage, format, and difficulty may differ from the actual exam, and we cannot guarantee that every detail is accurate or current. Confirm exam requirements, fees, and policies with the official exam sponsor.

30%

Python Programming Fundamentals

Data types, control flow, functions, strings, and lists as in TN Class 12 CS.

20%

Data Structures and Algorithms Basics

Arrays/lists, stacks/queues concepts, searching and sorting basics.

20%

Database and SQL

Relational model, SQL queries, and database concepts.

30%

Computer Networks Security and Societal Impact

Network models, cybersecurity, and computing ethics/society themes.

Preparing for the Tamil Nadu HSE Second Year Computer Science Exam

What You Need to Know

  • Passing score: Minimum 35 out of 100 per subject overall under the new 600-mark HSE pattern (HSE_E.pdf), with additional floors: theory minimum 15/70 and must appear for practical for practical-bearing subjects. Confirm the current DGE result rules for your candidate category.
  • Assessment: Official Tamil Nadu HSE Second Year (+2) public examination paper in Computer Science, administered by DGE Tamil Nadu. March 2026 theory window: 02.03.2026–26.03.2026; practical window for +2: 09.02.2026–14.02.2026 (official timetable). Each theory sitting runs 10:00 a.m.–1:15 p.m. including question-paper reading and particulars verification (about 3 hours writing after reading). For subjects with practical: theory is commonly assessed out of 70 marks (minimum 15 in theory) with practical attendance required, internal assessment contributing to the 100-mark subject total. Official assessment is mixed written format (short/long/structured items per the year's blueprint), not pure MCQ. Theory with practical programming/lab; bank tests conceptual and code-tracing MCQs. Syllabus and textbooks are prescribed by SCERT / Director of School Education (Samacheer Kalvi Class 12). This site's bank is an English-language multiple-choice study adaptation for concept fluency — not an official translation, format simulation, or substitute for writing, practical, project, or oral evidence.
  • Time limit: Official theory sitting 10:00 a.m.–1:15 p.m. (about 3 hours writing after reading/verification) per March 2026 DGE timetable
  • Exam / certification fees: School candidates: DGE HSE scheme lists examination fee ₹200 for groups with practical subjects, plus Mark Certificate ₹20 and Service Charges ₹5 (Tamil-medium candidates and notified concession categories are often fee-exempt). Private (H) candidates: per-subject fees as notified (scheme text commonly cites subject + registration/mark/service components). Confirm current-session circulars on dge.tn.gov.in — fee tables can be updated by notification. Official sources

Using Our Practice Resources

  • Work through all 100 available questions
  • Review every answer and explanation
  • Track weak areas and revisit them
  • Use our AI tutor for tough concepts

Tamil Nadu HSE Second Year Computer Science: Suggested Study Strategy

1Study from the current SCERT / Samacheer Kalvi Class 12 Computer Science textbooks and the year's model question paper pattern released for DGE public exams.
2Practise both conceptual MCQs and the official long/short answer formats; this bank cannot replace writing or practical skill evidence.
3For calculation-heavy units, rework numerical problems with units and significant figures as used in the textbook examples.
4Use the official timetable to plan revision around your specific Part I / II / III sitting dates.
5After each practice set, log weak topic areas (by unit) and re-read those textbook chapters before retesting.

Frequently Asked Questions

What is the Tamil Nadu HSE Second Year Computer Science exam?

It is the official Class 12 (Higher Secondary Second Year / +2) public examination paper in Computer Science, conducted by the Directorate of Government Examinations (DGE), Tamil Nadu, under the State Board / Samacheer Kalvi syllabus.

How long is the official theory paper?

The March 2026 timetable schedules each theory sitting from 10:00 a.m. to 1:15 p.m., including question-paper reading and candidate particulars verification before the main writing period.

What is the passing score?

Minimum 35 out of 100 per subject overall under the new 600-mark HSE pattern (HSE_E.pdf), with additional floors: theory minimum 15/70 and must appear for practical for practical-bearing subjects. Confirm the current DGE result rules for your candidate category.

Is this practice bank the same format as the official paper?

No. Official papers use mixed written formats (and practicals where applicable). These 100 questions are an English-language multiple-choice study adaptation for knowledge and judgment practice only.

Where can I find the official timetable and scheme?

Download the public examination timetable and HSE scheme documents from the Directorate of Government Examinations website (dge.tn.gov.in), including the March 2026 HSE+2 timetable PDF.