CS = Computer Science:
A field in which people use the power of computers to solve big problems
CT= Computational Thinking:
The thought processes involved in using algorithms to solve problems..OR...setting up a problem logically so a computer could potentially help to solve it
Algorithm - a list of ordered steps to complete a task
Event - an action that triggers something else to happen
Debug - find and fix errors in a programs
Sequence - a particular order of steps or events
Procedure (Function) - a named piece of code you can use over and over again