Problem Solving Methodology Flashcards

1
Q

What are some examples of constraints?

A

Economic, Technical, Social and Legal

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

What are Constraints?

A

Constraints are limitations on the solution

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

What are Solution Requirements?

A

Solution Requirements are a broad description of what is needed

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

What is a Scope?

A

A Scope is a list of what the solution will/will not do. Also known as defining the boundaries

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

What are some examples of Design Principles that relate to Functionality?

A

Flexibility, Robustness, Ease of Use, Error Tolerance and Navigation

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

What are some examples of Design Principles that relate to Appearance?

A

Contrast, Alignment, Space, Balance, Repetition

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

What are some examples of Design Tools that relate to databases?

A

ERD, Data Structure diagram, Data dictionary, IPO chart

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

What is a Site Map and what does it show?

A

A Site Map is a diagram showing how pages relate to each other. It shows relationships through arrows, webpage names, hierarchical structure and any restricted access

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

What is a Entity Relationship Diagram?

A

An ERD is a technique that illustrates an information system or database’s entities and relationships

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

What are some examples of Design Tools that relate to websites?

A

Site map, Storyboard, Layout Diagram, Mockup

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

What is a Layout Diagram?

A

A diagram that indicates positions of objects and is often annotated to show finer details

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

What is a Mockup?

A

A Mockup is a rough picture of site page

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

What is a Data Structure Diagram?

A

A diagram of the data which documents the entities and their relationships, as well as the constraints that connect to them

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

Whats the difference between Divergent thinking and Convergent thinking?

A

Divergent Thinking is creativity and design to produce a range of ideas whereas Convergent is selecting the best plan to fully develop

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

What are ways to turn Data into Information?

A
  • Create charts
  • Find averages
  • Create calculated fields
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are some Electronic Validation techniques?

A

Existence checks, Range checks, Type Checks, Spell Checks, Input Masks

17
Q

What are some Manual Validation techniques?

A

Proof Reading, Reviewing, Testing

18
Q

When does Informal Testing occur?

A

Informal Testing happens as the solution is being built

19
Q

When does Formal Testing occur?

A

Formal Testing occurs after the solution is created with testing tables or other means of testing

20
Q

What is User Acceptance Testing?

A

User Acceptance Testing is testing done by typical users to iron out any last minute issues, just before the solution is implemented

21
Q

When is Evaluation Criteria determined?

A

Design Stage

22
Q

Why is it important to electronically and manually validate data?

A

M: Human’s common sense to detect unreasonable entries.
E: Quicker and works faster with numbers

23
Q

What is an example of a technique to prevent invalid data entries?

A

Drop down menus or Pre-selected lists

24
Q

What is the best way of testing data?

A

Using data which is incorrect, this allows to test the function to see its effectiveness