All Practice Exams

Free Practice Questions for ESECE

Exam-style questions and explanations by OpenExamPrep.

✓ No registration✓ No credit card

Loading practice questions...

Exam Review

Key Facts: ESECE Exam

21,561

Candidates who sat the 2025/26 examination

NHERI, via Eritrea Ministry of Information (13 July 2026)

22.4%

Share qualifying for degree or diploma programmes in 2025/26

NHERI, via Eritrea Ministry of Information

12

Subjects covered across the examination

NHERI, via Eritrea Ministry of Information

16-22 March

Dates of the 2025/26 examination sitting

Eritrea Ministry of Information

4.0

Scale used for cumulative GPA reporting

NHERI results announcements

The ESECE is Eritrea's national Grade 12 school-leaving examination, sat by 21,561 candidates in the 2025/26 cycle across 12 subject areas and administered in English by NHERI and the Ministry of Education. The 2026 papers ran from 16 to 22 March and results were announced on 12 July, when 22.4% of candidates scored high enough to qualify for degree or diploma programmes. Most candidates sit the examination during their final year at Warsay-Yikealo Secondary School in Sawa. This free practice bank is an English-language multiple-choice study aid built from the national curriculum; it is not an official ESECE paper or a simulation of the real written format.

Sample ESECE Practice Questions

Try these sample questions to review concepts for the ESECE exam. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1If the quadratic equation 2x^2 - 6x + k = 0 has two distinct real roots, what is the complete range of values for the constant k?
A.k < 4.5
B.k > 4.5
C.k <= 4.5
D.k < 9
Explanation: For a quadratic equation ax^2 + bx + c = 0 to have two distinct real roots, its discriminant D = b^2 - 4ac must be strictly positive. Here a = 2, b = -6, and c = k. Thus, (-6)^2 - 4(2)(k) > 0, which gives 36 - 8k > 0, or 8k < 36, leading to k < 36/8 = 4.5.
2What is the sum of the first 15 terms of the arithmetic progression whose first term is 7 and common difference is 4?
A.525
B.495
C.555
D.472.5
Explanation: The sum of the first n terms of an arithmetic progression is given by S_n = (n / 2) * [2a + (n - 1)d]. Substituting n = 15, a = 7, and d = 4 yields S_15 = (15 / 2) * [2(7) + (14)(4)] = 7.5 * [14 + 56] = 7.5 * 70 = 525.
3What is the sum to infinity of the geometric sequence 18, 12, 8, 16/3, ...?
A.54
B.27
C.10.8
D.6
Explanation: The first term is a = 18 and the common ratio is r = 12 / 18 = 2/3. Because |r| = 2/3 < 1, the infinite geometric series converges. The sum to infinity is S = a / (1 - r) = 18 / (1 - 2/3) = 18 / (1/3) = 54.
4If 3^(2x - 1) = 81^(x - 2), what is the value of x?
A.3.5
B.2.5
C.4.0
D.1.5
Explanation: Express both sides with base 3: 81 = 3^4, so 81^(x - 2) = (3^4)^(x - 2) = 3^(4x - 8). Equating the exponents gives 2x - 1 = 4x - 8. Rearranging gives 2x = 7, so x = 3.5.
5Given the 2x2 matrix A = [[3, -2], [5, -4]], what is the determinant of A?
A.-2
B.2
C.-22
D.7
Explanation: For a 2x2 matrix [[a, b], [c, d]], the determinant is ad - bc. Here det(A) = (3)(-4) - (-2)(5) = -12 - (-10) = -12 + 10 = -2.
6What is the remainder when the polynomial P(x) = 2x^3 - 5x^2 + 4x - 7 is divided by (x - 3)?
A.14
B.21
C.-7
D.-118
Explanation: By the Remainder Theorem, the remainder when a polynomial P(x) is divided by (x - c) is P(c). Setting x = 3: P(3) = 2(3)^3 - 5(3)^2 + 4(3) - 7 = 2(27) - 5(9) + 12 - 7 = 54 - 45 + 12 - 7 = 14.
7What is the solution set of the absolute value inequality |2x - 5| <= 9?
A.-2 <= x <= 7
B.x <= -2 or x >= 7
C.-7 <= x <= 7
D.2 <= x <= 7
Explanation: The inequality |2x - 5| <= 9 is equivalent to -9 <= 2x - 5 <= 9. Adding 5 to all three parts gives -4 <= 2x <= 14. Dividing by 2 yields -2 <= x <= 7.
8If log_10(x) + log_10(x - 3) = 1, what is the positive real solution for x?
A.5
B.2
C.10
D.4
Explanation: Using logarithm product rule: log_10[x(x - 3)] = 1. Converting to exponential form: x(x - 3) = 10^1 = 10. This expands to x^2 - 3x - 10 = 0. Factoring gives (x - 5)(x + 2) = 0, so x = 5 or x = -2. Because the argument of a logarithm must be strictly positive (x > 3), x = 5 is the unique valid solution.
9What is the equation of the line perpendicular to 3x - 4y + 8 = 0 that passes through the point (2, -1)?
A.4x + 3y - 5 = 0
B.4x - 3y - 11 = 0
C.3x + 4y - 2 = 0
D.4x + 3y + 5 = 0
Explanation: The given line 3x - 4y + 8 = 0 has slope m_1 = 3/4. A line perpendicular to it must have slope m_2 = -1 / m_1 = -4/3. Using point-slope form with point (2, -1): y - (-1) = (-4/3)(x - 2), which gives 3(y + 1) = -4(x - 2) => 3y + 3 = -4x + 8. Rearranging to standard form gives 4x + 3y - 5 = 0.
10What are the center and radius of the circle given by the equation x^2 + y^2 - 6x + 8y - 11 = 0?
A.Center (3, -4), Radius = 6
B.Center (-3, 4), Radius = 6
C.Center (3, -4), Radius = 36
D.Center (-6, 8), Radius = 11
Explanation: Complete the square for x and y: (x^2 - 6x + 9) + (y^2 + 8y + 16) = 11 + 9 + 16. This simplifies to (x - 3)^2 + (y + 4)^2 = 36. In the standard circle equation (x - h)^2 + (y - k)^2 = r^2, the center is (h, k) = (3, -4) and the radius is r = sqrt(36) = 6.

