Multiple choice technology What is NSURLRequest Encapsulates a URL to load and caching policy for fetched data Load a URL. To fetch the data from the URL link None Reveal answer Fill a bubble to check yourself A Correct answer Explanation NSURLRequest encapsulates both the URL to load and the policies for how the data should be cached and loaded. It doesn't perform the actual loading (that's NSURLConnection/NSURLSession) nor does it fetch data itself.