Table of contents |
|
Programming Language |
|
Terms Related to Programming |
|
Language Translator |
|
Generations of Programming Languages |
|
Algorithm |
|
Flow Chart |
|
Error |
|
A program can be defined as a sequence of instructions designed to perform a specific computing task. The individual who writes or executes these instructions is known as a programmer. Programmers use specialized languages, known as programming languages, to create programs. Examples of these languages include C and Java. Ada Lovelace is celebrated as the world's first programmer.
Programming languages are broadly categorized into three types:
These are more complex and operate directly with a computer's instruction set, often used for system software development.
![]() |
Test: Programming Concept - 1
|
Start Test |
It converts programming language into machine language.
Depending on the programming language used, language translators fall into three categories:
Assembler: Converts a program written in assembly language into machine language. Assembly language uses mnemonic codes that are machine-dependent and can be challenging to learn.
Programming languages are categorized into five generations, reflecting advancements in technology:
First Generation Languages (1GLs):
These are low-level languages such as machine language.
Second Generation Languages (2GLs):
Also low-level, these languages include assembly language.
Third Generation Languages (3GLs):
High-level languages like Java fall into this category.
Fourth Generation Languages (4GLs):
These languages feature statements similar to human language and are commonly used in database and scripting programming.
Fifth Generation Languages (5GLs):
These languages use visual tools to aid program development. Visual Basic is a notable example of a 5GL.
An algorithm is a methodical, step-by-step approach to solving a problem, often used in data processing, calculations, and other computer or mathematical tasks.
![]() |
Download the notes
Programming Concept
|
Download as PDF |
An error, commonly known as a bug, is an unexpected issue that disrupts the proper functioning of a computer.
Types of Errors:
Errors are classified into four categories:
Tit-Bits
48 videos|24 docs|33 tests
|
1. What is a programming language translator? | ![]() |
2. What are the generations of programming languages? | ![]() |
3. What is an algorithm in programming? | ![]() |
4. How is a flow chart used in programming? | ![]() |
5. How are errors handled in programming? | ![]() |