Logic Formulation Flashcards

1
Q

A step by step procedure to solve a specific problem or to reach a goal

A

Algorithm

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

It is a finite set of instruction to accomplish a specific task, and its implemented by computer programs

A

Programming Algorithm

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

A simple way of writing a programming code, It is text based and is not an actual programming language.

A

Pseudocode

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

A graphical representation of a sequence of operation in programming

A

Flowchart

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

Oval or Rounded Rectangles
Start/End

A

Terminal Block

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

Lines used to indicate the direction of data, also used to connect blocks

A

Flowlines

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

Hexagon and is used for declaring/initializaing variables

A

Initialization Block

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

A parallelogram to indicate an input and output operation

A

Input/Output Block

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

Diamond and it indicates a decision

A

Decision Block

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

Rectangle used for input/output operation

A

Process Block

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

Circles used to connect and reduce clutters

A

Connector Block

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