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

python

The document outlines the practical examination schedule and requirements for various Computer Science and Engineering laboratories at Ganadipathy Tulsi's Jain Engineering College for the April/May 2024 session. It includes detailed lists of experiments for the Problem Solving and Python Programming Lab, Operating Systems Lab, and Data Structures Design Lab, along with mark allocation and hardware/software requirements. Each lab has specific experiments focusing on programming, data structures, operating systems, and real-time applications.
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 views

python

The document outlines the practical examination schedule and requirements for various Computer Science and Engineering laboratories at Ganadipathy Tulsi's Jain Engineering College for the April/May 2024 session. It includes detailed lists of experiments for the Problem Solving and Python Programming Lab, Operating Systems Lab, and Data Structures Design Lab, along with mark allocation and hardware/software requirements. Each lab has specific experiments focusing on programming, data structures, operating systems, and real-time applications.
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
You are on page 1/ 11

ANNA UNIVERSITY PRACTICAL EXAMINATIONS.

APRIL/MAY – 2024
5108-GANADIPATHY TULSI’S JAIN ENGINEERING COLLEGE, VELLORE.
Computer Science and Engineering
GE3171 - PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY
I year / I semester
Date: 06-08-2024 Time: 3 Hours
LIST OF EXPERIMENTS

1. Identification and solving of simple real life or scientific or technical problems, and
developing flow charts for the same. (Electricity Billing, Retail shop billing, Sin series, weight
of a motorbike, Weight of a steel bar, compute Electrical Current in Three Phase AC Circuit,
etc.)

2. Python programming using simple statements and expressions (exchange the values of two
variables, circulate the values of n variables, distance between two points).

3. Scientific problems using Conditionals and Iterative loops. (Number series, Number Patterns,
pyramid pattern)

4. Implementing real-time/technical applications using Lists, Tuples. (Items present in a


library/Components of a car/ Materials required for construction of a building –operations
of list & tuples)

5. Implementing real-time/technical applications using Sets, Dictionaries. (Language,


components of an automobile, Elements of a civil structure, etc.- operations of Sets &
Dictionaries)

6. Implementing programs using Functions. (Factorial, largest number in a list, area of shape)
7. Implementing programs using Strings. (reverse, palindrome, character count, replacing
characters)

8. Implementing programs using written modules and Python Standard Libraries (pandas,
numpy. Matplotlib, scipy)

9. Implementing real-time/technical applications using File handling. (copy from one file to
another, word count, longest word)

10. Implementing real-time/technical applications using Exception handling. (divide by zero


error, voter’s age validity, student mark range validation)

11. Exploring Pygame tool.

12. Developing a game activity using Pygame like bouncing ball, car race etc.

INTERNAL EXAMINER EXTERNAL EXAMINER


ANNA UNIVERSITY PRACTICAL EXAMINATIONS. APRIL/MAY – 2024
5108-GANADIPATHY TULSI’S JAIN ENGINEERING COLLEGE, VELLORE.
Computer Science and Engineering
GE3171 - PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY
I year / I semester
Date: 06-08-2024 Time: 3 Hours

SPLIT UP

Aim/Procedure - 20
Program - 30
Execution & Results - 30
Viva Voce - 10
Record - 10

Total - 100

INTERNAL EXAMINER EXTERNAL EXAMINER


ANNA UNIVERSITY PRACTICAL EXAMINATIONS. APRIL/MAY – 2024

College Name/Code : GANADIPATHY TULSI’S JAIN ENGINEERING COLLEGE - 5108


Name of the Branch : Computer Science and Engineering
Year & Semester : I year / I semester
Subject : PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY
Subject Code : GE3171
Date : 06 -08-2024

SKILLED REPORT

Total No. of Students : 01 Nos.


No. of Students per batch : 30 Nos.
Total No. of System Available : 36Nos.

Hardware Requirements:
Processor – i3 processor : Available
4GB RAM : Available
500 GB Hard disk : Available
15” Monitor : Available
Systems are Connected through LAN : Available

Software Requirements:
Windows Operating System : Available
Python 3.9 : Available

There is no deficiency in Hardware and Software Requirements.

Skilled Assistant Internal Examiner External Examiner


MARK ALLOCATION
AIM/PROCEDURE/ FLOWCHART 20
PROGRAM 30
EXECUTION & RESULTS 30
VIVA VOCE 10
RECORD 10
TOTAL 100

INTERNAL EXAMINER EXTERNAL EXAMINER

MARK ALLOCATION
AIM/PROCEDURE/ FLOWCHART 20
PROGRAM 30
EXECUTION & RESULTS 30
VIVA VOCE 10
RECORD 10
TOTAL 100

INTERNAL EXAMINER EXTERNAL EXAMINER

1. Write a program to demonstrate different number data types in python


ANNA UNIVERSITY PRACTICAL EXAMINATIONS. APRIL/MAY – 2024
5108-GANADIPATHY TULSI’S JAIN ENGINEERING COLLEGE, VELLORE.
Computer Science and Engineering
CS3461 - OPERATING SYSTEMS LABORATORY
II year / IV semester
Date: 05-08-2024 Time: 3 Hours

SPLIT UP

Aim/Procedure - 20
Program - 30
Execution & Results - 30
Viva Voce - 10
Record - 10

Total - 100

INTERNAL EXAMINER EXTERNAL EXAMINER


ANNA UNIVERSITY PRACTICAL EXAMINATIONS. APRIL/MAY – 2024

College Name/Code : GANADIPATHY TULSI’S JAIN ENGINEERING COLLEGE - 5108


