The correct answer is 'C. High Level' because source code is typically written in a high-level programming language, which is easier for humans to read and write. High-level languages are closer to natural language and abstract away the complexities of machine code, making it more accessible for programmers to create and maintain code. This contrasts with low-level languages, which are closer to machine code and are more difficult for humans to work with directly.