Types of programming languages
What are the types of programming languages? Programming languages can be divided into generations. The first generation includes the binary code, which took place in early computer programming....
View ArticleAlgorithms in programming
Algorithms in programming – basic knowledge. Living each day puts us on the road to solve a variety of tasks, not just mathematics one. We provide the specific sequence of actions leading to a...
View ArticleCompilation in Pascal programming
Compilation in Pascal programming When you write a program, it is necessary to test code fragments for syntactic correctness, content errors and conformance with the intent of the programmer. During...
View ArticleConditional statements in Pascal
In Pascal commands are organized into groups called modules (units). If you are using a particular feature of the module, you need to tell the compiler, using the keyword “uses” relating to crt module,...
View ArticleImproperly deployed code
Improperly deployed code Editing program – coding is a very important step, because it requires its careful documentation. It is recommended that a record was clear, and the implementation of class...
View ArticleWhat is Object Orientated Programming?
At this point I’m going to introduce the concept of an object orientated programming. Although that term may sound confusing it is actually a very simple concept… Imagine a car – it could be your own...
View ArticleCreating and examining macro in Excel VBA
We’re going to create a very simple macro that will help introduce the language to you. Follow these steps: Create a new blank workbook in Excel. Turn on the Macro Recorder (Tools, Macros, Record New...
View Article