Lesson 1-2 Flashcards
is an enhanced version of the earlier programming languages.
C Programming language
Performs any calculations that are to be done.
Processing Symbol
order
Testing and Debugging
Design
Requirement Specification
Coding
Requirement Specification - Design - Coding - Testing and Debugging
provides for the repetitive execution of an operation or routine while the condition is true.
Repetition or Looping
A non-processing symbol used to connect one part of a flowchart to another without drawing flow lines.
On-Page Connector
Signifies the preparation of data.
Preparation/Initialization
is a finite set of instructions that specify a sequence of operations.
Algorithm
there are zillions of lines of C legacy code.
True or False
True
- Used to create UNIX
- First portable language
- Hardware Independent
- Can run in different operating systems
- Produces code that runs nearly as fast as code written in assembly language
C programming
Designates entry to or exit from one page when flowchart requires more than one page.
Off-Page Connector
Data are to be read into the computer memory from an input device or data are to be passed from the memory to an output device.
Input/output Symbol
Signifies the process that is to be executed next.
Flow lines
Process is executed from one to another in a straightforward manner.
Sequence
Used to signify the beginning and end of a flowchart
Terminal Symbol
A choice is provided between two or more alternatives.
Selection