answersLogoWhite

0


Best Answer

it normally refered to as the operating system as its the base software making the system start and open it initial operation

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The code used to program a computer is called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the code used to program a computer?

binary and below that, microcode.


What is the computer term used to describe a spelling or grammatical error in a computer program?

That's commonly called a bug. Even the smallest spelling error in a line of computer code can have a 'cascade' effect over the whole program.


Differences between source program and object program?

SOURCE PROGRAM=A set of instructions of the high level language used to code problems to find its solution on a computer is referred as source program. OBJECT PROGRAM=The computer translates the source program into machine language program called object program by using an interpreter or compiler is called object program.


A list of instructions used by a computer is called?

Program


Could you substitute the word instructions for the term computer program?

A computer program is a series of instructions for a computer, and 'instructions' could be used to describe a program in relevant context, as also could 'computer code'.


What is meant by the word validator?

The computer program used to check a piece of code or document for correctness is called a validator. Validators are used in a lot of online word games.


What is executable code?

short answer: executable code is a program that is ready to be used write now. long answer: writing a computer program is generally a 2 part process (there are exceptions): 1) programmer writes the code 2) programmer runs his code through a special program called a Compiler the Compiler is responsible for taking code that a programmer can understand, and turning it into something that a computer can understand. executable code is (usually) code that has been compiled.


What are computer procedures and what is it used for?

Procedure can mean either of 2 things: a short piece of code (subprogram) within a program or operating instructions.subprogram, a piece of code that can be called by the main program's code as needed to perform a specific operation.operating instructions, used by a human operator to correctly perform a task i.e. running a specific program.


What is the process of writing specific instructions in computer language called?

A machine code program. Machine code is the native language of the machine and the only language actually understood by the machine. However, program instructions can be written using a high-level programming language that the computer can translate into machine code using another machine code program called a compiler.


What are programs that give instructions to a computer called?

Programs run by a computer are called software


How do you program computers?

there is no one way to "program" computers codes are often used to write programs that are used on a computer some comman are c+ c++ html java scriptA computer is programed by making a code that is available in the computer language.


What does introspection refer to in computer programming?

Introspection as used in computer programming is defined as the ability of a computer program to be able to examine the type or peroperties of a specific program at what is called "runtime".