module 3 Flashcards

1
Q

3 Program Structure

A

Sequence
Decision
Loop/Iteration

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

is therefore a sequence of instruction for carrying out some task step by step.

A

Algorithm

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

is a diagram representing the logical sequence in which a combination of steps or operations is to be performed.

A

Flowchart

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

a diagram that describes how an entire system operates.

A

System Flowchart

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

An entire software system is a collection of multiple programs.

A

Program Flowchart

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

represents an instruction to an input or output device

A

Parallelogram or Input/output symbol

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

represent a group of program instructions that performs
processing functions

A

Rectangle/ Processing Symbol

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

denotes a points in the program where more than one
path can be taken

A

Diamond/ Decision Symbol

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

This represent an instruction or group of instructions that will change or modify a program course of execution

A

Hexagon/Preparation Symbol

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

is used to designate the beginning and the end of the program, or the point of interruption.

A

Oval/ Terminal Symbol

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

this symbol is specialized process symbol that represent a named operation or program step not explicitly detailed in the program flowchart.

A

Predefined Process Symbol /Rectangle with two vertical
bars

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

a non processing symbol which is used to connect one part of a flowchart to another without drawing flow lines.

A

small circle/ on-page connector

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

are used to show the direction of
processing or data flow.

A

Flow Direction Indicators/Arrowheads

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

This type of connector is used instead of on-page connector to
designate entry to or exit from a page.

A

Off-Page Connector /Small Pentagon

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

are used to show reading order or sequence in which flowchart symbols are to be read.

A

Flow Lines (Horizontal/Vertical Lines)

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

3 Types of Decision

A
  • Single Alternative
  • Double Alternative
  • Multi Alternative
17
Q

2Types of Loop

A

Pre-Test
Post Tes