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.
What is a Patch?
- piece of code, fix, temporary.
A piece of code added to a software program in order to fix a defect or add additional functionality, specially as a temporary correction.
Ex: games get patch all the time.
What is flow?
The path the computer’s instruction follows as a computer program is run.
What is the first meaning o mapping?
Establishing a connection from one computer to another computer or device in a network.
What is the second meaning o mapping?
The correspondence from elements of a set of data to the elements of another set of data in a table.
What is a Field?
- Space in a data structure that is reserved for a particular information.
- The smallest unit of information a user can access.
- Have certain attributes associated with them (numbers, text, etc.)
Ex: cells in a table.
What is CLI?
Command-line Interface.
A interface based on text.
What Generic means?
Characteristic of a class or group of things. Not specific.
What is IDE?
Integrated Development Enviroment.
A toolbox of softwares to help you to make softwares.