Algorithms Quiz

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

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.

8 Terms

1
New cards

Abstraction

A method of representing a concept/process independently of the implementation

2
New cards

Action diagrams

A technique for diagramming control structures of a program

3
New cards

Algorithm

A step-by-step plan that involves the actions to be taken and the order in which they are to occur.

4
New cards

Flowchart

A graphic representation of an algorithm

5
New cards
6
New cards

Logic diagrams

Alternate representations of algorithms including graphic and state representations

7
New cards

Pseudo code

An artificial and informal language that helps programmers develop algorithms.

8
New cards

Top-down design

A design technique that starts with the overall function and performs several stepwise refinements