Save
...
Problem Solving And Programming
Computational Methods
Other Computational Methods
Save
Share
Learn
Content
Leaderboard
Learn
Created by
beth x
Visit profile
Cards (16)
What are some other computational methods?
Backtracking
,
Data Mining
,
Heuristics
, Performance Modelling
View source
What are the components of Other Computational Methods?
Backtracking
Data Mining
Heuristics
Performance Modelling
Pipelining
Visualisation
View source
What is backtracking in computational methods?
Incrementally building towards a
solution
,
abandoning
when stuck
View source
In which type of problems is backtracking particularly useful?
Logic
problems, especially
path-finding
problems
View source
What does Data Mining involve?
Analyzing vast amounts of data to discover
trends
View source
What is Big Data?
Extremely large
datasets
analyzed for patterns
View source
How do companies use Data Mining?
To
maximize
their profits through data analysis
View source
What are some examples of
Data Mining
applications?
Weather Modelling
Business and Economics
Stock Market
Science and Engineering
Medical Research
Law Enforcement
View source
What is the purpose of heuristics in problem-solving?
To find a solution that is "
good
enough
"
View source
Why might exact solutions be unrealistic in some situations?
Due to
hardware
limitations and
complexity
View source
What is Performance Modelling?
Approximating model
performance
using mathematics
View source
How do developers use Performance Modelling in gaming?
To calculate server
capacity
during
beta
testing
View source
What does pipelining involve?
Splitting tasks into chunks and
overlapping
processes
View source
How does pipelining improve processing speed?
By allowing
simultaneous
execution of different
instructions
View source
How can a binary tree be represented visually?
As a
two-dimensional array
Through
diagrammatic
representations
Using
flow diagrams
for algorithms
View source
How does visualisation aid in understanding algorithms?
It simplifies the
structure
and
logic
of algorithms
View source