Computational Thinking Flashcards
1
Q
What is Abstraction?
A
A concept of reality.
2
Q
What is a good example of thinking ahead in computational thinking?
A
Caching
3
Q
What is caching?
A
Data that is input might be stored in RAM in case it is needed again before the process is shut down. If it is required, it does not need to be read again from disk, therefore giving it a faster response time.