High and Low Level Languages (First August 2022)
High and Low Level Languages (First August 2022)
HTML
C++
Java Visual
Basic
High- Level Languages
► Compiler
► Interpreter
► Assembler
Compiler
► Syntax Error
When a program is compiled ,a list syntax errors is generated
of there are any. They are removed first and the program is
compiled again to get the output.
► Logical errors
When a program is run and if does not produce the required
output , it means there is a logical error. A program is then
tested with the data to determine the logical error.
► Run Time Error