Posts

C Programming Previous Question Papers

 C Programming Previous Question Papers

Registration for Skill Development

 Registration Link:  https://forms.gle/XPMjyFQLexhNUJAA8

Python(SOC) Lab External Examination

 Python(SOC) Lab External Examination(23CSS1) Date:16-11-2024 1a) To print the given patterns.                                        1                                   1     2                         1     2      3                     1      2      3       4                 1      2       3       4      5 where n=5 b)To find the GCD of 2 numbers using recursion. c) Write a Python program to combine each line from the first file with the corresponding line in t...

DATA STRUCTURES - 23CS52 LAB EXTERNAL EXAMINATION JUNE 2024

DATA STRUCTURES LAB-23CS52 1. A) Write a program to implement the Searching Techniques – Linear & Binary Search.     B) Develop a program to reverse a linked list iteratively and recursively. 2. A) Write a program to implement the circular queues with possible operations.     B)Write a program to Implement a stack or queue to compare and check for symmetry of the given string. 3. A) Write a program to Implement a double-ended queue (deque) with essential operations.     B)Write a program to check for balanced parentheses using a stack. 4. A) Write a program to implement Sorting Techniques – Selection Sort.     B) Implementing a BST using a Linked List and performing the insertion and deletion of an element . 5. A) Write a program to Implement a circular linked list and perform insertion, deletion, and traversal.     B)Write a program to evaluate a postfix expression using a stack. 6. A) Write a program to implement Sorting Techniques...

COMPUTER PROGRAMMING LAB EXTERNAL EXAMINATION

                                                 COMPUTER PROGRAMMING LAB EXTERNAL EXAMINATION                                                                                 (23-12-2024) 1)Write C Programs for the following problems. i) Linear search implementation ii) Multiplication of two matrices 2)Write C Programs for the following problems. i) Write a C program to implement calloc() ii)  Write a C function to transpose a matrix 3)Write C Programs for the following problems. i) Write a C program to find the sum of a 1D array using malloc() ii)  Read student name and marks from the command line ...

BDA Lab Internal (April - 2023)

  SET - I : a) Implementation of basic Word Count Map Reduce program b) Create sample HIVE UDF c) Sqoop import operation SET - II : a) Implementation of Matrix Multiplication with Hadoop Map Reduce b) Create Internal Table and perform DML operations c) Sqoop eval operation SET - III : a) Implementation of Weather mining by taking weather data set using Map Reduce b)  Create External Table and perform DDL operations c) Sqoop export operation