ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    HCI & Computer Graphics
    COMP3145
    Progress0 / 73 topics
    Topics
    1. The Human: Input-output channels2. Human memory3. Thinking, Reasoning, Problem solving4. Emotions and Individual differences5. Psychology and design of interacting systems6. The Computer: Text entry devices7. Positioning, Pointing, and drawing devices8. Display devices9. Devices for virtual reality and 3D interaction10. Physical controls, Sensors and special devices11. Paper printing and scanning12. Memory, Processing and networks13. The Interaction: Models of interaction14. Frameworks and HCI15. Ergonomics16. Interaction styles17. Elements of the WIMP interfaces18. Interactivity and Context of interaction19. Usability Paradigm and Principles: Introduction20. Paradigms for interaction21. Interaction Design Basics: What is design22. Process of design and User focus23. Navigation design24. Screen design and layout25. Iteration and prototyping26. HCI in Software Process: Software life cycle27. Usability engineering28. Iterative design and prototyping29. Design rationale30. Design rules and Guidelines31. Golden rules and heuristics32. HCI patterns33. Evaluation techniques and methods34. Task analysis35. Universal design36. User support systems37. Computer Supported Cooperative Work38. Groupware systems39. Implementation of synchronous groupware40. Ubiquitous computing41. History of Computer Graphics42. Graphics architectures and software43. Imaging and vision: Pinhole camera, Human vision, Synthetic camera44. Modeling vs. rendering45. OpenGL Architecture46. Displaying simple two-dimensional geometric objects47. Positioning systems and windowed environment48. Color perception and models49. RGB, CMY, HLS color models50. Color transformations51. Color in OpenGL: RGB and indexed color52. Input: Network environment and client-server computing53. Input measures: event, sample and request input54. Using callbacks and picking55. Affine transformations: translation, rotation, scaling, shear56. Homogeneous coordinates and concatenation57. Current transformation and matrix stacks58. Three Dimensional Graphics: Classical viewing59. Specifying views in 3D60. Affine transformation in 3D61. Projective transformations62. Ray tracing63. Shading: Illumination and surface modeling64. Phong shading model65. Polygon shading66. Rasterization: Line drawing via Bresenham's algorithm67. Clipping and polygonal fill68. BitBlt operations69. Hidden surface removal (z buffer)70. Discrete Techniques: Buffers71. Reading and writing bitmaps and pixel maps72. Texture mapping73. Compositing
    COMP3145›Task analysis
    HCI & Computer GraphicsTopic 34 of 73

    Task analysis

    3 minread
    447words
    Beginnerlevel

    1. What is Task Analysis?

    Definition: Task Analysis is the systematic study of the tasks that users perform while interacting with a system. It involves breaking down tasks into sub-tasks, actions, goals, and sequences to understand how users achieve their objectives.

    Key Idea: Task analysis helps designers understand user goals, workflows, and challenges, enabling the design of interfaces that are efficient, intuitive, and aligned with user needs.


    2. Purpose of Task Analysis

    • Identify user goals and objectives
    • Understand how tasks are performed in the real world
    • Detect bottlenecks, inefficiencies, and errors in current workflows
    • Support design decisions for interface layout, navigation, and interaction
    • Provide a foundation for usability evaluation and training materials

    3. Types of Task Analysis

    A. Hierarchical Task Analysis (HTA)

    • Breaks tasks into sub-tasks and operations in a tree-like structure
    • Focuses on goals, sub-goals, and methods to achieve them
    • Example: Task “Print a document” → sub-tasks: Open file → Select Print → Choose printer → Click Print

    B. Cognitive Task Analysis (CTA)

    • Focuses on the mental processes involved in performing tasks
    • Identifies decision-making, problem-solving, and knowledge requirements
    • Useful for complex or knowledge-intensive tasks

    C. Work Domain Analysis

    • Examines tasks in the context of the environment and system constraints
    • Considers physical, social, and organizational factors affecting task performance

    D. Contextual Task Analysis

    • Observes users performing tasks in their natural environment
    • Focuses on real-world workflows and constraints

    4. Steps in Task Analysis

    1. Define the scope: Determine which tasks and user groups to analyze
    2. Collect data: Through observation, interviews, questionnaires, or system logs
    3. Break down tasks: Identify goals, sub-goals, actions, and sequences
    4. Model tasks: Use diagrams, flowcharts, or tables to represent tasks
    5. Analyze tasks: Identify inefficiencies, errors, bottlenecks, or unnecessary steps
    6. Apply findings: Inform interface design, workflows, and usability improvements

    5. Methods for Task Analysis

    • Observation: Watch users perform tasks in real settings
    • Interviews: Ask users to describe tasks and workflows
    • Think-Aloud Protocol: Users verbalize their thought process while performing tasks
    • Questionnaires / Surveys: Collect structured task information from multiple users
    • Video / Screen Capture Analysis: Record and analyze user interactions
    • Task Modeling: Represent tasks graphically (HTA diagrams, flowcharts, or GOMS models)

    6. Benefits of Task Analysis

    • Reveals how tasks are actually performed vs. how designers assume
    • Helps design efficient and user-friendly interfaces
    • Supports error reduction and workflow optimization
    • Provides input for training, documentation, and automation
    • Forms a basis for usability testing and evaluation

    Key Takeaways

    • Task analysis breaks down user activities into goals, sub-goals, and actions.
    • It can focus on physical actions, cognitive processes, or contextual workflows.
    • Results guide interface design, usability improvements, and system evaluation.
    • It is a critical step in user-centered design to ensure the system aligns with real user needs.
    Previous topic 33
    Evaluation techniques and methods
    Next topic 35
    Universal design

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time3 min
      Word count447
      Code examples0
      DifficultyBeginner