Computer Programs and Programming Language

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

1. Programming Application Domains

1.1. Domain

1.1.1. Scientific Application,Fortran

1.1.1.1. Example app NASA, Biotech

1.1.2. Business Application,COBOL

1.1.2.1. Banking

1.1.3. Artificial Intelligence,LISP,PROLOG

1.1.3.1. Manufacturing, Robotic

1.1.4. System Programming,C

1.1.4.1. Operating System

1.1.5. Web Software,JAVASCRIPT,PHP

1.1.5.1. Internet application

2. Overview of computer program and programming language

2.1. Computer program

2.1.1. set of instructions that the computer needs to follow to process the data into information.

2.2. Elements of Computer Program

2.2.1. INPUT(mouse)

2.2.1.1. PROCESSING(CPU)

2.2.1.1.1. STORAGE(hdd,ram)

2.2.1.1.2. OUTPUT(monitor)

2.3. Programming language

2.3.1. system of signs used to communicate a task/algorithm to a computer, causing the task to be performed

2.3.2. 3 level programming languange

2.3.2.1. machine language(binary code)

2.3.2.2. low level language(human language)

2.3.2.3. high level language (c++,java

3. Programming Language Paradigms

3.1. A model for a class of programming language that share a common characteristics and its differences

3.2. Common Paradigm language

3.2.1. Imperative paradigm

3.2.1.1. Describe how the computer should achieve solution

3.2.1.1.1. Example of languages : C, Pascal, FORTRAN, ALGO 60 & COBOL

3.2.2. Object-oriented paradigm

3.2.2.1. Based on imperative / procedural style with added data & code abstraction & encapsulation

3.2.2.1.1. Example of languages: Smalltalk, C++ & Java

3.2.3. The logic paradigm

3.2.3.1. A declarative and relational style of programming

3.2.3.1.1. Example of language : Prolog

3.2.4. The functional paradigm

3.2.4.1. Based on the concept of functions in mathematics

3.2.4.1.1. Examples of languages : Haskell, ML, LISP & Scheme