ALGORITHM AND FLOWCHART

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Algorith is named after a Persian mathematician

Mohammad Al-Khwarizmi

2
New cards

sequential solution of any problem

Algorithm

3
New cards

written in human understandable form

Algorithm

4
New cards

describes step by step action to solve a problem

Algorithm

5
New cards

self contained step by step set of operations to be performed to solve a specific problem or a class of probems

Algorithm

6
New cards

is a sequence of instructions that comply the rules of a specific programming language, written to perform a specified task with a computer

Computer Program

7
New cards

graphical representation of an algorithm often used in the design phase of programming to work out the logical flow of the program

flowchart

8
New cards

represents the start or end point

oval

9
New cards

line is a connector that shows relationships betwwen the representative shapes

arrows

10
New cards

presents input or output

parallelogram

11
New cards

a parellogram represents

input or output

12
New cards

represents a process

rectangle

13
New cards

rectangle represents

process

14
New cards

indicates decision

diamond

15
New cards

a diamond indicates

decision

16
New cards

on page connector

circle

17
New cards

offpage connector

Five-pointed polygon

18
New cards

order of execution, refers to the order in which the code will execute

sequence

19
New cards

like branching is a method of controlling the execution sequence

selection

20
New cards

used to refer to collections of arrays of variables and data

iteration