0% found this document useful (0 votes)
28 views

Python and Network Lab PART B

This document contains 9 programming exercises from a Python and Network Programming course. Each exercise provides the aim, algorithm, Python program, inputs/outputs, and results. The exercises cover topics like finding the greatest common divisor of two numbers, printing prime numbers up to a given value, using functions and tuples, operations in dictionaries, inheritance, file handling, importing modules to display a calendar and create a login.

Uploaded by

aminkhizer377
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Python and Network Lab PART B

This document contains 9 programming exercises from a Python and Network Programming course. Each exercise provides the aim, algorithm, Python program, inputs/outputs, and results. The exercises cover topics like finding the greatest common divisor of two numbers, printing prime numbers up to a given value, using functions and tuples, operations in dictionaries, inheritance, file handling, importing modules to display a calendar and create a login.

Uploaded by

aminkhizer377
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 36

Python and Network Programming(A20CAL305) BCA - Computer Application

Ex. No. 1 (B) FINDING GCD OF TWO NUMBER DATE:

AIM:

ALGORITHM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

PROGRAM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

INPUT & OUTPUT:

Particulars Max. Marks Marks Secured

Program and Execution 15

Viva 10

Total 25

RESULT:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

Ex. No. 2 (B) PRINTING PRIME NUMBERS TILL N DATE:

AIM:

ALGORITHM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

PROGRAM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

INPUT & OUTPUT:

Particulars Max. Marks Marks Secured

Program and Execution 15

Viva 10

Total 25

RESULT:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

FIBONACCI SERIES USING USER DEFINED


Ex. No. 3 (B) DATE:
FUNCTION

AIM:

ALGORITHM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

PROGRAM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

INPUT & OUTPUT:

Particulars Max. Marks Marks Secured

Program and Execution 15

Viva 10

Total 25

RESULT:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

Ex. No. 4 (B) VARIOUS OPERATIONS USING TUPLE DATE:

AIM:

ALGORITHM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

PROGRAM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

INPUT & OUTPUT:

Particulars Max. Marks Marks Secured

Program and Execution 15

Viva 10

Total 25

RESULT:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

Ex. No. 5 (B) VARIOUS OPERATIONS IN DICTIONARY DATE:

AIM:

ALGORITHM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

PROGRAM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

INPUT & OUTPUT:

Particulars Max. Marks Marks Secured

Program and Execution 15

Viva 10

Total 25

RESULT:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

Ex. No. 6 (B) IMPLEMENTATION OF SIMPLE INHERITANCE DATE:

AIM:

ALGORITHM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

PROGRAM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

INPUT & OUTPUT:

Particulars Max. Marks Marks Secured

Program and Execution 15

Viva 10

Total 25

RESULT:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

Ex. No. 7 (B) IMPLEMENTATION OF FILE(COUNT) DATE:

AIM:

ALGORITHM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

PROGRAM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

INPUT & OUTPUT:

Particulars Max. Marks Marks Secured

Program and Execution 15

Viva 10

Total 25

RESULT:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

DISPLAYING CALENDER BY IMPORTING


Ex. No.8 (B) DATE:
MODULE

AIM:

ALGORITHM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

PROGRAM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

INPUT & OUTPUT:

Particulars Max. Marks Marks Secured

Program and Execution 15

Viva 10

Total 25

RESULT:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

Ex. No.9 (B) CREATE LOGIN BY IMPORTING MODULE DATE:

AIM:

ALGORITHM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

PROGRAM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

INPUT & OUTPUT:

Particulars Max. Marks Marks Secured

Program and Execution 15

Viva 10

Total 25

RESULT:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

Ex. No.10 (B) ALERTING WITH EMAIL NOTIFICATION DATE:

AIM:

ALGORITHM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

PROGRAM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

INPUT & OUTPUT:

Particulars Max. Marks Marks Secured

Program and Execution 15

Viva 10

Total 25

RESULT:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

ADD TWO LIST USING MAP AND LAMBDA


Ex. No.11 (B) DATE:
FUNCTION

AIM:

ALGORITHM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

PROGRAM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

INPUT & OUTPUT:

Particulars Max. Marks Marks Secured

Program and Execution 15

Viva 10

Total 25

RESULT:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

PYTHON CLASSES AND OBJECTS (STUDENT


Ex. No.12 (B) DATE:
MARKLIST)

AIM:

ALGORITHM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

PROGRAM:

Department of Computational Studies, School of Arts And Science, SMVEC ( )


Python and Network Programming(A20CAL305) BCA - Computer Application

INPUT & OUTPUT:

Particulars Max. Marks Marks Secured

Program and Execution 15

Viva 10

Total 25

RESULT:

Department of Computational Studies, School of Arts And Science, SMVEC ( )

You might also like