GENERAL KNOWLEDGE

GK

TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A source program is the program written in which level language?
A
High-Level
B
Symbolic
C
English
D
Machine
Explanation: 

Detailed explanation-1: -A source program is a program to be translated into machine language. That’s why the source program is written in a high-level language (C, C++, java etc). After that, the compiler converts it to low-level language which a computer can understand.

Detailed explanation-2: -Compiler. A compiler is a computer program that translates a program written in a high-level language to the machine language of a computer. The high-level program is referred to as ‘the source code.

Detailed explanation-3: -Expert-Verified Answer The program written in a High-level language is referred to as a source program. In general, programming statements created by a programmer using a text editor or visual programming tool and then saved in a file are referred to as source code.

There is 1 question to complete.