ONLINE CODING TOOL
Keywords:
introductory programming courses, mastery of skills, web browser, classifying input, performing computationAbstract
Online coding tool is a web-based programming exercise system designed for introductory programming courses.
Using Online coding tool, instructors can assign practice problems to reinforce concepts and assess mastery of skills.
Students access their assigned problems using a web browser. This tool make the students to write a function or
complete program to perform a simple task such as classifying input or performing a computation on input data.
When the solution has been submitted, the tool tests their code against a series of test cases designed by the instructor
and reports which tests executed correctly.