194k views
0 votes
________ is the set of instructions that programmers have written in a higher-level language. Source code Compiled code Base code Executable code

User Xetera
by
3.9k points

1 Answer

4 votes

Answer:

Source code.

Step-by-step explanation:

Source code are instructions software developers or programmers write to make a software.

Source code is written in some kind of language known as a programming language. No matter the programming language, all source code is eventually compiled into a language the CPU can understand i.e. binary (1s and 0s).

Source code are written in text files and run through a terminal, but can also be written in specialized software, made for easing the process of software development, known as IDE (Integrated Development Environment).

User Abdul
by
4.9k points