Computer Science, asked by vidushisrivastav0, 7 hours ago

Which of the following is true? * A. program counter is use to count data. B. program counter is placed in input/output interface . C. Both A and B D. None of the above​

Answers

Answered by nidhijatin1
3

Answer:

a program counter is used by the processor to hold the address of the next instruction to be executed.

Explanation:

please like and thank my answer

Answered by tripathiakshita48
0

D. None of the above.

A program counter is a register in a computer processor that stores the memory address of the next instruction to be executed. It keeps track of the program's progress by holding the memory address of the instruction that is currently being executed, and incrementing or decrementing it as the program executes. The program counter is not used to count data, but rather to keep track of the sequence of instructions in a program. It is also not placed in the input/output interface but is typically part of the processor's central processing unit (CPU). Therefore, the correct answer is D. None of the above.

For more such questions on Memory Address: brainly.in/question/12705229

#SPJ2

Similar questions