Subject Code: - PGCA 1951 Subject Name: - Programming in Python Date of Examination: - Nov 2021 Class: - MCA 1st Exam Mode: - Online Instructions to Candidates Attempt any FIVE question(s), each question carries 14 marks. QUESTIONS Write a function in Python, INSERTQ(A,data) and DELETEQ(A) for performing insertion and deletion operations in a Queue. A is the list used for implementing queue and data is the value to be inserted. How can you traverse, insert and delete elements from an array using inbuilt functions. Elaborate using Python code. Write a Python program to delete the first occurrence of the given word in a List, where words can repeat. Write a Python program to check whether a string is a palindrome or not using recursion. ...
Comments
Post a Comment