Computer Science, asked by anushri3408, 1 year ago

A program written in a high level language is referred to as :
(a) Source code
(b) Object code
(c) Machine code
(d) Assembly code

Answers

Answered by SameerHaider
36
Source code programme
Answered by orangesquirrel
21

Answer:

A program written in a high-level language is known as (a) Source Code.

Explanation:

Source code is the set of instructions written by a programmer using various programming languages. Source Code is generally written in English though it may vary from one computer to another.

The compiler then translates this Source Code into Machine Code either line by line or as a whole. Source Code is machine dependent.

Similar questions