Computer Knowledge

User Interface and Interaction Design

1,493 Questions

This collection focuses on user interface design, human computer interaction, and usability evaluation. It covers design hierarchies, prototyping, and user feedback methods. These questions are ideal for computer science and IT competitive exams.

Usability evaluationDesign principlesPrototyping in UXHuman computer interactionData visualization

User Interface and Interaction Design Questions

Multiple choice
  1. Change the Validate from List property for the Event_Date item to No

  2. Create another item in the form to which the event name can be returned

  3. Modify the Record Group Query property for the record group to sort the list by event date

  4. Modify the Column Mapping property of the LOV so that the Event Date, rather than the Event Name is returned

  5. Modify the Record Group Query property for the record group so that the event date is the first column selected

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

The error occurs because the LOV is returning the wrong column. The record group query selects event_name first and event_date second, but the Column Mapping is configured to return from the first column (event_name) to the Event_Date item. The solution is to modify the Column Mapping property so that the second column (event_date) is returned instead. Changing the query order or creating another item would not solve the fundamental mapping issue.

Multiple choice
  1. User Interaction

  2. User Interface

  3. User Integration

  4. User Initialization

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

UI stands for User Interface, which is the space where interactions between humans and machines occur. This includes graphical interfaces (GUI), command-line interfaces, and other interaction methods. User Interaction, Integration, and Initialization are different concepts.

Multiple choice
  1. Common tasks toolbar

  2. Drawing toolbar

  3. Formatting toolbar

  4. Standard toolbar

  5. None of these

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

In PowerPoint, the Common tasks toolbar is specifically designed to provide context-sensitive options that change based on the current master view (slide master, handout master, notes master). The Drawing, Formatting, and Standard toolbars maintain consistent options across views.

Multiple choice
  1. An action button that advances to the next slide

  2. An item on the slide that performs an action when clicked

  3. The name of a motion path

  4. All of the above

  5. None of these

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

In PowerPoint animations, a trigger is an object (like a shape, image, or text) that, when clicked, causes an animation effect to play. This allows interactive presentations where animations are controlled by specific user actions on slide elements.

Multiple choice
  1. Fixed Layouts

  2. Liquid Layouts

  3. Friendster Layouts

  4. None of these

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

Liquid (or fluid) layouts use percentage-based widths that adapt to browser window size, creating flexible designs. Fixed layouts use specific pixel widths, while liquid layouts reflow content dynamically, providing better user experience across different screen sizes.

Multiple choice
  1. Output scalability

  2. Input scalability

  3. Power consumption

  4. Scalable

  5. Random number

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

In this characteristic of mobile application, existing content is designed for viewing on PC screens where as mobile devices have a wide range of visual display sizes, formatting, etc.

Multiple choice
  1. Ctrl + T

  2. Ctrl + Z

  3. Ctrl + D

  4. Ctrl + B

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

Ctrl + T is the standard keyboard shortcut for the Free Transform tool in Adobe Photoshop and similar image editing software. Other options like Ctrl + Z (undo) or Ctrl + D (deselect) perform different functions.