1. A Component Reference part is used to monitor events in other components and to get and set attribute values from parts in other components.  
    True
    False
  2. The Component Reference part looks like:  
  3. You have added a Component Reference part called MONCHG. MONCHG is notified by a CHANGE event from the Entry field EF2. When the Entry field change event occurs, the Component Reference part will signify a ________ Event.  
    CLOSE
    ACTIVATE
    NOTIFY
  4. You invoke the COMPLIST component before or after you create the Component Reference part to monitor for events and to retrieve values from the COMPLIST component.  
    Before
    After
  5. To bring the Customer List subfile window to the foreground, you set VISIBLE and FOCUS attributes.  
    True
    False
  6. To give the Customer List window (CUSTLIST) focus you use the ________ operation code.  
    GETATR
    SETATR
    READ