Module 3 Flashcards

1
Q

What is the first definition of stack?

A

A set of data/task waiting to be handled.

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

What is the second definiton of stack?

A

A combination of software systems that creates a platform capable to support a program.

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

What kind of operation is called stack 1?

A

Last in, First Out operation.

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

What is a pop operation in stack 1?

A

To take an item off the stack.

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

Where new items in stack 1 are placed?

A

At the top of the stack.

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

What is a push operation in stack 1?

A

To add an item to the top of the stack.

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

What is a storyboard?

A

The drawing of basic ideas and sequence of a project.

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

What is encapsulation?

A

To hide away the implementation.

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

What encapsulate means?

A

To wrap up something.

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

What is Unit Test?

A
  • unit, individually, independently, checked.

A software development process which a unit is individually and independently checked for proper operation.

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

What is a unit in a unit test?

A

The smallest testable parts of an application.

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

What is the End User?

A

The person for whom a computer program is being developed.

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

What is UAT?

A

User Acceptance Testing.

A phase in software development where the software is given to the intended audience to be tested for functionality.

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

What is Alpha Test?

A

A form of testing done while creating a software. Is the first test done.

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

What is Beta Test?

A

Done after the Aplha Test. Is done by releasing the software to a limited number of actual end users.

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

What is a Patch?

A
  • 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.

13
Q

What is flow?

A

The path the computer’s instruction follows as a computer program is run.

14
Q

What is the first meaning o mapping?

A

Establishing a connection from one computer to another computer or device in a network.

15
Q

What is the second meaning o mapping?

A

The correspondence from elements of a set of data to the elements of another set of data in a table.

16
Q

What is a Field?

A
  1. Space in a data structure that is reserved for a particular information.
  2. The smallest unit of information a user can access.
  3. Have certain attributes associated with them (numbers, text, etc.)

Ex: cells in a table.

17
Q

What is CLI?

A

Command-line Interface.

A interface based on text.

18
Q

What Generic means?

A

Characteristic of a class or group of things. Not specific.

19
Q

What is IDE?

A

Integrated Development Enviroment.

A toolbox of softwares to help you to make softwares.