Skip to content
0
cr
Sign in
|
Sign out
|
My Account
|
StudentHome
|
TutorHome
|
IntranetHome
|
Contact the OU
Contact the OU
Contact the OU
|
Accessibility hub
Accessibility hub
Search the OU
Courses
Postgraduate
International
Research
About
News & media
Business & apprenticeships
Skip to main content
George Muirhead
On going pieces of thought
Problem Types Booleans, Iteration and selection.
Personal Blogs
Personal Blogs
Problem Types Booleans, Iteration and selection.
Tuesday, 21 Jan 2020, 18:53
Visible to anyone in the world
Types of problem:
Numeric problems -> the
output
is directly
determined by the input
.
Analyse multiple cases
Multiple cases
Patterns
Problem
Type
Pattern
Use
Pattern
Number
Problem
Class
Numeric
Formula
4.1
Numeric
Case
analysis (two cases)
4.2
Numeric
4.3
Numeric
Nested cases
4.4
Numeric
Generate a sequence
4.5
Numeric
Generate a list
2.1
Numeric
Append to a list
2.2
Numeric
Filter list
2.3
Numeric
List Tranformation
2.4
Numeric
Reduce
2.5
Counting
problems
Numeric
Aggregate
2.6
Counting
problems
Numeric
Search
2.7
Find a value
Numeric
Search
2.8
Find best value
Calculate
Formula problems
Word problems
Case analysis
Two Cases
Multiple Cases
Nested Cases -> efficient
Generate a sequence
Initialise and generate
Terminatation condition - > Give a suitable condition to
stop
the generation
Non-termination -> Under which
conditions will the generation
never
stop ?
Infinite loops
Tags:
types,
problem
Permalink
Add your comment
Share post
Tweet
Return to
On going pieces of thought
Problem Types Booleans, Iteration and selection.
Analyse multiple cases
Multiple cases
Type
Use
Number
Class
analysis (two cases)
problems
problems