Match each item with a statement below.
A. an internal communications pathway inside a computer that specifies the source and target address for memory reads and writes
B. the speed at which the processor communicates with the memory and other devices in the computer
C. an internal communications pathway that carries data between the CPU and memory locations
D. computer architecture in which processor components are reconfigured to conduct different operations as required
E. the part of a processor used to read and execute instructions
F. the speed at which the CPU executes internal commands
G. internal communications pathway that keeps the CPU informed of the status of particular computer resources and devices
H. the group of commands the processor recognizes
I. computer architecture that dedicates processor hardware components to certain functions
J. a CPU design that permits the processor to operate on one instruction at the same time it is fetching one or more subsequent instructions
A. address bus
B. external clock speed
C. data bus
D. CISC
E. core
F. internal clock speed
G. control bus
H. instruction set
I. RISC
J. pipelining
You might also like to view...
Which of the following statements is true about changing the width of sections?
A) All sections must have the same width. B) Each section can have its own width within the limits of the width of the form/report. C) You cannot change the width of sections. D) Each section can have its own width.
Case-Based Critical Thinking Questions ? Case 1: Tony's Pizza & Pasta ? Tony's Pizza & Pasta restaurant uses an application to update and display menu items and the related price information. Daily "Chef's Specials" are stored using two one-dimensional parallel arrays. The days of the week are stored in thestrDaysarray, with Sunday as the first element. The daily special for each day is stored in a parallel array namedstrSpecial. Which of the following statements assigns Friday's special, which is rigatoni, to the appropriate element?
A. strSpecial(6) = rigatoni B. strSpecial(5) = rigatoni C. strSpecial(6) = "rigatoni" D. strSpecial(5) = "rigatoni"