answersLogoWhite

0


Best Answer

Basically a computer uses what is called machine language. This is represented by 0's and 1's and is very difficult to read/write. So we came up with assembler which is quite readable and pretty easy to program with. Different computer architectures however use different assembler instructions and you generally need some in depth understanding of how the chip in question works. Some are very easy to understand like Atmel AVR. If you are geared more towards a PC the target is generally an x86 chip and they are much messier. As programs grew and as programmers are lazy we found that it takes a loong time to code in Assembler so another layer of abstraction was introduced allowing us to write less code, this has resulted in different programming paradigms where you essentially have access to different programming languages that are better suited towards solving different problems and developing different kinds of programs. We generally refer to languages that are above Assembler in abstraction as "High-level" languages.

If you write a program in a high level language it will be translated ("compiled", "assembled") to Assembler and in the chip it will be machine code. See Related Link below as well.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Those in the instruction set for the design of that Central Processing Unit (CPU)

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

COMMANDS

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the instructions to the computer on how to process data?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the computers process data under the control of sets of instructions?

What sets of instructions do computers use to process data? - Computer Programs


Do computers process information into data?

input


Processor existing computer instructions that manipulate data results in useful output?

Process,or existing computer instructions that manipulate data, results in useful output?


Who is someone that develops software or writes the instructions that direct the computer to process data?

programmer


The computer that can move data and instructions between storage and memory in a process is called?

sawpping


Computer communications describes a process in which two or more computers or devices transfer what?

Data, information, and instructions.


How does a personal computer process information?

In two basic stages: i) process - the computer needs, and is easily provided with, instructions about what to do with the data, and ii) data - readily accessible information that is accessed, operated upon, and results displayed by the instructions stored in the computer's instruction program.


Series of instructions that tells the computer what to do and how to do it?

data


Computer process output information into input data?

No. Computer process (input) information into (output) data.


Is any data or instructions sent to the computer?

input


What is a programmable computer?

A programmable computer is one for which instructions on how to perform different tasks (programs) can be written/installed. A non-programmable computer comes with programs already installed and its software can not be readily changed.


What the steps that tell computer how to perform particular task?

A program is a set of detailed instructions that tells the computer how to perform a particular task.