Module 3 Flashcards
What is the first definition of stack?
A set of data/task waiting to be handled.
What is the second definiton of stack?
A combination of software systems that creates a platform capable to support a program.
What kind of operation is called stack 1?
Last in, First Out operation.
What is a pop operation in stack 1?
To take an item off the stack.
Where new items in stack 1 are placed?
At the top of the stack.
What is a push operation in stack 1?
To add an item to the top of the stack.
What is a storyboard?
The drawing of basic ideas and sequence of a project.
What is encapsulation?
To hide away the implementation.
What encapsulate means?
To wrap up something.
What is Unit Test?
- unit, individually, independently, checked.
A software development process which a unit is individually and independently checked for proper operation.
What is a unit in a unit test?
The smallest testable parts of an application.
What is the End User?
The person for whom a computer program is being developed.
What is UAT?
User Acceptance Testing.
A phase in software development where the software is given to the intended audience to be tested for functionality.
What is Alpha Test?
A form of testing done while creating a software. Is the first test done.
What is Beta Test?
Done after the Aplha Test. Is done by releasing the software to a limited number of actual end users.