Multiple choice technology architecture

Which method will instantiate a new page in the clipboard?

  1. (a) New-Page

  2. (b) Open-Page

  3. (c) Page-New

  4. (d) Page-Open

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Page-New method in PRPC creates a new page on the clipboard and instantiates it. New-Page and Open-Page are not valid method names, and Page-Open would typically open an existing page rather than create a new one.