No it is not.
Private key is used in a mathematical equation to create the signature using the message hash.
The private key is encrypted to generate a digital signature →Private key is used in a mathematical equation to create the signature using the message hash.
Not exactly correct.
Checksum (hash) is used for integrity check (ie. make sure data was not modified during transmission) DSA is used for authenticity check (ie. make sure the intact data that was downloaded is coming from the source we expect it came from) this process covers integrity check too.
This verification process can be divided into checking completion and checking authenticity
Wrong. DSA is used mainly for authentication not encryption.
Yes, you are right.
It is not your English, there are fundamental flaws in what you explain. Maybe you should avoid trying to explain to others things you don't fully understand yourself.
This is not a teaching/tutorial post. I recently studied the content of DSA and wanted to get criticism and guidance from other people on the forum, so I posted it in Beginners & Help. Before I learned enough, I didn’t dare to post in a similar section of Development & Technical Discussion.
Finally, thank you for your guidance. You are really knowledgeable and I am very happy to get your reply.