Which of the following interface design principles reduce the user's memory load?A) define intuitive shortcutsB) disclose information progressivelyC) establish meaningful defaultsD) provide an on-line tutorial
What will be an ideal response?
A, B, C
You might also like to view...
MC The programmer can access a global identifier shadowed by a local identifier by using the keyword______ .
a) shadow. b) scope. c) global. d) None of the above.
The BorderLayout layout manager:
a. divides an area into five regions: NORTH, SOUTH, EAST, WEST and CENTER. b. divides an area into five regions: UP, DOWN, LEFT, RIGHT and MIDDLE. c. orders components vertically. d. order components horizontally.
The title slide should clearly announce the topic of the presentation
Indicate whether the statement is true or false
Distinguish between inheriting interface and inheriting implementation. How do inheri- tance hierarchies designed for inheriting interface differ from those designed for inheriting imple- mentation?
What will be an ideal response?