the program written in high level language is called "source program"
Chat with our AI personalities
the program written in high level language is called "source program"
An assembly program is a machine-dependent program written in a low-level symbolic code known as assembly language.
Statements.
"BASIC" is not a program, it is a programming language. A particular BASIC-interpreter or IDE may have been written in a high level language, maybe even in BASIC (C is more plausible though).
There is no standard language, this is why higher-level languages were invented - to provide a layer of abstraction. A program written in a high-level language such as C++ or Java will execute the same on a PC as it will on a Mac, despite the fact that they have different architectures and therefore the binary code will be different.