answersLogoWhite

0

It's called CPU cache of level one.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Computer Science

Stores instructions waiting to be executed by the processor?

its memory.


Define Busy waiting?

"Busy waiting" is the act of actively waiting for some condition to change. In programming microcontrollers, one might want to wait for a pin to become high or low before continuing with the program. A "busy waiting loop" in C would look like this: ... while(PIN1 != HIGH) ; ... This essentially does nothing but check the value of "PIN1" time after time, waiting for it to become "HIGH". Now, if PIN1 were to become "HIGH", the processor "breaks out" of this busy-waiting loop and continues with the program.


What do you mean by Binding time?

It means you are waiting...typically in a relaxed manner and typically one who is binding their time is waiting for something "evident" to transpire, or waiting to see what may happen concerning a specific event or issue.


Where was the movie waiting to exhale filmed at?

Fountain Hills, Az


Advantages and disadvantages of using a stripboard?

Advantages of Stripboard:� Low Cost - no expensive PCBs to send for.� No Mess - no chemical hazard, no slop, no photography or plotting.� Fast - take a piece of stripboard off the shelf and start building (although good planning is always helpful).� Adaptable - modify the layout to suit the components locally available.� Versatile - add more functions or circuits on the same piece of board.� Compact - unlike Wire Wrap stripboard can be built into small enclosures.� Widespread - universally available in all parts of the World.Disadvantages of Stripboard:Labor Intensive - if building more than one or two units.Non-optimal - less component density than a well laid out PCB (although I have been able to get some quite compact layouts)

Related Questions

What consists of electronic components that store instructions waiting to be executed by the processor data needed by those instructions and the results of processed data (information).?

Memory


What electronic component stores instructions waiting to be executed?

No single type of component does this, it is done by a circuit composed of many different components.


What Consists of electronic components that store instructions waiting to be executed by the processor data needed by those instructions and the results of processed data information?

Memory


What stores instructions waiting to be executed by the processor?

memory


Stores instructions waiting to be executed by the processor?

its memory.


Did the rapper cool c get executed in New Jersey?

He still hasn't been executed yet he is still in the Pennsylvania State Prison waiting to be executed so he wont be executed in New Jersey.


What is the meaning of the term busy waiting What other kinds of waiting are there in an operating system Can busy waiting be avoided altogether Explain your answer?

_ A process is waiting for an event to occur and it does so by executing instructions. _ A process is waiting for an event to occur in some waiting queue (e.g., I/O, semaphore) and it does so without having the CPU assigned to it. _ Busy waiting cannot be avoided altogether.


How use a pregnancy test?

The instructions are in the box. It is as simple as urinating on the stick and waiting for the spot to change color.


The six components of a computer are CPU input devices output devices communication devices But what are the other two?

the six are CPU, memory, power supply, input devices, output devices, & storage devicesThese are notes my teacher gave to me-1. INPUT- sends data to the main memory2. PROCESSOR- processes or manipulates data into information. This is done through the CPU- Central Processing Unit- this is made up of the control unit & arithmetic/logic unit.3. MEMORY- electronic components that temporarily store instructions waiting to be executed by the processor.4. OUTPUT- displays or present information- is made up of printers & display panels.5. STORAGE- stores the information for future use when not being used in the memory.6. COMMUNICATION DEVICES- a hardware component that enables a computer to send (transmit) & receive data, instructions, & information to & from one or more computers. ex: telephone lines, cables, cellular radio networks, & satellites. Some media is wireless- no physical lines or wires needed.


Difference between executed and executing contracts?

An executed contract is a contract that has been completed. All parties have signed and its all done and closed. Executory is one that is almost done, but they are waiting on for example: Money!


While waiting for devices to become idle so that they can receive additional instructions where does the operating system place items?

dasd


What other kinds of waiting are there in an operating system?

Some other kinds of waiting in an operating system include waiting on applications, waiting on the user, and waiting for hardware to communicate. The operating system facilities many different components to work in sync.