Desktop Application Desktop Application UI/UX Design 2 — Questions and Answers
Question 1: Which layout technique divides the desktop application window into resizable panels separated by a movable divider?
- Split pane (Correct answer)
- Tab panel
- Accordion panel
- Floating panel
Correct answer: Split pane
A split pane divides the window into two or more resizable sections separated by a draggable divider bar.
Question 2: What is the primary purpose of a status bar in a desktop application?
- To display contextual information about the current state or selected item (Correct answer)
- To provide navigation shortcuts
- To show application menus
- To host toolbar buttons
Correct answer: To display contextual information about the current state or selected item
A status bar, typically at the bottom of the window, shows real-time information about the application state or selection.
Question 3: Which accessibility feature reads screen content aloud for visually impaired users?
- Screen reader (Correct answer)
- Magnifier
- High contrast mode
- Sticky keys
Correct answer: Screen reader
A screen reader interprets and vocalizes on-screen text and UI elements for users with visual impairments.
Question 4: What is the recommended minimum touch target size for interactive elements in desktop UI guidelines?
- 44x44 pixels (Correct answer)
- 10x10 pixels
- 100x100 pixels
- 20x20 pixels
Correct answer: 44x44 pixels
Apple's HIG and Microsoft's Fluent Design both recommend at least 44x44 pixels for interactive touch targets.
Question 5: Which pattern is best for presenting a sequence of steps the user must complete in order?
- Wizard/stepper (Correct answer)
- Tabbed interface
- Accordion
- Context menu
Correct answer: Wizard/stepper
A wizard or stepper guides users through a linear multi-step process with clear progression indicators.
Question 6: What does the acronym 'WYSIWYG' stand for in desktop application design?
- What You See Is What You Get (Correct answer)
- Write Your Script In Windows GUI
- Web Your Source Into Web Grid
- When You Save It Works Great
Correct answer: What You See Is What You Get
WYSIWYG means the editing view displays content exactly as it will appear in the final output.
Which layout technique divides the desktop application window into resizable panels separated by a movable divider?