Analysis of Errors: A Support System for Teachers to Analyse the Error Occurring to a Novice Programmer
Aniket Bhawkar, Rohit Belsare, Fenil Gandhi, Pratiksha Somani

TL;DR
This paper presents a support system for teachers to analyze and manage errors encountered by novice programmers, utilizing online compilers and code management to facilitate error resolution and educational feedback.
Contribution
It introduces a novel Java-based online system that helps faculty analyze, verify, and provide solutions for syntax, runtime, and semantic errors in student code.
Findings
System supports error analysis for novice programmers
Enables online code compilation and management
Facilitates faculty feedback and error resolution
Abstract
For a novice programmer, coding is equivalent to a nightmare. A novice programmer tries to replicate steps provided by the faculty and on compilation gets a number of errors which the novice programmer is not able to resolve. This system provides support to the faculty about the coding ability of the students and their ability to solve those errors. Also, the faculty can provide a solution to the errors which are occurring to the students and the solution is displayed accordingly. The emphasis of this paper is on developing this system within JAVA and making use of Online Compilers. Moreover, we focus on a new system which is able to provide online code management and these codes get compiled using an online compiler and these programs can be viewed by the respective faculty for cross verification. This paper takes into account the syntactic errors, runtime and semantic errors.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTeaching and Learning Programming · Intelligent Tutoring Systems and Adaptive Learning · Educational Technology and Assessment
