COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
They use key words such as print, If, while and program, in logic rather than dealing with hardware
A
Assembly Language
B
Machine Code
C
High level lanaguage
D
None of the above
Explanation: 

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: -A program written in a high-level language is called Source code.

Detailed explanation-3: -Characteristics of high-level programming languages: A single line of code can accomplish multiple tasks. Allow the programmer to focus on what the program is trying to achieve rather than how the computer or specific hardware operates. Source code is translated into machine code for the computer to process.

Detailed explanation-4: -The assembly language is written in simple English language, so it is easily understandable by the users. It does not require any translator as the machine code is directly executed by the computer. In assembly language, the assembler is used to convert the assembly code into machine code.

There is 1 question to complete.