0% found this document useful (0 votes)
2 views3 pages

BCC402 Python Programming BT 4th Sem Assignment-3,4,5

The document outlines assignments for B.Tech. 2nd Year students in Python Programming for the session 2024-25, detailing three separate assignments (No-3, No-4, and No-5) with questions covering lists, tuples, sets, dictionaries, file handling, algorithms, and Tkinter. Each assignment includes specific questions, marks allocation, and submission dates. The assignments aim to assess students' understanding of various Python programming concepts and their applications.

Uploaded by

sudhirsharma9647
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views3 pages

BCC402 Python Programming BT 4th Sem Assignment-3,4,5

The document outlines assignments for B.Tech. 2nd Year students in Python Programming for the session 2024-25, detailing three separate assignments (No-3, No-4, and No-5) with questions covering lists, tuples, sets, dictionaries, file handling, algorithms, and Tkinter. Each assignment includes specific questions, marks allocation, and submission dates. The assignments aim to assess students' understanding of various Python programming concepts and their applications.

Uploaded by

sudhirsharma9647
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Department of BT

B.Tech. 2nd Year, IV Sem.


Session 2024-25 (Even Sem.)

Assignment No-3

Subject: Python Programming Subject Code: BCC402

Date of Assignment: 06/06/2025 Date of Submission till: 14/06/2025

S. No. Question Marks CO BL

1. Define list with syntax and an example. 2 3 K3

2. Define tuple with syntax and an example. 2 3 K3

3. Define set with syntax and an example. 2 3 K3

4. Define dictionary with syntax and an example. 2 3 K3

5. Explain various operations related to sets using methods with 4 3 K3


examples.

6. Explain various operations related to dictionaries using methods with 4 3 K3


examples.

7. Explain various operations related to tuples using methods with 4 3 K3


examples.
Department of BT

B.Tech. 2nd Year, IV Sem.


Session 2024-25 (Even Sem.)

Assignment No-4

Subject: Python Programming Subject Code: BCC402

Date of Assignment: 06/06/2025 Date of Submission till: 14/06/2025

S. No. Question Marks CO BL

1. Define files and file handling mechanism. 2 4 K1, K2

2. Define read() method with syntax and an example. 2 4 K1, K2

3. Define write() method with syntax and an example. 2 4 K1, K2

4. Define open() function with syntax and an example. 2 4 K1, K2

5. Explain sieve of Eratosthenes algorithm with an example. 4 4 K1, K2

6. Differentiate between seek() and tell() methods with examples. 4 4 K1, K2

7. Explain modules in python and describe os module with examples. 4 4 K1, K2


Department of BT

B.Tech. 2nd Year, IV Sem.


Session 2024-25 (Even Sem.)

Assignment No-5

Subject: Python Programming Subject Code: BCC402

Date of Assignment: 06/06/2025 Date of Submission till: 14/06/2025

S. No. Question Marks CO BL

1. Define directory in python. 2 5 K2, K3

2. Define packages in python. 2 5 K2, K3

3. Write any 10 Python IDE names. 2 5 K2, K3

4. Define Tk widgets. 2 5 K2, K3

5. Draw the package to module structuring diagram for game directory. 4 5 K2, K3

6. Describe how to load the modules from packages in python. 4 5 K2, K3

7. Explain Tkinter python programming with examples. 4 5 K2, K3

You might also like