Deck 8: Designing the User Interface

Full screen (f)
exit full mode
Question
A use case description is the best place to start for the design of the forms for a user interface.​
Use Space or
up arrow
down arrow
to flip the card.
Question
Each dialog may only have one window form.​
Question
Adequate feedback from a system to user data entry helps reduce errors.​
Question
A good example of an error message might be,"The account information is missing critical data.Please re-enter."​
Question
The design of a desktop system and a Web based system have similar performance issues that must be considered.
Question
When designing the UI for a mobile device,two important considerations are limited screen size and screen brightness.​
Question
User interface design is frequently added to the system after the business rules and business logic has been designed.
Question
Shortcut keys are an interesting feature,but are seldom used by experienced users.​
Question
Ease of learning and ease of use are often in conflict.
Question
Consistency and continuity are synonyms and can be used interchangeably.​
Question
Using a textbox for data entry of standard values is a good example of minimizing key strokes.​
Question
Sometimes in user interface design it is a good practice to have controls that are hidden and not visible.​
Question
An initial grouping of cases by actor and subsystem is a good starting point for menu design.​
Question
Menu design and dialog design should be done separately.​
Question
Use of fancy fonts always add interest and clarity to a web page and are recommended for many online systems.​
Question
Users need to feel that they can explore options and take actions that can be cancelled without difficulty.
Question
For online reading sans-serif fonts are recommended.​
Question
To implement the dialog metaphor requires voice communication and voice recognition capabilities on the computer.​
Question
Storyboarding should result in a detailed dialog design.
Question
Even though tablets and smartphones have many common properties,probably the biggest benefit of designing for a tablet is the ease of navigation.​
Question
Each dialog within the system should be organized with a clear sequence-a beginning,middle,and end.This describes which of the rules for designing interactive interfaces?​

A)Offer informative feedback
B)​Permit easy reversal of actions
C)Support internal locus of control
D)​Design dialogs to yield closure.
Question
A report that is used primarily for strategic decision making is called a(n)____ report.​

A)executive
B)​key item
C)exception
D)​summary
Question
Operating systems deliberately include an electronic "click" sound for keyboard and mouse activities.This describes which of the eight golden rules for designing interactive interfaces?​

A)Offer informative feedback
B)​Offer simple error handling
C)Support internal locus of control
D)​Strive for consistency
Question
Smartphone apps are usually designed for a particular platform.​
Question
Which of the following is NOT one of the principles of user-centered design?​

A)Focus early on the users and their work.
B)​Evaluate design to ensure usability.
C)Business requirements drive development.
D)​Use iterative development.
Question
A metaphor of human-computer interaction,in which interaction with the computer involves browsing and entering data on electronic documents,is referred to as a ____ metaphor.​

A)desktop
B)​direct manipulation
C)document
D)​dialog
Question
Since it is not always clear that Web page objects are clickable,or when a control has recognized the click,designers should be careful to apply the principle of ____.​

A)affordance
B)​consistency
C)shortcuts
D)​feedback
Question
An approach where the visual display is organized into regions and includes an arrangement of common tool icons is called a ____.​

A)desktop metaphor
B)​direct manipulation
C)document metaphor
D)​dialog metaphor
Question
"When subsequent processing is delayed by more than a second or two,users may repeatedly press controls or re-enter information,resulting in processing errors and user frustration" is an example of what?​

A)Lack of error handling
B)​Lack of feedback
C)Lack of closure
D)​Lack of consistency
Question
The overriding issue on the design of data entry screens is to minimize errors.​
Question
A report that contains only information about nonstandard or out-of-bound conditions is a(n)____ report.​

A)runtime
B)​error
C)exception
D)​executive
Question
The study of human interaction with machines in general is called ____.​

A)human factors engineering
B)​user-centered design
C)human-computer interaction
D)​usability
Question
A metaphor of human-computer interaction (HCI)in which the user interacts directly with objects on the display screen,is referred to as ____.​

A)desktop metaphor
B)​direct manipulation metaphor
C)document metaphor
D)​dialog metaphor
Question
A metaphor of human-computer interaction (HCI)in which interacting with the computer,is much like carrying on a conversation is called ____.​

A)desktop metaphor
B)​direct manipulation
C)document metaphor
D)​dialog metaphor
Question
Software (such as typical tax preparation software)which in essence interviews the user is following which user interface metaphor?​

A)Collaboration metaphor
B)​Document metaphor
C)Interview metaphor
D)​Dialog metaphor
Question
The major advantage of screen output versus printed output is that screen output ____.​

