One Note Prelim/Exam Flashcards

1
Q

Iterative Process

A

Iterative programming because it involves changing the prototypes based on client comment

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

Advantages of iterative programming

A

Client should not be surprised at final product as they are involved in development
Easy to make changes early on
Some prototypes can evolve to be part of the working system
Eg SCRUM system

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

Scrum management

A

Uses prototypes with a few required features released at the start which build into the final program
Sprint planning meeting held to allow scrum team to move work from product backlog into sprint backlog

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

Iterative Prototyping?

A

Large projects separate into smaller manageable parts
These parts worked on independently
Clients can give feedback and be shown improvements until they are happy

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

Intellectual Property Rights

A

Protect the visual layout of a website
Copyright and Trademarks both come under this as they are
Both are a breach of IPR if used without permission from the creator/developer

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

Usability Testing Criteria

A
Appropriate
Customisable
Accessible
Consistent 
Controllable 
Helpful
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Skeuomorphism

A

The way in which some interfaces mimic their physical counterparts eg a radio app with knobs and switches

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

Binary Search description

A

Binary search begins with the middle value and will split one of the two sides in half depending on whether the middle value is greater/less than the searched value

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