+ All Categories
Home > Software > New Coding Vocabulary

New Coding Vocabulary

Date post: 19-Aug-2014
Category:
Upload: d-casey-robertson
View: 3,768 times
Download: 12 times
Share this document with a friend
Description:
COMPUTER PROGRAMMING 6421
7
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.


Recommended