Algorithm - Design And Reprentation Flashcards

1
Q

It is a set of instructions

A

Algorithm

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

It is a set of instructions

A

Algorithm

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

It’s like a recipe

A

Algorithm

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

Set of rules or instructions

A

Process

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

It is a continuous program

A

Sequential Algorithm

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

It is a simplistic algorithm

A

Sequential Algorithm

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

It control’s statement and allow based on decision

A

Non-Sequentail Algorithm

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

It is a pictorial reprentation of a logical steps

A

Flowchart

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

It is a line/s of logical steps or instructions

A

Algorithm

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

This use standardize symbols

A

Flowchart

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

This should be read from left to right and top to bottom

A

Flowchart

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

This also a graphical way to represent IPO

A

Flowchart

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

This indicates the start or stop

A

Terminator

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

What is the process symbol in flowchart

A

Rectangle

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

This represent input or output in a statement

A

Parallelogram

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

This is the connector or the indicator of the next step

A

Arrow

17
Q

What shape do connects two or more parts
of a flowchart, which are on
the same page and referenced
using numbers.

A

Circle

18
Q

This connects of two or more parts
of a flowchart, which are on
the same page and referenced
using numbers.

A

On-page Connector

19
Q

What shape do connects two or more parts
of a flowchart, which are
spread over different pages
and referenced using
alphabets.

A

Pentagon

20
Q

This connects two or more parts
of a flowchart, which are
spread over different pages
and referenced using
alphabets.

A

Off-page Connector

21
Q

This reprentation of logical steps is easy to understand but too cumbersome

A

Flowchart

22
Q

This is text based reprentation of an algorithm

A

Pseudocode

23
Q

This is from the Greek word which means lie or not true

A

Pseudo

24
Q

This is english-like statements

A

Pseudocode

25
Q

This is not standardized and does not use symbols

A

Pseudocode

26
Q

This use proper indentation and in freeform

A

Pseudocode