222k views
3 votes
Some data files should be totally hidden from view, while others should have ____ so users can view, but not change, the data.

Answer
no-access properties
read-only properties
full-access properties
write-only properties

User Art Swri
by
6.6k points

1 Answer

2 votes

Answer:

read-only properties.

Step-by-step explanation:

Only the read only properties can view but cannot change the data.The user don't have access to the no access properties, full-access properties can read and modify the data.The write only properties can only modify the data.So to only view the data the data should have read only properties.