Posts

Showing posts with the label Programming Language

Introduction to CSharp Language:

C Sharp ( C#): 1 -> object oriented programming language 2 -> developed by miocrosoft 3 -> develop for .net framework 4 -> C/C++,Java,Vb 5 -> RAD(Rapid application development) .Net Framework: Infrastructure/platform that provides tools & technology to use different languages to make different types of software's Components: There component are: CLR(common language runtime) Class liabrary(a huge group of classes) CLR: Means it converts managed code into native code source code -> .net compiler -> MSIL(Microsoft Intermediate Lang) -> CLR -> Native code(Output)                                                       Metadata                                JIT         ...

Top TEN Programming Language which are Listed below:

Image
Top TEN Programming language which are currently used in the World: 1- Java                        –>                         35.7 percent  2- C, C++                   –>                         15.3 percent  3- C#                          –>                         12.7 percent  4- Perl                         –>                         11.9 percent  5- JavaScript               –>                   ...

Programming Methodology:

Programming Methodology is : 1-Unstructured 2-Structured 3-Procedural 4-Modular 5-OOPs--> object oriented programming language in which           ( Object,Class,PIE, Polymorphism, Inheritance, Encapsulation )                           object based lang for e.g: ( vb6.0) What is Object ? Object:            Object is identifiable and have certain attributes and behavior.Object having Dimensions and functoins its own state and may existance. For e.g:            Property-------------object-----------------behaviour(Functions)            Color                          PEN                                  write ...

What is Programming Language?

Programming: def: Writing instructions in a specific sequence is called as programming. Program: def: instructions written in a specific sequence to perform some specific task. Types of Computer Languages: High level language (easy for humans to understand but difficult for computer)           e.g: FORTRAN,COBOL,JAVA,VB Mid level lang---C-lag      Low level Language(easy for computer but difficult for humans)          e.g: a)Assembly language  b)Binary lang(Machine code) 0,1 Steps of programming:  Analysis  Block Diagram(Flow chart)  Coding  Debugging  Execution Translator: 1- High level lang----->Low level Language 2- Error detection Types of translator: 1- Compiler 2- Interpreter 3- Assembler Errors: 1- Syntax error 2- Logical Error 3- Run time error