Answer:
D. have function return the whole array
Explanation:
the given function only return first occurrence of target. In order to get all occurrences of target we have to change condition in while loop to check whole array even if first occurrence of target found and plus add another parameter of type array that will store different indexes of occurrence of target and return that array
Answer:
A(n) <u>Cipher</u> or crypto-system is an encryption method or process encompassing the algorithm, key(s) or crypto-variable(s), and procedures used to perform encryption and decryption.
Explanation:
- Cryptography is such a technique that is used for the secure transfer of the information. We make codes for this purpose.
- Cryptosystem is such a system in cryptography is simply an encryption method that has three algorithms. One algorithm is used for the generation of key, one for encryption and decryption.
- Encryption is a process of converting the information in a data that is not understandable and decryption, this non-understandable data is converted into information so that we can read it.
Answer:
computer is an electronic machine that accept raw data ,process and then give result. it's uses:
It is used for storing data and information.
Answer:
she can use the onscreen keyboard
this application is present in accessories file in the windows
Answer:
B
Explanation:
It adds the same number over and over again, 'number' times.
This is number*number, a.k.a. number². (squared)