Concept:
Computer security provides different services such as confidentiality, integrity, authentication and access control.
Step 1: Check Assertion.
Security services include:
\[
\text{Confidentiality, Integrity, Authentication, Access Control}
\]
So, Assertion is correct.
Step 2: Check Reason.
Security mechanisms such as encryption, digital signatures and hash algorithms are used to provide these security services.
For example:
\[
\text{Encryption} \rightarrow \text{Confidentiality}
\]
\[
\text{Digital signature} \rightarrow \text{Authentication and Integrity}
\]
\[
\text{Hash algorithm} \rightarrow \text{Integrity checking}
\]
Thus, Reason is also correct and explains how security services can be provided.
\[
\therefore \text{Correct Answer is (A)}
\]