I read that it is important to use types , as they have specific size of memory, which helps fetch the necessary chunk of memory and to also know how to interpret the data.
Is this true? and if yes, this means that scripting languages use this mechanism behind the scenes even though they are dynamically typed?