/S1

S1 MCA Coursework

Primary LanguageHTML

Data Structures Lab

Lab Cycle 1

  1. Array
  2. Stack
  3. Queue
  4. Circular Queue
  5. Linked List
  6. Doubly Linked List
  7. Circular Linked List
  8. Set using Bit String

Lab Cycle 2

  1. Binary Search Tree
  2. Prim's Algorithm
  3. Kruskal's Algorithm
  4. Djikstra's Algorithm
  5. Topological Sorting
  6. DFS
  7. BFS

Web Programming Lab

  1. Resume
  2. Internal Links
  3. Job Application
  4. Frameset
  5. CSS
  6. Registration Form
  7. Factorial
  8. Login Form
  9. JavaScript Functions
  10. JavaScript: Change Background Color
  11. Form Validation
  12. JavaScript: Change Image on Hover
  13. Student Registration

Programming Lab

  1. Area and Perimeter of a Circle
  2. Swap 2 Numbers
  3. Largest of 3 numbers
  4. Arithmetic Operations
  5. First n Multiples
  6. Sum of first 100 even numbers
  7. Factorial
  8. Number of digits
  9. Number of words
  10. (9) Exchange first and last characters in a string
  11. (13) Display first and last colors from a list of comma-separated color names
  12. (16) Create a single string from two strings ,swapping the character at position 1
  13. (17) Sort dictionary (ascending and descending)
  14. (18) Merge two dictionaries
  15. (19) GCD of 2 numbers
  16. (20) From a list, create a list removing all even numbers
  1. (1) Factorial using function
  2. (2) Fibonacci series of N terms
  3. (6) Character frequency in a string
  4. (7) Add ‘ing’ at the end of a given string. If it already ends with ‘ing’, add ‘ly’
  5. (9) Construct the pattern using nested loop
  1. graphics (packages)
  1. (2) Bank account (Constructor and Methods)
  2. (4) Time (Private attributes, Overloading)
  3. (5) Publisher, Book, Python (Base class constructor invocation, method overriding)
  1. (2) Copy odd lines of one file to another
  2. (3) Read each row from a given csv file and print it as a list of strings
  3. (4) Read specific columns of a given CSV file and print their contents
  4. (5) Write a Python dictionary to a CSV file, read the CSV and display its content