answersLogoWhite

0

What else can I help you with?

Related Questions

Where is data processed in the computer?

Data is typically processed in the central processing unit (CPU) of the computer. The CPU receives instructions and data from the computer's memory, processes them using arithmetic and logic operations, and then sends the results back to the memory for storage or further processing.


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


Does 8086 has memory?

8086 does not have RAM or ROM inside it. However, it has internal registers for storing intermediate and final results.


What is A peripheral device that displays prints or transmits the results of processing from the computer memory?

Input Device


What is working priciple registers?

Working principle registers are special memory locations within a computer's central processing unit (CPU) that hold data temporarily during processing. They are used to store operands, intermediate results, and memory addresses to make operations faster and more efficient. Registers can directly communicate with the CPU and provide quick access to data needed for calculations and other tasks.


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 are the three major components of the central processing unit?

The central processing unit has two parts: the arithmetic logic unit and the control unit.In some architectures the arithmetic logic unit may contain a small local memory for operands/results (e.g. accumulator, floating point registers, general purpose registers), but not all do.In some architectures or implementations the control unit may contain a read only memory for the microcode that interprets instructions, but not all do.In almost all modern microprocessors a cache memory is attached to the central processing unit, as placing it in very close proximity to the central processing unit significantly increases performance, but cache memory is really part of the memory unit not the central processing unit.


What is cache memory ram?

Cache Memory is small fast memory that stores instructions and data frequently used in processing such that when is required, Processor can quickly fetch data rather than reading it from slow storage media.


What are the general parts of a computer?

A computer is made up of many components (parts). There are five main types of components: (1) microprocessors, (2) memory chips, (3) input devices, (4) storage devices, and (5) output devices. The microprocessor, also known as the central processing unit (CPU), does the actual computing. Memory chips hold data and processing instructions for use by the microprocessor. The computer receives data through input devices, such as a keyboard. Storage devices, which include disks and tapes, hold data and instructions for transfer to memory. Output devices, such as a television-like monitor, show results of the computer work. A computer is made up of many components (parts). There are five main types of components: (1) microprocessors, (2) memory chips, (3) input devices, (4) storage devices, and (5) output devices. The microprocessor, also known as the central processing unit (CPU), does the actual computing. Memory chips hold data and processing instructions for use by the microprocessor. The computer receives data through input devices, such as a keyboard. Storage devices, which include disks and tapes, hold data and instructions for transfer to memory. Output devices, such as a television-like monitor, show results of the computer work.


What permanently stores the set of instructions that the computer uses to activate the software that controls the processing function when you turn on the computer on?

Read Only Memory (ROM)


The processor uses temporary storage called to temporarily hold both data and instructions while it is processing them?

The processor uses temporary storage called primary storage, to temporarily hold both data and instructions while it is processing them. Another word for primary storage is called memory.


Advantage and dis advantage of fixed length instruction explain it in 10 marks?

Advantage: Simplifies decoding: Fixed length instructions make decoding and fetching instructions easier, as the processor knows the exact length of each instruction. Faster processing: Fixed length instructions allow the processor to fetch and decode instructions quickly, leading to faster overall processing speeds. Disadvantage: Wastage of memory: Fixed length instructions may lead to wasted memory space if shorter instructions do not fully utilize the allotted space. Limited flexibility: Fixed length instructions limit the complexity and variety of instructions that can be encoded, restricting the range of operations a processor can perform.