05 Task Performance 1 (HCI)

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

05 Task Performance 1 - ARG

Select a specific web application or website related to programming or designing. Then,


answer the following items:
1. Provide the name of the web application/website. (2 points)
 Pinterest
2. Provide the link to the web application/website. (2 points)
 pinterest - Search (bing.com)
3. Briefly describe the web application/website. (5 points)
 Pinterest is an image sharing and social media service designed to enable saving
and discovery of information on internet like image, GIF and videos. You can
look for a certain image that you want and save it to your device.
4. What type of user interface (UI) does the web application/website encompasses?
Justify your answer. (Essay: 10 points)
 Pinterest is a GUI or Graphical User Interface type. Users can communicate with
electronic equipment via visual indicator representations using a graphical user
interface (GUI). Pinterest is more on visual interaction with the user it contains
icons, image, and menus. It is a simple GUI that the user just needs to click or
select an image to view or save in their devices.

5. Take a screenshot of at least two (2) different event-driven program execution


that you have noticed in the web application/website. (3 points x 2 items)

Event Listener
Event Source
6. Based on your answers on item number 5, rationalize how each screenshot
encompasses event-driven program execution. (Essay: 10 points x 2 items)
 Based on the screenshots above each contains the parts of the event-driven program,
the first image shows the event listener it is a program code that listens for changes,
additions, user interaction, etc. When an event listener is performed, it does the
specified task(s) based on the event. The second image shows the event source it refers
to the object that is triggered in an event. In other words, even the source is an object
that generates an event.

You might also like