Building Dynamic User Interfaces Flashcards

1
Q

What are the advantages of a dynamic User Interfaces?

A
  1. More functionality without overwhelming the end user
  2. Respond in Real-time to end user behavior
  3. Eliminate full-page refreshes
  4. Increase application performance
  5. More compelling, modern user experience
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What drives a dynamic User Interface?

A

Events and actions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a property based event?

A

An event that triggers an action when a data value changes or when a value meets
a specific criteria

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a user action event?

A

An event that triggers when an end-user takes some action on the page like selecting an option
or clicking on a link

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If controls are set to be hidden or disabled based on a server side rule (e.g., when rule), what action does the system need to perform?

A

Refresh the section

How well did you know this?
1
Not at all
2
3
4
5
Perfectly