A)can be updated dynamically
B)​is more user friendly
C)has more information
D)​is more secure
Question
A key principle of human-computer interaction (HCI)that states that all controls should be noticeable is called ____.​

A)informative feedback
B)​affordance
C)consistency
D)​visibility
Question
Designers should be sure to include cancel buttons on all dialog boxes which allow the user to back up. This is an example of what?​

A)Easy reversal of actions
B)​Reduce short term memory load
C)Good error handling
D)​Dialog that yields closure
Question
A key principle of human-computer interaction (HCI),that states that the appearance of any control should suggest its functionality,is called ____.​

A)informative feedback
B)​affordance
C)consistency
D)​visibility
Question
The ability to link a summary field to the supporting detail,and to dynamically view that detail on a screen,is called ____.​

A)exploding report
B)​windowing a field
C)dynamic reporting
D)​drill down
Question
When a user fills out an online form,but makes an error and the data is not immediately accepted (until the input error is corrected),if the system clears all the fields and requires the user to start over,this is an example of violating the principle of ______.​

A)clear error messages and processing
B)​always allowing a way out
C)protecting the user's work
D)​making actions reversible
Question
Two of the most common graphical charting techniques are ____.​

A)vertical charts and horizontal charts
B)​line charts and series charts
C)bar charts and pie charts
D)​printed charts and screen charts
Question
Which are the two additional important issues of Web based UI design over local desktop UI design?​

A)Advertising space and screen size
B)​Browser compatibility and advertising space
C)Load time and browser compatibility
D)​Screen size and load time
Question
Which of the following is not one of the standard methods to aid a user to find and utilize hidden controls or actions that are not obvious?​

A)Visual diagrams
B)​Tool tip
C)Grouping of icons
D)​Affordance
Question
Which analysis model provides the best starting point for identifying screens for user interface design?​

A)Activity Diagram
B)​Domain model diagram
C)Use case description
D)​System sequence diagrams
Question
The ____________________ is everything the end user comes into contact with while using the system-physically,perceptually,and conceptually.​
Question
Electronic reports can provide a(n)____ on the report to activate a lower-level report,which provides more detailed information.​

A)cursor link
B)​activation key
C)mouseover
D)​hot spot hyperlink
Question
Which of the following is not a recommended technique for good error processing?​

A)Place the cursor on the error field.
B)​Indicate which input has the error.
C)Provide a solution to the error.
D)​Clear the field that is in error.
Question
Which of the follow is the best technique to determine how many menu items are needed and how to structure the menus and sub menus.​

A)Group use cases by actor.
B)​Group use cases by data requirements
C)Group business functions by department
D)​Group use cases by dependency
Question
Which of the following is not a principle of Closure?​

A)Definite end point of the steps of a procedure
B)​Protecting and saving user's input fields.
C)Allow the user to undo their actions.
D)​Have clear navigation path. 
Question
When working in an application and the user saves their work,sometimes at the bottom of the window,a progress bar will indicate show the progress of the save operation. This is an example of what?​

A)Provide closure on a dialogue or action.
B)​Saving the user's work
C)Active discovery
D)​Affordance
Question
Which of the following is NOT one of the considerations of designing input forms for desktop systems?​

A)Align the textboxes vertically
B)​Validate all input data at the source
C)Automatically put the cursor in the first textbox
D)​Use list boxes and check boxes when possible
Question
One good way to prevent errors on input forms is to _______.​

A)include active discovery
B)​provide shortcut keys
C)write clear error messages
D)​provide "undo" capability
Question
The primary principles of UI design of a desktop system include principles which also generally apply to other types of devices. Which of the following principles is NOT an important guideline when considering the layout and format of a particular screen.​

A)Each screen should have a primary purpose.
B)​Controls on a screen should be grouped by related function
C)Grammar and spelling should be correct.
D)​Dark colors should be avoided.
Question
Which of the following are the two primary characteristics of smartphone UI design that are different than UI desktop design?​

A)Limited screen size and touch screen
B)​Touch screen and screen orientation
C)Screen orientation and limited screen size
D)​Screen dimensions (height and width) and limited size
Question
Which of the following is NOT one of the primary considerations when designing the user interface?​

A)Is the system a custom application or a browser based app?
B)​What kind of devices will it run on?
C)What operating system will it run on?
D)​What types of user interface controls will be required?
Question
Which of the following is not necessarily something to consider when designing the labels and other text on a screen?​

A)The age of the target audience
B)​The main output devices that will be used
C)The type of font to be displayed
D)​The brightness of the screen
Question
What is the term used for design techniques that embody the view that the user interface is the entire system.​
Question
One effective way to present large volumes of data is to summarize it and present it ____.​

