Which expansion slot technology enables "lanes" to be assigned to an adapter?

A) AGP
B) MCA
C) PCI
D) PCI-X
E) PCIe

E

Computer Science & Information Technology

You might also like to view...

When copying records that have a filter applied, all records are copied not just the filtered records

Indicate whether the statement is true or false.

Computer Science & Information Technology

Which statement is false?

a) A recursive function is a function that calls itself either directly or indirectly through another function. b) A recursive function knows how to solve only one or more base cases. c) The recursion step executes after the original call to the function terminates. d) In order for the recursion to eventually terminate, each time the function calls itself with a slightly simpler version of the original problem, this sequence of smaller and smaller problems must eventually converge on a base case.

Computer Science & Information Technology