|
Description
|
The aim of this project is to provide the students taking General Computer Science II with a suitable environment for the
assembler language, taught in this course, where they can easily compile and execute their programs. In addition, the project aims to provide an automatical grading environment, offering substantial advantages in the efficiency and time consumption during the evaluation by the teaching assistants. The automatic grading is realized in such a way that upon the submission of an ASM program, the program is first compiled and then executed with a certain input values. Then the output values are compared to the expected values and the program is saved for grading. The students can use the web interface of the assembler compiler, to compile and debug (step-by-step) their programs.
|