The word hashing literally means to scramble.(2 points)

Responses

True
True

False

False

False

False

Explanation:
The word "hashing" does not mean to scramble. In the context of computer science, hashing refers to the process of taking an input (such as a string, number, or data structure) and converting it into a fixed-size string of characters, typically a sequence of numbers and letters. Hashing is commonly used in data storage and retrieval, password encryption, and many other applications. The purpose of hashing is not to scramble the input, but to generate a unique representation of it that can be quickly looked up or verified without revealing the original input.