Accessing the contents of memory using a pointer variable that contains the address of that memory location is called:

a. pointer direction
b. cell referencing
c. pointer access
d. indirect reference
e. none of the above


D

Computer Science & Information Technology

You might also like to view...

The text “Hello there, my friend.” is an example of what type of capitalization?

a. sentence-style capitalization. b. book-title capitalization. c. Neither of the above. d. Both of the above.

Computer Science & Information Technology

Which of the following message types permit a gateway (router) on a nonoptimal route between sender and receiver to redirect traffic to a more optimal path?

A. ICMP Echo/Echo Reply B. ICMP Source Quench C. ICMP Redirect D. ICMP Destination Unreachable

Computer Science & Information Technology

Which of the following queries contains an equality join?

A. SELECT title, authorid FROM books, bookauthor WHERE books.isbn = bookauthor.isbn AND retail>20; B. SELECT title, name FROM books CROSS JOIN publisher; C. SELECT title, gift FROM books, promotion WHERE retail >=minretail AND retail <=maxretail; D. None of the above

Computer Science & Information Technology

An administrator is moving a virtual machine into a resource pool. The VM and resource pool are configured as shown: VM configuration: 2GHz CPU reservation 1GB Memory limit Resource Pool configuration: 6GHz CPU reservation 1GB Memory reservation No limit to memory What happens to the virtual machine's resource settings when it is moved into the pool?

A. The VM inherits the resource settings of the resource pool if expandable reservations is enabled. B. The VM's reservations and limits are ignored and removed. C. The VM keeps the 2GHz CPU reservation but receives the 1GB memory reservation. D. The VM keeps the 2GHz CPU reservation and the 1GB Memory limit.

Computer Science & Information Technology