About the ESECE Exam

The Eritrean Secondary Education Certificate Examination (ESECE), which the Ministry of Information and NHERI also call the National School Leaving Examination, is Eritrea's Grade 12 school-leaving and tertiary matriculation examination. It is administered by the Testing Center under the National Higher Education and Research Institute together with the Ministry of Education, and assesses Grade 12 students across sciences, mathematics, humanities, and languages to determine eligibility for admission to Eritrean colleges and institutes of higher education.

Exam sponsor: Testing Center, National Higher Education and Research Institute (NHERI). The requirements and fees below concern the certification or admission exam, separate from our free practice resources.

Assessment

Written subject papers administered over roughly one week (16-22 March in the 2025/26 cycle) at designated national centers and at the Eritrean community international schools in Riyadh and Jeddah. Candidates sit the core subjects plus the papers for their Natural Science or Social Science stream; 12 subjects are covered across the examination as a whole.

Time Limit

Not published per paper; the full sitting runs about one week

Passing Score

Results are reported as letter grades converted to a Grade Point Average on a 4.0 scale. NHERI sets the qualifying cut-off for degree and diploma placement annually; no single fixed national pass mark is published.

Exam / Certification Fees

No candidate examination fee is published by the Ministry of Education or NHERI

Exam sponsor website

Reported exam pass rate: 22.4% of the 21,561 candidates in the 2025/26 sitting qualified for degree or diploma programmes (19.8% in 2025; 25.2% in 2024). Cut-off scores are set annually and differ between degree and diploma placement, so the qualifying rate moves year to year. Figures come from NHERI announcements published by the Eritrean Ministry of Information. This describes exam candidates, not OpenExamPrep users or results from using our resources. 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.

Core secondary subject

Mathematics

Calculus, vectors, coordinate geometry, trigonometry, matrices, sequences, and probability.

Core secondary subject

English Language

Reading comprehension, structural grammar, vocabulary in context, syntax, and sentence correction.

Natural science stream

Physics

Classical mechanics, kinematics, thermodynamics, electromagnetism, wave motion, and atomic physics.

Natural science stream

Chemistry

Stoichiometry, atomic structure, chemical kinetics, equilibrium, acids and bases, and organic chemistry.

Natural science stream

Biology

Cell biology, genetics, plant physiology, human organ systems, ecology, and biological evolution.

Social science stream & core

Geography, History & Civics

Physical and economic geography of the Horn of Africa, modern African history, and Eritrean governance.

Preparing for the ESECE Exam

What You Need to Know

  • Passing score: Results are reported as letter grades converted to a Grade Point Average on a 4.0 scale. NHERI sets the qualifying cut-off for degree and diploma placement annually; no single fixed national pass mark is published.
  • Assessment: Written subject papers administered over roughly one week (16-22 March in the 2025/26 cycle) at designated national centers and at the Eritrean community international schools in Riyadh and Jeddah. Candidates sit the core subjects plus the papers for their Natural Science or Social Science stream; 12 subjects are covered across the examination as a whole.
  • Time limit: Not published per paper; the full sitting runs about one week
  • Exam / certification fees: No candidate examination fee is published by the Ministry of Education or NHERI 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

ESECE: Suggested Study Strategy

1Master step-by-step mathematical and chemical derivations, as numerical problem-solving carries heavy weighting in the science papers.
2Practice reading technical and expository passages in English to build speed and vocabulary comprehension.
3Work through the Grade 11 and Grade 12 national curriculum outlines for the stream you registered for rather than studying all 12 subjects.

Frequently Asked Questions

What is the ESECE?

The Eritrean Secondary Education Certificate Examination (ESECE) is Eritrea's national Grade 12 school-leaving examination, administered by the Testing Center under NHERI and the Ministry of Education to determine college admission. Eritrean government announcements also refer to it as the National School Leaving Examination.

How is the ESECE scored?

Subject results are reported as letter grades and combined into a Grade Point Average on a 4.0 scale. NHERI sets the qualifying cut-offs for degree and diploma placement each year, so there is no single published national pass mark.

What language is the ESECE conducted in?

English. It is the medium of instruction in Eritrean schools from middle school (Grade 6) onward, and the examination papers are set in English.

How many questions are on the ESECE?

NHERI does not publish an item count or item type. The examination consists of written subject papers covering 12 disciplines, and each candidate sits only the papers for their core and stream subjects.

Are these practice questions the same format as the real exam?

No. The official ESECE is a set of written subject papers whose format NHERI does not publish. This bank is an English-language multiple-choice study adaptation built from the Eritrean national curriculum. Use it to test recall and problem-solving, not as a simulation of the official paper.

Where do students sit the examination?

Most Grade 12 candidates sit the examination during their final year at Warsay-Yikealo Secondary School in Sawa; in 2025, 84.1% of examinees were regular students from Sawa and technical schools. Additional centers serve technical and vocational students, and the examination is also held at the Eritrean community international schools in Riyadh and Jeddah, Saudi Arabia.