Module 4 Flashcards
What is a Parent Class?
A classs from which child classes derive properties and behaviors from.
What is a Black Box?
Something that hides what happens between the input and output.
What is an Access Modifier?
A keyword that modifies what parts of the program can access a particular thing.
What is Private?
An access modifier that protect some section of code from random access.
What is Public?
An access mofifier used to denote that a piece of code is available to any other part of the program.
What is ALM?
Application Lifecycle Management.
Give an example of an ALM.
- Requirements gathering.
- Architecture planning.
- Development.
- Test.
- Deploy.
What is Server Side?
The operations that happen in the server to provide the request from the client side.
What is a Console?
An input/output device for a computer.
What is a Directory?
A Listing of information in an organized manner.
What is a Service?
A system which supplies something to other systems.
What is Authorization?
To check if a specific individual is allowed to access something.
What is Active Diretory?
A software from Microsoft that provides central authentication and authorization services for computers.
What is a Batch File?
A file containing a list of instructions to be carried out in order. Most often used in the Windows.
What is MS-DOS
Microsoft Disk Operating System.