Among the following statements about stacks, the FALSE ones are: 1 A stack has to be used to rewrite a recursive function iteratively. 2 Some information must be stored in a system stack when a function call is made. 3 The popping order must be uniquely determined by the order of pushing the elements into a stack. 4 Stack is a kind of restricted linear list, where operations are allowed at both of its ends.