Lecture 23 Flashcards
1
Q
What is UX?
A
- How things wok
- Why of the product, it’s a process
2
Q
What is UI?
A
- How things look
- How of the product, it’s the deliverable
- UI Design considered part of UX Design
3
Q
What 3 parts does UI represent?
A
- Content
- Text, images, documents, videos, etc - Form
- Labels, text fields, buttons, drop-down lists, etc - Behavior
- What happens when user clicks/drags/types/etc
4
Q
What is desktop?
A
- Standalone app that is installed and run
- Doesn’t need Internet
- Eclipse, Word, PP
5
Q
What is Web?
A
- Access through internet, runs in a browser
- Gmail, Google Docs
6
Q
What is Mobile?
A
- Access through phone
- Apps can be native or web based
7
Q
What does front-end development do?
A
- UI design
- How app is presented on screen
- HTML, CSS, JS, jQuery
8
Q
What does backend development do?
A
- Supplies front-end with information stored on a server
- Databased & the server
- PHP, Ruby, Python, Java