MULTIMEDIA AND QUALITY OF SERVICE
INTRODUCTION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Very high level language
|
|
Visual programming
|
|
Scripting lunguage
|
|
Simple Branching
|
Detailed explanation-1: -Very high level language (VHLL) is a high level programming language designed to reduce the complexity and amount of source code required to create a program. VHLL incorporates higher data and control abstraction abilities. A very high level programming language is also known as a goal-oriented programming language.
Detailed explanation-2: -C and C++ Both languages are widely used in computer science and programming. C and C++ developers can make use of compilers for a wide variety of platforms, making applications developed in these languages largely transportable. Both C and C++ are considered high-performance languages.
Detailed explanation-3: -A high-level language does not require addressing hardware constraints when developing a program. However, every single program written in a high-level language must be interpreted into machine language before being executed by the computer. BASIC, C/C++ and Java are popular examples of high-level languages.
Detailed explanation-4: -Compilers are a type of translator that support digital devices, primarily computers. The name compiler is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language, object code, or machine code) to create an executable program.