Question
Which register stores the temporary results during
computation?Solution
The Accumulator (AC) is a key register in a CPU that is used to store intermediate results of arithmetic and logical operations. During computation, when the CPU performs operations such as addition, subtraction, or logical operations, the results are temporarily stored in the accumulator before being transferred to memory or used in further computations. For example, in a simple operation like adding two numbers, the first number is loaded into the accumulator, and then the second number is added to it. The result remains in the accumulator until the next operation or until it is moved to another memory location.
What is a botnet typically used for?
Which component in IoT performs data preprocessing before sending it to the cloud?
What is a confusion matrix used for?
Which technique is used to reduce dimensionality while preserving variance?
What does underfitting indicate?
Which layer of IoT focuses on transmitting data between devices and servers?
Which of the following is an example of an IoT application in healthcare?
Which of these is a parametric algorithm?
What is overfitting?
Which protocol is lightweight and widely used for IoT messaging?