answersLogoWhite

0


Best Answer

Program

User Avatar

Anonymous

Lvl 1
3y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A list of instructions used by a computer is called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

The basic data and instructions used to start the computer are called?

It's a mixture of things. BIOS, CMOS, Operating system.


What stores frequently used instructions and data?

Memory cache stores frequently used instructions and data on a computer. Cache memory is stored on a memory chip in an area of the RAM.


What is micro operation?

Micro-operations are detailed low-level instructions used in some designs of computer central processing units. They mainly implement complex machine instructions.


How does computer hardware communicate with the software?

I/O devices like Keyboard, Mouse, Monitor, Speakers are used to for the computer to communicate with the user. The Operating System uses software called drivers to interact with these hardware devices. Altogether, this is called the user interface.


What do you mean by computer Assembly?

This can mean one of two different things depending on context. The obvious one is the physical assembly of a computer, but since you're asking here, I assume you're asking about assembly language. The CPU inside your computer can only understand a limited set of relatively simple instructions. These instructions are represented by numbers, and the CPU knows which number means which instruction. Assembly language is a human readable representation of the instructions that the CPU can understand. Instead of a large number, a short word or acronym called a mnemonic is used. When an assembly program is written, a program called an assembler can translate each mnemonic into the number that represents it. Each mnemonic corresponds to one instruction that the CPU will follow.

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


The basic data and instructions used to start the computer are called?

It's a mixture of things. BIOS, CMOS, Operating system.


What can be used as a computer pro gram in your computer?

A rather simplistic answer is: There are various computer languages that are written by humans, set as instructions into a programme and installed onto a computer. The instructions can be carried out when required.


What is the name for any data or instructions used by a computer?

Code


What is the Directory?

A directory is commonly called a "folder" - it is a file that has a list that redirects the computer to the actual location of the files that are in that list. It's used more of as a organizational tool.


What type of computer memory contains a set of instructions that is used to boot up the computer is?

RAM.


Where from The most frequently used instructions of a computer program are likely to be fetched?

cache


The most frequently used instructions of a computer program are likely to be fetched from?

Google.


What is the name of the counting system that uses just ones and zeroes?

That is called binary. It is used a lot in computer science.That is called binary. It is used a lot in computer science.That is called binary. It is used a lot in computer science.That is called binary. It is used a lot in computer science.


What is a number system used by a coumputer called?

Binary. The brain in a computer, its Central Processing Unit, operates on a continuous fetch and execute of instructions provided to it by low and high level processes. The CPU processes instructions in native (binary) mode.


What is a series of instructions or commands that a computer follows used to create software?

program development


What is mean by assembly language statements?

Assembler language is a level of computer programming that sits somewhere between pure machine language and the other high level procedural languages. It has its on set of instructions and syntax and must be compiled (assembled) before it is used by the computer. Assembler language statements is just another way of saying a list or group of assemble language instructions.