recategorized by
3,481 views
2 votes
2 votes

CPU does not perform the operation

  1. Data transfer
  2. Logic operation
  3. Arithmetic operation
  4. All of the above
recategorized by

2 Answers

0 votes
0 votes

Ans: A

central processing unit (CPU) is the electronic circuitry within a computer that carries out the instructions of a computer program by performing the basic arithmetic, logical, control and input/output (I/O) operations specified by the instructions.

The form, design and implementation of CPUs have changed over the course of their history, but their fundamental operation remains almost unchanged. Principal components of a CPU include the arithmetic logic unit (ALU) that performs arithmetic and logic operationsprocessor registers that supply operands to the ALU and store the results of ALU operations, and a control unit that orchestrates the fetching (from memory) and execution of instructions by directing the coordinated operations of the ALU, registers and other components.

ref: https://en.wikipedia.org/wiki/Central_processing_unit

Related questions

1 votes
1 votes
1 answer
1
1 votes
1 votes
2 answers
2
makhdoom ghaya asked Aug 21, 2016
2,885 views
The number of nodes in a complete binary tree of height $h$ (with roots at level $0$) is equal to$2^{0} + 2^{1} + ….. 2^{h}$$2^{0} + 2^{1} + ….. 2^{h-1}$ $2^{0} + 2^{...
1 votes
1 votes
4 answers
3
makhdoom ghaya asked Aug 21, 2016
3,484 views
What is the probability of choosing correctly an unknown integer between $0$ and $9$ with $3$ chances ?$\frac{963}{1000}$$\frac{973}{1000}$$\frac{983}{1000}$$\frac{953}{1...
1 votes
1 votes
2 answers
4
makhdoom ghaya asked Aug 21, 2016
1,450 views
A telephone conference call is an example of which type of communications ?Same time / same placeSame time / different placeDifferent time / different placeDifferent time...