The document discusses source code plagiarism detection. It describes how source code can be modified through lexical and structural changes to disguise plagiarism. The author developed a Source Code Similarity Detection System (SCSDS) to address limitations in existing tools. SCSDS uses a 5-phase approach including preprocessing, tokenization, exclusion, similarity measurement, and final similarity calculation. Evaluation showed SCSDS had better performance than JPlag at detecting similarity when modifications were made.