English

Automatic Generation of Programming Exercises

Software Engineering 2022-05-24 v1 Programming Languages

Abstract

Massive training of developers following the growing demands of the information technology industry requires teachers to automate their repetitive tasks. For training courses on programming, it is promising to use automatic generation and automatic grading of exercises that require a student to write a program. This article discusses the general scheme for constructing a programming exercises generator and identifies two classes of exercises, the generation of which can be automated: converting notation into code and converting data formats. Several examples of programming exercise generators are discussed. The experience of using exercise generators for the Python programming course is briefly described.

Keywords

Cite

@article{arxiv.2205.11304,
  title  = {Automatic Generation of Programming Exercises},
  author = {Peter Sovietov},
  journal= {arXiv preprint arXiv:2205.11304},
  year   = {2022}
}