Name of the Branch : Computer Science and Engineering
Year & Semester : II year / IV semester
Subject : CS3461 - OPERATING SYSTEMS LABORATORY
Subject Code : CS3461
Date : 05 -08-2024

SKILLED REPORT

Total No. of Students : 64 Nos.


No. of Students per batch : 32 Nos.
Total No. of System Available : 36Nos.

Hardware Requirements:
Processor – i3 processor : Available
4GB RAM : Available
500 GB Hard disk : Available
15” Monitor : Available
Systems are Connected through LAN : Available

Software Requirements:
Windows & LINUX Operating System : Available
C Compiler : Available

There is no deficiency in Hardware and Software Requirements.

Skilled Assistant Internal Examiner External Examiner


MARK ALLOCATION

a b c Total
`
AIM/PROCEDURE/ FLOWCHART
PROGRAM
EXECUTION & RESULTS
VIVA VOCE
RECORD
TOTAL

INTERNAL EXAMINER EXTERNAL EXAMINER

MARK ALLOCATION

a b c Total
`
AIM/PROCEDURE/ FLOWCHART
PROGRAM
EXECUTION & RESULTS
VIVA VOCE
RECORD
TOTAL

INTERNAL EXAMINER EXTERNAL EXAMINER


ANNA UNIVERSITY PRACTICAL EXAMINATIONS. APRIL/MAY – 2024
5108-GANADIPATHY TULSI’S JAIN ENGINEERING COLLEGE, VELLORE.
Computer Science and Engineering
CS3461 - OPERATING SYSTEMS LABORATORY
II year / IV semester
Date: 08-08-2024 Time: 3 Hours

LIST OF EXPERIMENTS

1. Installation of windows operating system


2. Illustrate UNIX commands and Shell Programming
3. Process Management using System Calls: Fork, Exit, Getpid, Wait, Close
4. Write C programs to implement the various CPU Scheduling Algorithms
5. Illustrate the inter process communication strategy
6. Implement mutual exclusion by Semaphore
7. Write C programs to avoid Deadlock using Banker’s Algorithm
8. Write a C program to Implement Deadlock Detection Algorithm
9. Write C program to implement Threading
10.Implement the paging Technique using C program
11.Write C programs to implement the following Memory Allocation Methods
a. First Fit b. Worst Fit c. Best Fit
12.Write C programs to implement the various Page Replacement Algorithms
13.Write C programs to Implement the various File Organization Techniques
14.Implement the following File Allocation Strategies using C programs
a. Sequential b. Indexed c. Linked
15.Write C programs for the implementation of various disk scheduling algorithms
16.Install any guest operating system like Linux using VMware.

INTERNAL EXAMINER EXTERNAL EXAMINER


ANNA UNIVERSITY PRACTICAL EXAMINATIONS. APRIL/MAY – 2024
5108-GANADIPATHY TULSI’S JAIN ENGINEERING COLLEGE, VELLORE.
ARTIFICIAL INTELLIGENCE AND DATA SCIENCE
AD3271 - DATA STRUCTURES DESIGN LABORATORY
I year / II semester
Date: 08-08-2024 Time: 3 Hours
LIST OF EXPERIMENTS

1. Implement simple ADTs as Python classes


2. Implement recursive algorithms in Python
3. Implement List ADT using Python arrays
4. Linked list implementations of List
5. Implementation of Stack and Queue ADTs
6. Applications of List, Stack and Queue ADTs
7. Implementation of sorting and searching algorithms
8. Implementation of Hash tables
9. Tree representation and traversal algorithms
10. Implementation of Binary Search Trees
11. Implementation of Heaps
12. Graph representation and Traversal algorithms
13. Implementation of single source shortest path algorithm
14. Implementation of minimum spanning tree algorithms

INTERNAL EXAMINER EXTERNAL EXAMINER


ANNA UNIVERSITY PRACTICAL EXAMINATIONS. APRIL/MAY – 2024

College Name/Code : GANADIPATHY TULSI’S JAIN ENGINEERING COLLEGE - 5108


Name of the Branch : ARTIFICIAL INTELLIGENCE AND DATA SCIENCE
Year & Semester : I year / II semester
Subject : AD3271 - DATA STRUCTURES DESIGN LABORATORY
Subject Code : AD3271
Date : 08 -08-2024

SKILLED REPORT

Total No. of Students : 60 Nos.


No. of Students per batch : 30 Nos.
Total No. of System Available : 36Nos.

Hardware Requirements:
Processor – i3 processor : Available
4GB RAM : Available
500 GB Hard disk : Available
15” Monitor : Available
Systems are Connected through LAN : Available

Software Requirements:
Windows Operating System : Available
Python 3.9 : Available

There is no deficiency in Hardware and Software Requirements.

Skilled Assistant Internal Examiner External Examiner


MARK ALLOCATION
AIM/PROCEDURE/ FLOWCHART 20
PROGRAM 30
EXECUTION & RESULTS 30
VIVA VOCE 10
RECORD 10
TOTAL 100

INTERNAL EXAMINER EXTERNAL EXAMINER

MARK ALLOCATION
AIM/PROCEDURE/ FLOWCHART 20
PROGRAM 30
EXECUTION & RESULTS 30
VIVA VOCE 10
RECORD 10
TOTAL 100

INTERNAL EXAMINER EXTERNAL EXAMINER

MARK ALLOCATION
AIM/PROCEDURE/ FLOWCHART 20
PROGRAM 30
EXECUTION & RESULTS 30
VIVA VOCE 10
RECORD 10
TOTAL 100

INTERNAL EXAMINER EXTERNAL EXAMINER

You might also like