The ________ list enables you to create a list of URLs to other pages within SharePoint or to Web sites

Fill in the blank(s) with correct word

links

Computer Science & Information Technology

You might also like to view...

A technician, Joe, has been tasked with assigning two IP addresses to WAN interfaces on connected routers. In order to conserve address space, which of the following subnet masks should Joe use for this subnet?

A. /24 B. /32 C. /28 D. /29 E. /30

Computer Science & Information Technology

We have a function foo for a base class which needs to be made into a pure virtual function. It has no parameters and an int return type. The function prototype for foo might look like this:

A. virtual int foo( ) = 0; B. pure virtual int foo( ); C. pure virtual int foo( ) = 0; D. virtual int foo( );

Computer Science & Information Technology