Programing Concepts 015 Flashcards
(9 cards)
Directory based structure
Every file is saved in a hierarchy of folders
Directory based structure positives
-Organized
-Easy to understand
-Easy to teach to use
Directory based structure negatives
-If overdone it can be difficult to organize and use
-New staff have to remember really confusing naming conventions if its too bloated
File based structure
all smaller files are saved in a single file(all information is saved in a single file)
-multiple sheets in exel
Why file based structure
All information is related but doesn’t need to be over organized
File based structure positives
-Easy for humans to use as all information is in one single file
-Do not have to worry about about file size or naming limitations
File based structure negatives
-Harder for programs to navigate these structures
-Cant set up access permissions so any sensitive data can be seen by anyone
Data Access Management
Limiting the people who have access to this particular file
also referred to as a Identity Access Management (IAM)
What can control with Data Access Management
What people can view or edit a file