Cloud Computing & Virtualization Lab

 The Cloud Computing Lab will provide the students with access to virtual machines running various operating systems and applications. The only necessary requirement is a computer with internet access.Virtual Computing Lab (VCL) provides a service that allows users to reserve virtual machines or laboratories with predefined or custom sets of applications and remotely access it over the Internet. Users can schedule images of virtual machines for current or future use.

Subject: Computer Networks Lab (CSE12322)

                List of Programs


                  IP address to class mapping,

IP address to binary conversion,

                  Subnetting


File Link :- Computer Network Lab

            



 Subject :- Design and Analysis of Algorithm Lab (CSE12314)

         List of Programs


B) Compute the transitive closure of a given directed graph using Warshall's algorithm.

   B) Check whether a given graph is connected or not using DFS method.

 Subject :- Python Programming Lab (CSE12002)

         List of Programs


b) To write a python program to compute the GCD of two numbers.

c) To write a python program first n prime numbers Priority

b) Write a python script to print the current date in following format “Sun May 29 02:26:23 IST 2017”

b)Write a program to demonstrate working with dictionaries in python

c) Write a python program to find largest of three numbers

b) To demonstrate constructors

c) To demonstrate class method and static method

 Subject :- Programming & Data Structure Lab (CSE11404)

         List of Programs


Part 1 

b)Write a program to read a character in upper case and then print it in lower case

a)      1 b)     1

12         22

123         333

1234                 4444


Part 2


Subject :- Elective Computer Science Lab-II (CSE12642)

         List of Programs


(Using WHILE)

  *

  ***

  *****

    *

   **

                    ***

                   ****

1

  232

            34543

                4567654

                   *

                 ***

                *****

                 ***

                  *

1

   22

                    333

                   4444

                  55555

a) 12 + 32 + 52 + 72 + …… + n2

b) 1 – x +x2/2! – x3/3! +…