GESP C++ Level 3 Full Score Path (September 2025 Edition)

GESP C++ Level 3 Full Score Path (September 2025 Edition)Detailed Explanation of the GESP Examination Syllabus | C++ Level 3Grade Examination of Software ProgrammingC++ Certification Knowledge System (Level 3)1. Assessment ObjectivesGESP C++ Level 3 Full Score Path (September 2025 Edition)

Master the commonly used numeral systems, bitwise operations, and data encoding knowledge in computers. Understand the use of one-dimensional arrays, string types, and their functions. Grasp the principles and application techniques of enumeration and simulation methods, and be able to construct algorithms, describe algorithms, implement algorithms, and debug programs for relatively simple practical problems.

2. Knowledge ContentGESP C++ Level 3 Full Score Path (September 2025 Edition)

  • Data Encoding (Sign Magnitude, One’s Complement, Two’s Complement)

  • Base Conversion (Binary, Octal, Decimal, Hexadecimal)

  • Bitwise Operations (AND (&), OR (|), NOT (~), XOR (^), Left Shift (<<), Right Shift (>>))

  • Concept and Description of Algorithms (Natural Language Description, Flowchart Description, Pseudocode Description)

  • Basic Applications of C++ One-Dimensional Arrays

  • Strings and Their Functions

  • Algorithms: Enumeration Method

  • Algorithms: Simulation Method

3. Knowledge Blocks and Descriptions

Knowledge Points

GESP C++ Level 3 Full Score Path (September 2025 Edition)

Number Description of Knowledge Points
1 Sign Magnitude, One’s Complement, Two’s Complement
2 Binary, Octal, Decimal, Hexadecimal
3 AND (&), OR (|), NOT (~), XOR (^), Left Shift (<<), Right Shift (>>)
4 Enumeration Method, Simulation Method, Natural Language Description, Flowchart Description, Pseudocode Description
5 C++ One-Dimensional Arrays
6 Case Conversion, String Search, Split, Replace, etc.

4. Detailed Description of Knowledge Points

Knowledge Details

01

Understand binary data encoding: Sign Magnitude, One’s Complement, Two’s Complement.

02

Master base conversion of data: Binary, Octal, Decimal, Hexadecimal.

03

Master bitwise operations: Basic usage and principles of AND (&), OR (|), NOT (~), XOR (^), Left Shift (<<), Right Shift (>>).

04

Understand the concept and description of algorithms, and be proficient in describing algorithms using natural language, flowcharts, and pseudocode.

05

Basic applications of C++ one-dimensional arrays.

06

Master the use of strings and their functions, including but not limited to case conversion, string search, split, and replace.

07

Understand the principles and characteristics of enumeration algorithms and simulation algorithms, and be able to solve practical problems.

08

Understand the principles and characteristics of simulation algorithms, and be able to solve practical problems.

5. Question Type Distribution

Examinations

Multiple Choice Questions True/False Questions Programming Questions
15 questions (2 points each) 10 questions (2 points each) 2 questions (25 points each)

Exam Duration:120 minutesOnline Judge ProblemsOnline Real Questions

Past programming questions can be directly practiced online on the Luogu website.

The list of questions is organized as follows, and the question list URL is:

https://www.luogu.com.cn/training/553#problems

In addition, you can also directly find past real questions on the GESP official website, the URL is:

https://gesp.ccf.org.cn/101/1010/index.html

As of now (September 2025), GESP C++ Level 3 has a total of 9 sets of real questions, and the corresponding solutions can be found directly in the CCF GESP official WeChat account, with the relevant article links organized as follows:

  • June 2023, Solution to Real Questions / Review of C++ Level 3 June Real Questions

  • September 2023, Solution to Real Questions / Review of GESP September Certification C++ Level 3 Real Questions

  • December 2023, [To be supplemented]

  • March 2024, GESP Fifth Certification Real Questions Solution | Review of C++ Level 3 Real Questions

  • June 2024, GESP Sixth Certification Real Questions Solution | Review of C++ Level 3 Real Questions

  • September 2024, GESP Seventh Certification Real Questions Solution | Review of C++ Level 3 Real Questions

  • December 2024, GESP Eighth Certification Real Questions Solution | Review of C++ Level 3 Real Questions

  • March 2025, GESP Ninth Certification Real Questions Solution | Review of C++ Level 3 Real Questions

  • June 2025, [Check the GESP official WeChat account for the latest real questions solutions]

Note:The registration for the 11th certification will close on the 16th of this month, so students should hurry up and prepare. Students who are not sufficiently prepared can first practice a wave of real questions. Since the past real questions provided by the GESP official website come with answers, they are not convenient for printing for self-assessment training, so I have organized a set of printable real questions without answers, and the method to obtain them is as follows: Click on the above GESP C++ Level 3 Full Score Path (September 2025 Edition)Follow us

After following, send a message in the WeChat account:GESP C++”, to obtain GESP C++ past real question materials, including both answered and unanswered real questions.

After completing the real questions, we can also go to some online assessment systems (OJ) to do programming questions for enhanced training.

More ProblemsProgramming Practice

#include <bits/stdc++.h>
using namespace std;
int main() {
  cout << "AK GESP C++"; 
  return 0;
}

// Follow us for more information and materials

/*
 * Information Technology Exchange
 * Code Knowledge Sharing
 * Programming Problem Solving
 * Promoting Science and Technology Education
 */

For most primary and secondary school students nationwide, they can practice programming questions on the Luogu platform, and can also practice on the Shanghai Computer Society Competition Platform according to star levels. Of course, Zhejiang also has many excellent OJ platforms from informatics institutions that provide free programming practice and programming competitions/monthly contests, so everyone can participate more to promote learning through competition.If you have any questions or ideas, feel free to discuss and exchange!GESP C++ Level 3 Full Score Path (September 2025 Edition)Scan to add friends for discussionAdd friends | Note “C++”

Leave a Comment