Desktop Application Desktop Application UI/UX Design 1 — Questions and Answers
Question 1: Which UI element is typically used to allow users to choose one option from a list of mutually exclusive choices?
- Radio button (Correct answer)
- Checkbox
- Toggle switch
- Dropdown list
Correct answer: Radio button
Radio buttons are used for mutually exclusive selections where only one option can be chosen at a time.
Question 2: What is the purpose of a 'breadcrumb' navigation element in a desktop application?
- To show the user's current location within the application hierarchy (Correct answer)
- To display recently visited screens
- To bookmark favorite sections
- To show loading progress
Correct answer: To show the user's current location within the application hierarchy
Breadcrumbs display the navigational path from the home/root to the user's current location in the app.
Question 3: Which design principle states that related UI elements should be visually grouped together?
- Proximity (Correct answer)
- Alignment
- Contrast
- Repetition
Correct answer: Proximity
The proximity principle groups related items visually close together to signal their relationship to users.
Question 4: What is a modal dialog in desktop application design?
- A window that requires user interaction before returning to the main application (Correct answer)
- A resizable side panel
- A toolbar that floats above the main window
- A status bar at the bottom of the screen
Correct answer: A window that requires user interaction before returning to the main application
A modal dialog blocks interaction with the rest of the application until the user responds to it.
Question 5: Which keyboard shortcut is universally used in US desktop applications to undo the last action?
- Ctrl+Z (Correct answer)
- Ctrl+U
- Ctrl+Y
- Ctrl+X
Correct answer: Ctrl+Z
Ctrl+Z is the standard undo shortcut across virtually all desktop applications on Windows and Linux.
Question 6: What does 'affordance' mean in desktop UI/UX design?
- A design quality that communicates how an element should be used (Correct answer)
- The color scheme of an interface
- The loading speed of UI components
- The accessibility features of an application
Correct answer: A design quality that communicates how an element should be used
Affordance refers to design properties that suggest how an object should be interacted with, such as a button that looks clickable.
Which UI element is typically used to allow users to choose one option from a list of mutually exclusive choices?