What is the comment block?

Can anyone tell me what the comment block is used for? What is it’s purpose and how is it used by students?

a comment is just text that the programmer adds to help explain what is going on in the program. They are added with the purpose of making the source code easier for humans to understand. They are ignored by the computer when the program is running.