A student who has not read Chapter 3 is confused with all the terms the other students use as they discuss the homework questions before class. Which term has nothing to do with internal processor operations?
A) Dual core
B) Throttling
C) I/O port
D) Hyper-Threading
E) Back side bus
C
Computer Science & Information Technology
You might also like to view...
The most used logical function is the IF function
Indicate whether the statement is true or false
Computer Science & Information Technology
If the capacity of a vector named names is 20 and the size of names is 19, which of the following statements are legal?
a. names.push_back("myName"); b. names[18]="myNmae"; c. all of the above d. none of the above
Computer Science & Information Technology