Podcast
Questions and Answers
A computer is a special machine that performs tasks, such as ______, data processing, and handling, electronic communication, etc.
A computer is a special machine that performs tasks, such as ______, data processing, and handling, electronic communication, etc.
calculations
Programs usually reside within the computer and are retrieved and processed by the computer’s ______ system.
Programs usually reside within the computer and are retrieved and processed by the computer’s ______ system.
electronics
The Central Processing Unit (CPU) is a microprocessor chip that is a single piece of silicon containing millions of tiny microscopically wired ______ components.
The Central Processing Unit (CPU) is a microprocessor chip that is a single piece of silicon containing millions of tiny microscopically wired ______ components.
electrical
Information from input devices or from the computer’s memory is communicated via the ______ to the CPU.
Information from input devices or from the computer’s memory is communicated via the ______ to the CPU.
Signup and view all the answers
Registers can be thought of as the CPU’s tiny scratchpad, temporarily storing ______ or data.
Registers can be thought of as the CPU’s tiny scratchpad, temporarily storing ______ or data.
Signup and view all the answers
When a program is running, one special register called the program counter keeps track of which program instruction comes next by maintaining the memory location of the next program instruction to be ______.
When a program is running, one special register called the program counter keeps track of which program instruction comes next by maintaining the memory location of the next program instruction to be ______.
Signup and view all the answers
The CPU’s control unit coordinates and times the CPU’s functions, and it uses the program counter to locate and retrieve the next instruction from ______.
The CPU’s control unit coordinates and times the CPU’s functions, and it uses the program counter to locate and retrieve the next instruction from ______.
Signup and view all the answers
The program counter changes usually increasing a small amount so that it contains the location of the instruction that will be ______ next.
The program counter changes usually increasing a small amount so that it contains the location of the instruction that will be ______ next.
Signup and view all the answers
The current instruction is analyzed by a decoder, which determines what the instruction will ______.
The current instruction is analyzed by a decoder, which determines what the instruction will ______.
Signup and view all the answers
Any data the instruction needs are retrieved via the bus and placed in the CPU’s ______.
Any data the instruction needs are retrieved via the bus and placed in the CPU’s ______.
Signup and view all the answers