Answer:
Option A- Reference materials
Explanation:
Reference Materials A digital reference library that provides more than 600 high-quality reference books from the world's leading publishers to be searched online by data points and trends
Cryptographic system converts between plaintext and ciphertext. Cryptography is t<span>he process of making and using codes to secure transmission of information.
The c</span>ryptographic system involves encryption (the process of converting original message into a form unreadable by unauthorized individuals) and decryption (t<span>he process of converting the cipher text message back into plaintext so that it can be readily understood.)</span>
Answer:
A microcomputer that is smaller, lighter and less powerful than a notebook that has a touch sensitive screen is called a: tablet. Which of the following is a collection of programs rather than a single program? system software.
Answer:
n1 = int(input("Please enter a number<:"))
n2= int(input("Please enter a number<:"))
sum = n1 + n2
print("The average of the two numbers is", sum / 2)