answersLogoWhite

0

What is the code used to program a computer?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

binary and below that, microcode.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

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

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'.


When creating a computer program who is design the structure of the program in a computer system?

when creating a computer program, system analyst design the structure of the program


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 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.


What is code snippets?

A code snippet is a small part of a computer program that shows how one portion of the program works.


What is a snippet code?

A code snippet is a small part of a computer program that shows how one portion of the program works.


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.


A computer program has been written to break a code the code uses the letters A-G with each letter being used only once If the program can try 1 unique code every second what is the maximum number?

7!


What is a code fragment?

a small portion of a computer program


What is meant by process in computer science?

When you tell your computer to run a program, a new process is created which runs the code in that program. A process is an instance of a program.


What does the program 7- zipdo fot yjr file on your computer?

The program 7- Zipdo is a software for a computer. This software is made to store code in the computer.


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.