What is the difference between the terms \"Call Stack\" and \"Stack Trace\" ?
Call stack is a data structure storing information about active subroutines in a running program. Stack trace is a representation of the call stack.