Topic: Cs301: MCQS FOR QUIZ,GRAND QUIZ PART 1 1)Each node in singly linked list has pointer a)one b)two c)three d)four 2)Parameters in function call are passing using a)Stack b)Queue c)Binary Search Tree d)AVL Tree 3)Insertion in a linked list can be done a)front only b)back only c)middle only d)anywhere 4)The method of list data structure removes the element residing at current position a)Add b)Remove c)Next d)Find 5)A Array is a group of memory location a)consecutive b)isolated c)random d)scattered 6)Every AVL Tree is a ) Binary Search Tree b)Complete Tree c)Heap d)Ternary Tree 7)Non recursive calls are faster than a)Parameterized b)Recursive c)Function d)Non functi...