answersLogoWhite

0

I've posted this question. In detail, how would you access the diagnostics on the master computer onboard the vehicle? The trouble code analyser accesses part of that area, then you clear the code and fix the part and away you go.......... I would like to analyse the engine as its running and be able to access that data from time to time.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is CPU needed to access internet?

A CPU is needed to do anything with a computer, including accessing the internet.


Temporarily holds data and instruction as the CPU processes them?

Random Access


What is the function of CPU cache?

Many CPUs have what is known as a CPU cache. The function of this CPU cache is to speed up access to data.


What part of the desktop computer saves memory?

A desktop saves memory in the CPU. When one wants to access information, the random access memory, or RAM, is used. The amount of memory a computer has depends on the size of the CPU.


What is L1 cache?

Fast access memory which is inside the actual CPU chip.


What is an l1?

L1 cache (i.e. Level 1 Cache)is the short memroy present with the CPU which stores the instructions or data in a queue for quick access for the CPU.


Why Direct memory access has priority over the CPU when both request a memory transfer?

Direct Memory Access (DMA) has priority over the CPU when both request a memory transfer because DMA can access memory independently of the CPU, allowing for simultaneous data transfers. This reduces the burden on the CPU and improves overall system performance. Additionally, DMA transfers are typically faster and more efficient than CPU transfers, making them a preferred choice for handling memory transfers.


How are programs copied into the CPU for it to read?

Programs are copied into the CPU for it to read through a process called loading. Loading involves transferring the program's instructions from storage, such as a hard drive or memory, into the CPU's memory for execution. This allows the CPU to access and execute the program's instructions in the correct sequence.


Where will the CPU store data for easy access and quick retrieval during these computations?

CPU's will have a number of small local data storage points called "registers". These registers only hold small amounts of data and provide the fastest possible access.


What is the interaction of ROM and RAM with CPU?

ROM (Read-Only Memory) and RAM (Random Access Memory) interact with the CPU by providing different types of data storage. ROM contains permanent instructions essential for booting the system, while RAM provides temporary storage for data and programs that the CPU actively uses during operation. The CPU retrieves instructions and data from RAM for processing, and it may access ROM for essential firmware instructions if needed. This collaboration ensures that the CPU can execute tasks efficiently by utilizing the fast access speed of RAM and the stable data provided by ROM.


Where data is stored in CPU?

No data is stored in the CPU. The CPU only performs arithmetic and logical operations. However, the CPU is provided with a small memory unit called cache, which rapidly feeds the CPU with data to calculate.


In what all situations DMA is used?

DMA (Direct Memory Access) can be used during the CPU's "busy time", such as when the CPU is processing a read/write cycle, the DMA will take over to perform other tasks while the CPU is busy.