Please enable JavaScript.
Coggle requires JavaScript to display documents.
5.1 SYSTEM DEVELOPMENT - Coggle Diagram
5.1 SYSTEM DEVELOPMENT
2 CODING PROCESS
Coding is the process of turning program logic into specific instruction that the computer system can execute
PROGRAMMING ENVIRONMENT
Visual Basic, Python, Ruby and SQL are examples of commonly used programming languages and many commercial packages use a proprietary set of commands
As the trend toward Internet-based applications continues, HTML/XML, Java and other Web-centric languages will be used extensively
IDEs can make it easier to program interactive software products by providing built-in tools and advanced features such as real-time error detection, syntax hints, highlighted code, class browser and version control
-
GENERATING CODE
Systems analyst use application generators, report writers, screen generators, fourth-generation languages and other CASE tools that produce code directly from program design specifications
Some commercial applications can generate editable program code directly from macros, keystrokes or mouse actions
-