4.1: machines and computational modeling Flashcards
1
Q
input-process-output model
A
a computer is a machine that takes an input, processes it and provides an output
process can be expanded to have storage
2
Q
computational models
A
describe how algorithms are executed by a machine
3
Q
3 computational models
A
sequential
parallel
multi-agent
4
Q
sequential model
A
involves following instructions in an algorithm step by step in order from start to finish
5
Q
parallel model
A
computer processes are distributed between 2 or more processors
each seperate part of the algorithm that each processor processes is combined
requires software capable of supporting 2 or more processors and capable of distributing processes between them equally
6
Q
multi-agent
A