Introduction to Robotics Flashcards

1
Q

A step by step procedure in solving a problem

A

Algorithm

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

A step by step procedure written in programming language

A

Program

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

How many phases are there in a typical programming task?

A

2/Two Phases

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

A phase that produced an ordered sequence of steps that describe a solution of the problem.

A

Problem-solving Phase

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

A phase to implement the program in a programming language.

A

Implementation Phase

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

An artificial and informal language that helps programmers develop algorithms.

A

Pseudocode

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

Show logic of an algorithm, and emphasizes individual steps and their interconnections.

A

Flowchart

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

Show the sequence of instructions in a single program or subroutine.

A

Program Flowcharts

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