Basic programming terminology

Get Started. It's Free
or sign up with your email address
Basic programming terminology by Mind Map: Basic programming terminology

1. commands

1.1. orders to the computer

1.1.1. output

1.2. l

1.2.1. procedural and object Oriented programming concept

2. computer programm

2.1. interpreter or complier

2.1.1. translates the entire program

2.1.1.1. executing the programm

3. syntax error

3.1. miss use of the language

3.1.1. debugging a program

3.2. logic error

3.2.1. a bug allowing a program to run

3.3. sementic errors

4. procedural programming

4.1. style of programming

4.1.1. variable named computer locations

5. java programming language

5.1. architecturally neutra

5.1.1. java virtual machine

5.1.1.1. source code

5.1.1.1.1. bytecode

5.2. development environment

5.2.1. javainterpreter

5.2.1.1. WORA

6. computer program

6.1. hardware

6.1.1. application software

6.1.1.1. system software

6.1.1.1.1. the logic behind computer programm

7. machine language

7.1. machine code

7.1.1. low-level programming language

7.1.1.1. high-programming language

7.1.1.1.1. syntax error

8. program statements

8.1. similar to English words

9. classes, objects and encapsulation

9.1. class describe attributes which are properties

9.1.1. encapsulation ,two closely related object

10. Java program types

10.1. Apples

10.1.1. java applications

10.1.1.1. windowed applications