A)in tabular form
B)​in graphical chart or diagram
C)with control totals
D)​on a computer screen
Question
Which is not a type of consistency that is important in user interface design?​

A)Across platforms
B)​Across users
C)Across a suit of apps
D)​Within an app
Question
_____ _____ _____ is a field of study concerned with the effectiveness and efficiency of user interfaces considering of computer systems,input and output technologies and phsycological aspects.
Question
A user-interface output design technique that allows a user to select a summary field and view the supporting details is called _______.​
Question
A type of text box input control that only contains a set of predefined data values is called a ______.​
Question
A type of text box that contains a set of predefined values but also allows the user to enter new values is called a ______.​
Question
The degree to which a system is easy to learn and to use is called _______.​
Question
On small mobile devices due to the lack of screen space,sometimes menu navigation icons are placed along one edge of the screen in a(n)______ ______.​
Question
When a web site is designed so that it can be correctly and effectively displayed on small,mobile devices (as well as desktop devices)it is said to be ______ ______.​
Question
A type of input control where the user can select only one item from a group of items.​
Question
A broad concept that applies to all aspects of a person's interaction with a software application including actions,responces,and perceptions is called the ______ ______.​
Question
When a user interface has obvious features that lead or invite users to try things so as to discover hidden features it is called ______ ______.​
Question
When the appearance of a specific control suggests its function,that is called _______.
Question
When a control on a user interface screen provides a definite visual or audio response by the system in response to a user action,it is called ______.​
Question
A technique to create a sequence of sketches of the display screen during a dialog is called _____.​
Question
A technique of displaying the sequence of pages traveres within an application to allow easy backing up to a previous page is called ________.​
Question
A feature of the user interface that provides clues to help the users uncover hidden features is called ______.​
Question
Brief instructions that pop up when the mouse hovers over a control is called a(n)_____ ____.
Question
The idea of maintaining a certain level of consistency across multiple releases over time of a software application is referred to as ______.​
Question
When a control provides immediate feedback to a user,such as when a button shows it has been clicked,another term besides feedback that is often used is called _______.​
Question
Using the dialogue metaphor,it is important the each dialogue has a defined beginning and ending. This concept is referred to as ______.
Question
A type of input control that allows the user to select multiple items within a group of items is called _______.​
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/86
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 8: Designing the User Interface
1
A use case description is the best place to start for the design of the forms for a user interface.​
False
2
Each dialog may only have one window form.​
False
3
Adequate feedback from a system to user data entry helps reduce errors.​
True
4
A good example of an error message might be,"The account information is missing critical data.Please re-enter."​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
5
The design of a desktop system and a Web based system have similar performance issues that must be considered.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
6
When designing the UI for a mobile device,two important considerations are limited screen size and screen brightness.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
7
User interface design is frequently added to the system after the business rules and business logic has been designed.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
8
Shortcut keys are an interesting feature,but are seldom used by experienced users.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
9
Ease of learning and ease of use are often in conflict.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
10
Consistency and continuity are synonyms and can be used interchangeably.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
11
Using a textbox for data entry of standard values is a good example of minimizing key strokes.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
12
Sometimes in user interface design it is a good practice to have controls that are hidden and not visible.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
13
An initial grouping of cases by actor and subsystem is a good starting point for menu design.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
14
Menu design and dialog design should be done separately.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
15
Use of fancy fonts always add interest and clarity to a web page and are recommended for many online systems.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
16
Users need to feel that they can explore options and take actions that can be cancelled without difficulty.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
17
For online reading sans-serif fonts are recommended.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
18
To implement the dialog metaphor requires voice communication and voice recognition capabilities on the computer.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
19
Storyboarding should result in a detailed dialog design.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
20
Even though tablets and smartphones have many common properties,probably the biggest benefit of designing for a tablet is the ease of navigation.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
21
Each dialog within the system should be organized with a clear sequence-a beginning,middle,and end.This describes which of the rules for designing interactive interfaces?​

A)Offer informative feedback
B)​Permit easy reversal of actions
C)Support internal locus of control
D)​Design dialogs to yield closure.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
22
A report that is used primarily for strategic decision making is called a(n)____ report.​

A)executive
B)​key item
C)exception
D)​summary
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
23
Operating systems deliberately include an electronic "click" sound for keyboard and mouse activities.This describes which of the eight golden rules for designing interactive interfaces?​

A)Offer informative feedback
B)​Offer simple error handling
C)Support internal locus of control
D)​Strive for consistency
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
24
Smartphone apps are usually designed for a particular platform.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
25
Which of the following is NOT one of the principles of user-centered design?​

