{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Programing Concepts 015 Flashcards

(9 cards)

1
Q

Directory based structure

A

Every file is saved in a hierarchy of folders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Directory based structure positives

A

-Organized
-Easy to understand
-Easy to teach to use

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Directory based structure negatives

A

-If overdone it can be difficult to organize and use
-New staff have to remember really confusing naming conventions if its too bloated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

File based structure

A

all smaller files are saved in a single file(all information is saved in a single file)
-multiple sheets in exel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why file based structure

A

All information is related but doesn’t need to be over organized

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

File based structure positives

A

-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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

File based structure negatives

A

-Harder for programs to navigate these structures
-Cant set up access permissions so any sensitive data can be seen by anyone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Data Access Management

A

Limiting the people who have access to this particular file

also referred to as a Identity Access Management (IAM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What can control with Data Access Management

A

What people can view or edit a file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly