Information System Development and Programming Language

Get Started. It's Free
or sign up with your email address
Information System Development and Programming Language by Mind Map: Information System Development and Programming Language

1. Programming Languages and Program Development Tools

2. It is created by a programmer using a programming language

3. Generations of computer language

3.1. 1st Generation: Machine language

3.1.1. Only language the computer directly recognizes

3.1.2. Consist of a set of commands, represented by 1s & 0s

3.2. 2nd generation: Assembly language

3.2.1. Symbolic instructions codes

3.2.2. Source program contains the code to be converted to machine language

3.3. 3rd generation: Procedural language (3GL)

3.3.1. Instructions written by programmer tells computer what and how to do a task

3.3.1.1. COB OI - useful for business

3.3.1.2. C programming language - used to write many of today's program

3.4. 4th generation: Structured Query Language (4GL)

3.4.1. Enable users to access data in database

3.5. 5th generation: Logical Programming Language (5GL)

4. program development cycle

5. System Development (SDLC)

5.1. STEPS IN SDLC

5.2. Planning - Review project request - Allocate resources - Form project development team

5.2.1. Project management

5.2.1.1. Project scope

5.2.1.2. Required activities

5.2.1.3. Time estimates for each activity

5.2.1.4. Cost estimates for each activity

5.2.1.5. Order of activities

5.2.1.6. Activities that can take place at the same time

5.3. Analysis - Conduct preliminary investigation - Perform detailed analysis activities: - Study current system - Determine user requirements - Recommend solution

5.4. Design - Aquire hardware and software, if necessary - Develop details of system

5.5. Implementation - Develop programs, if necessary - Install and test new system - Train users - Convert to new system

5.6. Operation, support, and security Perform maintenance activities Monitor system performance Assess system security

6. System development activities are grouped into phases, and is called the system development life cycle (SDLC)

7. System development should follow three general guideliines

7.1. Group activities or tasks into phases

7.2. Involve users

7.3. Define standards