A)Focus early on the users and their work.
B)​Evaluate design to ensure usability.
C)Business requirements drive development.
D)​Use iterative development.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
26
A metaphor of human-computer interaction,in which interaction with the computer involves browsing and entering data on electronic documents,is referred to as a ____ metaphor.​

A)desktop
B)​direct manipulation
C)document
D)​dialog
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
27
Since it is not always clear that Web page objects are clickable,or when a control has recognized the click,designers should be careful to apply the principle of ____.​

A)affordance
B)​consistency
C)shortcuts
D)​feedback
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
28
An approach where the visual display is organized into regions and includes an arrangement of common tool icons is called a ____.​

A)desktop metaphor
B)​direct manipulation
C)document metaphor
D)​dialog metaphor
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
29
"When subsequent processing is delayed by more than a second or two,users may repeatedly press controls or re-enter information,resulting in processing errors and user frustration" is an example of what?​

A)Lack of error handling
B)​Lack of feedback
C)Lack of closure
D)​Lack of consistency
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
30
The overriding issue on the design of data entry screens is to minimize errors.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
31
A report that contains only information about nonstandard or out-of-bound conditions is a(n)____ report.​

A)runtime
B)​error
C)exception
D)​executive
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
32
The study of human interaction with machines in general is called ____.​

A)human factors engineering
B)​user-centered design
C)human-computer interaction
D)​usability
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
33
A metaphor of human-computer interaction (HCI)in which the user interacts directly with objects on the display screen,is referred to as ____.​

A)desktop metaphor
B)​direct manipulation metaphor
C)document metaphor
D)​dialog metaphor
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
34
A metaphor of human-computer interaction (HCI)in which interacting with the computer,is much like carrying on a conversation is called ____.​

A)desktop metaphor
B)​direct manipulation
C)document metaphor
D)​dialog metaphor
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
35
Software (such as typical tax preparation software)which in essence interviews the user is following which user interface metaphor?​

A)Collaboration metaphor
B)​Document metaphor
C)Interview metaphor
D)​Dialog metaphor
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
36
The major advantage of screen output versus printed output is that screen output ____.​

A)can be updated dynamically
B)​is more user friendly
C)has more information
D)​is more secure
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
37
A key principle of human-computer interaction (HCI)that states that all controls should be noticeable is called ____.​

A)informative feedback
B)​affordance
C)consistency
D)​visibility
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
38
Designers should be sure to include cancel buttons on all dialog boxes which allow the user to back up. This is an example of what?​

A)Easy reversal of actions
B)​Reduce short term memory load
C)Good error handling
D)​Dialog that yields closure
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
39
A key principle of human-computer interaction (HCI),that states that the appearance of any control should suggest its functionality,is called ____.​

A)informative feedback
B)​affordance
C)consistency
D)​visibility
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
40
The ability to link a summary field to the supporting detail,and to dynamically view that detail on a screen,is called ____.​

A)exploding report
B)​windowing a field
C)dynamic reporting
D)​drill down
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
41
When a user fills out an online form,but makes an error and the data is not immediately accepted (until the input error is corrected),if the system clears all the fields and requires the user to start over,this is an example of violating the principle of ______.​

A)clear error messages and processing
B)​always allowing a way out
C)protecting the user's work
D)​making actions reversible
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
42
Two of the most common graphical charting techniques are ____.​

A)vertical charts and horizontal charts
B)​line charts and series charts
C)bar charts and pie charts
D)​printed charts and screen charts
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
43
Which are the two additional important issues of Web based UI design over local desktop UI design?​

A)Advertising space and screen size
B)​Browser compatibility and advertising space
C)Load time and browser compatibility
D)​Screen size and load time
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
44
Which of the following is not one of the standard methods to aid a user to find and utilize hidden controls or actions that are not obvious?​

A)Visual diagrams
B)​Tool tip
C)Grouping of icons
D)​Affordance
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
45
Which analysis model provides the best starting point for identifying screens for user interface design?​

A)Activity Diagram
B)​Domain model diagram
C)Use case description
D)​System sequence diagrams
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
46
The ____________________ is everything the end user comes into contact with while using the system-physically,perceptually,and conceptually.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
47
Electronic reports can provide a(n)____ on the report to activate a lower-level report,which provides more detailed information.​

A)cursor link
B)​activation key
C)mouseover
D)​hot spot hyperlink
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
48
Which of the following is not a recommended technique for good error processing?​

A)Place the cursor on the error field.
B)​Indicate which input has the error.
C)Provide a solution to the error.
D)​Clear the field that is in error.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
49
Which of the follow is the best technique to determine how many menu items are needed and how to structure the menus and sub menus.​

