What is the general name of the processor feature that AMD calls HyperTransport?

A. Multicore processing
B. Multithreading
C. Virtualization
D. Multiprocessor platform


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the algorithm used in the following code?

int algo(int a, int b) { if (a == 0) return b; if (b == 0) return a; if (a == b) return a; if (a > b) return algo(a-b, b); return algo(a, b-a); } a. Recursive b. Graph c. Greedy d. Dynamic programming

Computer Science & Information Technology

Which of the following is not a precaution to take when shopping online?

A. Pay with a debit card, not a credit card. B. Shop at well-known, reputable sites. C. Avoid making online transactions on a public computer. D. When placing an order, make sure you receive a confirmation number.

Computer Science & Information Technology

Most galleries support the sneak peek feature, as shown in the accompanying figure.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Each presentation in PowerPoint has a set of ____________________that store information about the theme and slide layouts.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology