Computer Programming Language and Program Developments

Laten we beginnen. Het is Gratis
of registreren met je e-mailadres
Computer Programming Language and Program Developments Door Mind Map: Computer Programming Language and Program Developments

1. Computer Programming

1.1. Low Level Language

1.1.1. Machine Language

1.1.2. Assembly Language

1.1.3. Source Program

1.2. Procedure Language

1.2.1. 3GL

1.2.2. COBOL

1.3. OOP Language

1.3.1. JAVA

1.3.2. C

1.3.3. C++

1.3.3.1. Visual C++

1.3.3.2. Visual C#

1.3.4. Power Builder

1.4. Other Program

1.4.1. 4GL

1.4.2. Application Generator

1.4.3. Macro

1.5. Web Page Development

1.5.1. HTML

1.5.2. XHTML

1.5.3. XML

1.5.3.1. WML

1.5.3.2. RSS2

1.5.3.3. ATOM

1.5.4. APls

1.5.5. Webpage Authoring Software

1.5.5.1. Flash

1.5.5.2. Dreamweaver

1.5.5.3. Expressionweb

1.5.5.4. Share Point Designer

2. Program Development

2.1. Analyze Requirement

2.1.1. Review the Requirement

2.1.2. Meet System Analyst

2.1.3. Identities Input, Processing Output

2.2. Validate Design

2.2.1. Check for logic errors

2.3. Design Solution

2.3.1. Design Solution Algorithm

2.3.2. general design and more detailed design

2.3.3. use a hierarchy chart

2.3.4. With object-oriented (OO) design

2.3.5. The sequence control structure shows one or more actions following each other in order

2.3.6. The selection control structure tells the program which action to take, based on a certain condition

2.3.6.1. If-then-else

2.3.6.2. Case

2.4. Implement Design

2.4.1. Implementation

2.4.2. Extreme Programming

2.5. Test Solution

2.6. Decument Solution