1st week Flashcards

1
Q

A set of instructions, sometimes called a procedure or a function that is used to perform a certain task.

A

ALGORITHM

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

• It can be a simple process, such as adding two numbers together, or a complex function, such as adding effects to an image. (mathematical calculations)

A

ALGORITHM

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

1.Input A, B
2.S A+B
3.Print S

A

ALGORITHM

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

graphical representation

A

flowchart

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

act like mirrors of computer programs in terms of flowcharting symbols. They contain the steps of solving a problem unit for a specific result. /simplest

A

Program flowcharts

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

contain the solutions of many problem units together that are closely related to each other and interact with each other to achieve a goal.

A

System flowcharts

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

A graphical representation of a process or system that details the sequencing of steps required to create output.

A

FLOWCHART

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

A typical flow chart uses a set of basic symbols to represent various functions, and shows the sequence and interconnection of functions with lines and arrows.

A

FLOWCHART

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

used to show the beginning and end of a set of computer-related processes (oval)

A

TERMINAL

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

used to show any input/output operation (parallellogram)

A

INPUT /OUTPUT

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

used to show any processing
performed by a computer system (rectangle)

A

COMPUTER
PROCESSING

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

used to indicate any process not specially defined in the flowchart (if hindi ka sure dun sa step)

A

PREDEFINED PROCESSING

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

used to write any explanatory statement required to clarify something (not really necessary)

A

COMMENT

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

used to connect the symbols

A

FLOWLINE

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

used when input comes from a document and output goes to a document.

A

DOCUMENT
INPUT/OUTPUT

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

used to show any point in the process where a decision must be made to determine further action

A

DECISION

17
Q

what is the PURPOSE OF FLOWCHARTING?

A

to discover/invent the sequence of steps for showing the solution of a problem through arithmetic and/or logical manipulations for which we can instruct computers.