answersLogoWhite

0

A CPU executes only

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

A CPU does math and accesses memory.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A CPU executes only
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which component executes program instructions?

The CPU executes program instructions.


What is the gap between two processes when the CPU executes a process and then switches into another?

CPU switching from process to another


What is central processing unit and its uses?

A CPU is a part of the computer that interprets and executes information.


What is the chip that executes demands in a computer?

That is the microprocessor, some call it the CPU (Central Processing Unit)


What is called the collection of commands that a specific CPU executes?

machine code instruction set or assembly language


What is the meaning of Micro Computer?

A micro computer is a computer with a microprocessor as its central processing unit. A microprocessor incorporates most or all of a CPU. A CPU (central processing unit), executes computer programs.


The main chip in the computer is the?

Central Processing Unit is the main chip of computer. CPU fetches and executes instructions. CPU consists of an Arithmetic and Logic Unit (ALU), a control unit, registers and buses.


What converts and executes one statement at a time in computers?

There are number of compilers that are used . A compiler that executes and translates on statement at time is called interpreter. An interpreter is a compiler that executes one line at a time and if an error occurs it need to be corrected at the same point of time else the further execution will stop.


What part of the computer executes instructions to to process information?

The Central Processing Unit, or CPU is responsible for carrying out the instructions of a computer program. Playing the role of the "brain", the CPU carries out the basic arithmetical, logic and input/output operations of the system. You can read more about the CPU here: http://en.wikipedia.org/wiki/Central_processing_unit


How does computers microprocessor work?

The basic computer has two parts: Random Access Memory (RAM) and a Central Processing Unit (CPU.) A microprocessor is a CPU that is built on a single chip. RAM is a place where many bytes are stored. One of the things that can be stored in RAM is a series of "instructions" that tell the CPU what to do. The series of instructions is called a "program." The CPU "fetches" one instruction from RAM, "executes" that instruction, then fetches and executes the next one, and so on. Exactly what the instructions in the program tell the computer to do determines how the computer will act at any given time.


What is the computers 'thinking work' done in?

The basic computer has two parts: Random Access Memory (RAM) and a Central Processing Unit (CPU) RAM is a place where many bytes are stored. One of the things that can be stored in RAM is a series of "instructions" that tell the CPU what to do. The series of instructions is called a "program." The CPU "fetches" one instruction from RAM, "executes" that instruction, then fetches and executes the next one, and so on. That is all that computers do. Whether that qualifies as "thinking" is a very controversial question.


What is a preemptive and non preemptive algorithm and explain with example?

Preemptive scheduler reruns scheduling decision when process becomes ready. If the new process has priority over running process, the CPU preempts the running process and executes the new process. Non-preemptive scheduler only does scheduling decision when running process voluntarily gives up CPU. In effect, it allows every running process to finish its CPU burst.