1) ECPA is D. Prohibits the government and law enforcement agencies from acquiring information about an individual through telephonic or digital media.
2) COPPA is C. Restricts websites from acquiring information from users below the age of thirteen.
3) OPPA is A. Directs company websites to declare their privacy policies and their expiration dates on their websites if the users are from California.
4) FCRA is B. Regulates credit ratings and how agencies view an individual's credit information.
Answer:
.....................????..?..
Answer:
2 (cooperation
)
3 (integrity)
5 (analytical thinking)
6 (dependability)
Explanation:
Good luck! Hope this helps.
Input statements allow the user to enter data that a program uses to perform necessary computations. Users enter the data when they <u>encounter the statements like the scanf() or gets() functions in the program.</u>
<u>Explanation:</u>
The scanf() is the function that is used to take inputs from the user with the help of the standard input device,i.e, the keyboard.
scanf() function is capable of taking any data type as an input, though it has to be specified first like %d for integers, %s for strings and %f for floating-point type. The gets() function can only take a string as an input.