Introduction to Robotics Flashcards
1
Q
A step by step procedure in solving a problem
A
Algorithm
2
Q
A step by step procedure written in programming language
A
Program
3
Q
How many phases are there in a typical programming task?
A
2/Two Phases
4
Q
A phase that produced an ordered sequence of steps that describe a solution of the problem.
A
Problem-solving Phase
5
Q
A phase to implement the program in a programming language.
A
Implementation Phase
6
Q
An artificial and informal language that helps programmers develop algorithms.
A
Pseudocode
7
Q
Show logic of an algorithm, and emphasizes individual steps and their interconnections.
A
Flowchart
8
Q
Show the sequence of instructions in a single program or subroutine.
A
Program Flowcharts