new coding vocabulary

7

Upload: d-casey-robertson

Post on 19-Aug-2014

3.758 views

Category:

Software


12 download

DESCRIPTION

COMPUTER PROGRAMMING 6421

TRANSCRIPT

Page 1: New Coding Vocabulary
Page 2: New Coding Vocabulary

The three basic patterns of logic that express a problem solution.

Page 3: New Coding Vocabulary

Represents the computer’s ability to execute instructions in a step-by-step, sequential manner.

Page 4: New Coding Vocabulary

Represents the computer’s ability to make a decision.

Page 5: New Coding Vocabulary

Represents the computer’s ability to repeat a series of instructions

Page 6: New Coding Vocabulary

Describes the sequence of steps between the actor (user) and the system necessary to complete a goal. Includes the alternate ways to complete a goal.

Page 7: New Coding Vocabulary

The functions that the software/system is intended to perform, and what the software should do (behaviors) given conditions.