Theme

- This kid is very good at following instructions and has a very limited knowledge
Exercise
- Kid knows
+ - ==
Way of getting things done from here
-
Problem
5 + 7 -
Solution
calculate 5 + 7 and say result
-
Problem
5 + 7 + 6 -
Solution
calculate 5 + 7 and remember the value as result
result + 6 and say the result
- Problem
5 * 3 - since the kid doesn’t know multiplications lets translate the problem
5+ 5 + 5
Little Bit of Basics of how applications run
- Applications need OS
- OS creates processes.
- Each Process will have
- Memory
- CPU
- unique id
- OS allows to create processes in two spaces
- System space
- User space: This is where we will be working on
