Please enable JavaScript.
Coggle requires JavaScript to display documents.
Introduction to the Programming - Coggle Diagram
Introduction to
the
Programming
Program
Plan to obtain the solution to a problem
Set of instructions in sequence that make the computer
carry out certain options
Programming Features
Gather and analyze data regarding the problem or task
Design the new system or applications
Definition of the problem to be solved
Drill down the design specs to get the features
Code these specific computational operations in language and form
acceptable
Implement and maintain the finished systems or applications.
Conflicting Objectives
Reduce time and money
Meet user needs.
Produce programs with minimal errors
Produce programs that are easy to implement and maintain
Classification of Programming Languages
Machine language
Consists of binary numbers
Assembly languages
Mnemonic codes were developed for the operations
High level language
Designed for a
particular class of process problems.
Fourth generation language
Interact with system programs
database management
Flowchart
Represent
A processing system to achieve certain goals
The logic or sequence of specific operations of a program
Flowchart Symbols