A)Group use cases by actor.
B)​Group use cases by data requirements
C)Group business functions by department
D)​Group use cases by dependency
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
50
Which of the following is not a principle of Closure?​

A)Definite end point of the steps of a procedure
B)​Protecting and saving user's input fields.
C)Allow the user to undo their actions.
D)​Have clear navigation path. 
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
51
When working in an application and the user saves their work,sometimes at the bottom of the window,a progress bar will indicate show the progress of the save operation. This is an example of what?​

A)Provide closure on a dialogue or action.
B)​Saving the user's work
C)Active discovery
D)​Affordance
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
52
Which of the following is NOT one of the considerations of designing input forms for desktop systems?​

A)Align the textboxes vertically
B)​Validate all input data at the source
C)Automatically put the cursor in the first textbox
D)​Use list boxes and check boxes when possible
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
53
One good way to prevent errors on input forms is to _______.​

A)include active discovery
B)​provide shortcut keys
C)write clear error messages
D)​provide "undo" capability
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
54
The primary principles of UI design of a desktop system include principles which also generally apply to other types of devices. Which of the following principles is NOT an important guideline when considering the layout and format of a particular screen.​

A)Each screen should have a primary purpose.
B)​Controls on a screen should be grouped by related function
C)Grammar and spelling should be correct.
D)​Dark colors should be avoided.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
55
Which of the following are the two primary characteristics of smartphone UI design that are different than UI desktop design?​

A)Limited screen size and touch screen
B)​Touch screen and screen orientation
C)Screen orientation and limited screen size
D)​Screen dimensions (height and width) and limited size
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
56
Which of the following is NOT one of the primary considerations when designing the user interface?​

A)Is the system a custom application or a browser based app?
B)​What kind of devices will it run on?
C)What operating system will it run on?
D)​What types of user interface controls will be required?
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
57
Which of the following is not necessarily something to consider when designing the labels and other text on a screen?​

A)The age of the target audience
B)​The main output devices that will be used
C)The type of font to be displayed
D)​The brightness of the screen
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
58
What is the term used for design techniques that embody the view that the user interface is the entire system.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
59
One effective way to present large volumes of data is to summarize it and present it ____.​

A)in tabular form
B)​in graphical chart or diagram
C)with control totals
D)​on a computer screen
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
60
Which is not a type of consistency that is important in user interface design?​

A)Across platforms
B)​Across users
C)Across a suit of apps
D)​Within an app
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
61
_____ _____ _____ is a field of study concerned with the effectiveness and efficiency of user interfaces considering of computer systems,input and output technologies and phsycological aspects.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
62
A user-interface output design technique that allows a user to select a summary field and view the supporting details is called _______.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
63
A type of text box input control that only contains a set of predefined data values is called a ______.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
64
A type of text box that contains a set of predefined values but also allows the user to enter new values is called a ______.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
65
The degree to which a system is easy to learn and to use is called _______.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
66
On small mobile devices due to the lack of screen space,sometimes menu navigation icons are placed along one edge of the screen in a(n)______ ______.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
67
When a web site is designed so that it can be correctly and effectively displayed on small,mobile devices (as well as desktop devices)it is said to be ______ ______.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
68
A type of input control where the user can select only one item from a group of items.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
69
A broad concept that applies to all aspects of a person's interaction with a software application including actions,responces,and perceptions is called the ______ ______.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
70
When a user interface has obvious features that lead or invite users to try things so as to discover hidden features it is called ______ ______.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
71
When the appearance of a specific control suggests its function,that is called _______.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
72
When a control on a user interface screen provides a definite visual or audio response by the system in response to a user action,it is called ______.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
73
A technique to create a sequence of sketches of the display screen during a dialog is called _____.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
74
A technique of displaying the sequence of pages traveres within an application to allow easy backing up to a previous page is called ________.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
75
A feature of the user interface that provides clues to help the users uncover hidden features is called ______.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
76
Brief instructions that pop up when the mouse hovers over a control is called a(n)_____ ____.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
77
The idea of maintaining a certain level of consistency across multiple releases over time of a software application is referred to as ______.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
78
When a control provides immediate feedback to a user,such as when a button shows it has been clicked,another term besides feedback that is often used is called _______.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
79
Using the dialogue metaphor,it is important the each dialogue has a defined beginning and ending. This concept is referred to as ______.
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
80
A type of input control that allows the user to select multiple items within a group of items is called _______.​
Unlock Deck
Unlock for access to all 86 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 86 flashcards in this deck.