Free Practice Questions for Moldova Bacalaureat Informatics
Exam-style questions and explanations by OpenExamPrep.
Loading practice questions...
Explore More Moldova National Baccalaureate Examinations (Examenul Național de Bacalaureat — ANCE)
Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.
Sample Moldova Bacalaureat Informatics Practice Questions
Try these sample questions to review concepts for the Moldova Bacalaureat Informatics exam. Each question includes a detailed explanation. Start the interactive quiz above for the full 54+ question experience with AI tutoring.
1What fundamental runtime characteristic differentiates a recursive function from an iterative loop performing an equivalent repetitive computation?
2What is the primary operational role of the base case (condiție de oprire) in a recursive subprogram?
3Consider the following recursive C++ function: int f(int n) { if (n <= 1) return 1; return n + f(n - 2); } What is the integer value returned by the call f(7)?
4When applying the Euclidean algorithm using modulo division to find the greatest common divisor (GCD) of 84 and 30, how many modulo/division operations are executed, and what is the final GCD?
5Consider the following algorithm expressed in pseudocode: s = 0 while n > 0 do d = n mod 10 if d mod 2 == 0 then s = s + d end if n = n div 10 end while return s What value is returned when the algorithm is executed with the input n = 4728?
6In standard modern 32-bit and 64-bit C++ environments, what is the typical memory footprint and signed integer numerical range of the standard int data type?
7What are the evaluated numerical results of the integer division 19 / 4 and modulo 19 % 4 in standard C++?
8Which Boolean logical operator evaluates to true if and only if BOTH operands evaluate to true?
9In C++, what occurs when a case block within a switch statement does NOT conclude with a break statement?
10What operational guarantee fundamentally distinguishes a post-test loop (do-while in C++, repeat-until in Pascal) from a pre-test loop (while)?
About the Moldova Bacalaureat Informatics Exam
Examenul Național de Bacalaureat — Informatica is a current Moldova national Bacalaureat assessment administered by ANCE. Published study domains include Programming and data, Subprograms and recursion, Information and computer arithmetic, Numerical modelling and databases. This local bank is an independent English-language MCQ study adaptation. It is not an official translation, not an official-format simulation, and does not replace practice with the official written tasks.
Exam sponsor: National Agency for Curriculum and Evaluation (ANCE), Ministry of Education and Research of the Republic of Moldova. The requirements and fees below concern the certification or admission exam, separate from our free practice resources.
Assessment
Official assessment: written paper with program tracing, coding and algorithm tasks in Pascal or C/C++, structured-data processing, information representation, logic, numerical methods, and database tasks. This local bank is an independent English-language MCQ study adaptation. It is not an official translation, not an official-format simulation, and does not replace practice with the official written tasks.
Time Limit
180 minutes
Passing Score
A final Bacalaureat subject mark of at least 5.00 on the 10-point scale is required; the raw-point conversion is published with the official marking scheme.
Exam / Certification Fees
ANCE does not publish a separate per-paper fee for school-registered candidates.
Exam sponsor websiteFees, eligibility, and exam policies can change. Confirm them with the exam sponsor before applying or paying.
Official sources
- ANCE — official examination programs · Source checked 2026-09-23
- ANCE — 2026 examination papers · Source checked 2026-09-23
- ANCE — 2026 Bacalaureat session announcement · Source checked 2026-09-23
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.
Programming and data
Simple and structured data, expressions, control statements, arrays, strings, records, sets, and files.
Subprograms and recursion
Functions, procedures, parameters, scope, recursive execution, and program analysis.
Information and computer arithmetic
Information quantity, coding, positional number systems, Boolean algebra, and logic circuits.
Numerical modelling and databases
Approximation methods, numerical integration, and table/query/form/report concepts in databases.
Preparing for the Moldova Bacalaureat Informatics Exam
What You Need to Know
- Passing score: A final Bacalaureat subject mark of at least 5.00 on the 10-point scale is required; the raw-point conversion is published with the official marking scheme.
- Assessment: Official assessment: written paper with program tracing, coding and algorithm tasks in Pascal or C/C++, structured-data processing, information representation, logic, numerical methods, and database tasks. This local bank is an independent English-language MCQ study adaptation. It is not an official translation, not an official-format simulation, and does not replace practice with the official written tasks.
- Time limit: 180 minutes
- Exam / certification fees: ANCE does not publish a separate per-paper fee for school-registered candidates. Official sources
Using Our Practice Resources
- Work through all 54 available questions
- Review every answer and explanation
- Track weak areas and revisit them
- Use our AI tutor for tough concepts
Moldova Bacalaureat Informatics: Suggested Study Strategy
Frequently Asked Questions
Is this the official exam format?
No. This local bank is an independent English-language MCQ study adaptation. It is not an official translation, not an official-format simulation, and does not replace practice with the official written tasks.
What language is the official assessment offered in?
Confirmed 2026 paper language code(s): ro, ru, en.
How many questions are on the official paper?
The official program does not promise a fixed future item count; consult the current ANCE paper and marking scheme.