COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Assembly Language
|
|
Machine Code
|
|
High level lanaguage
|
|
None of the above
|
Detailed explanation-1: -Prolog has been used largely for logic programming, and its applications include natural language understanding and expert systems such as MYCIN. Prolog is notably a so-called nonprocedural, or declarative, language in the sense that the programmer specifies what goals are to be accomplished but not…
Detailed explanation-2: -Programmers write in high-level languages because they are easier to understand and are less complex than machine code. They allow the programmer to focus on what needs to be done, rather than on how the computer actually works.
Detailed explanation-3: -What do you call a file containing a program written in a high-level programming language? A source file.
Detailed explanation-4: -Language Processor is a program that allow high level language to interrelate with hardware device. it is a part of system software, which translate high level language into computer language.