0% found this document useful (0 votes)
5 views1 page

Python Programming Unit Test Questions

The document is a first-year unit test for the course GE8151 on Problem Solving and Python Programming, scheduled for July 2, 2021. It consists of three parts: Part A includes five short answer questions, Part B contains two longer questions with options, and Part C has one question with options. The total marks for the test are 50, with a time limit of 1.5 hours.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Python Programming Unit Test Questions

The document is a first-year unit test for the course GE8151 on Problem Solving and Python Programming, scheduled for July 2, 2021. It consists of three parts: Part A includes five short answer questions, Part B contains two longer questions with options, and Part C has one question with options. The total marks for the test are 50, with a time limit of 1.5 hours.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

FIRST YEAR UNIT TEST II

GE8151 / PROBLEM SOLVING AND PYTHON PROGRAMMING

DATE: 02.07.21 FN Dept /year: AI & DS / II Time:1.30 Hr TOTAL MARKS:50

Answer all the Questions


PART A 5X2=10

1. What do you mean by sorting?


2. What is the use of searching?
3. What do you mean by stack?
4. What are the operations of queue?
5. Differentiate between queue and dequeue.

PART B 2X16=32

6. (A) Explain implementation of dequeue with example.

(or)
(B) Explain operations of stack with example.

7. (A) Explain implementation of queue with example

(or)
(B) Explain bubble sort with example.

PART C 1X8=8

8. (A) Explain merge sort with example (any two).

(or)

(B) Explain binary search with example.

You might also like