What is shared system memory?

A) Memory used by the processor and the chipset simultaneously
B) RAM used as storage space
C) Storage space used as RAM
D) Memory shared between the motherboard and the video adapter


D

Computer Science & Information Technology

You might also like to view...

A call to a C++ function is

a. The name of the function followed by empty parentheses. b. The name of the function followed by any number of arguments, regardless of the number of parameters in the definition. c. The name of the function followed by a number of arguments not greater than the number of parameters in the definition. d. The name of the function followed by exactly the number of arguments as there are parameters in the definition. e. The name of the function only.

Computer Science & Information Technology

Which of the following statements are correct for recursion?

a) Recursion is available only in the C and C++ languages. b) Recursion is available in all programming languages. c) Recursion is available in most modern programming languages, including C++. d) Recursion is a preprocessor technique e) Recursion, if used with care can be a useful programming technique.

Computer Science & Information Technology

A(n) _____ has an LCD screen designed for reading and storing digital books, magazines, and other online materials

Fill in the blank(s) with correct word

Computer Science & Information Technology

To delete a node, we adjust one of the pointers of the ____.

A. leaf node B. parent node C. branch node D. child node

Computer Science & Information Technology