World's most popular travel blog for travel bloggers.
Showing posts with label MCSL-025. Show all posts
Showing posts with label MCSL-025. Show all posts
Write a program in Java that connects to a databaseand generates a  report that consists of the list of Study Centers where a particular  programme is offered. Input to the Java program will be the  Programme. Make assumptions wherever necessary. 

Create a database consisting of Name of Regional Center, Code of 
Regional Center, Number of Study Centers under RC, Number of 
Students enrolled 

After creating the database, perform the following tasks: 
(i)  List the names and codes of Regional Centers which are in the top 
5 positions in terms of enrollment 
Your PC is on a network. Make necessary settings in your PC so that it 
can Print to a different Printer that is just connected to the PC instead 
of default Printer. 

Write a program in C language that will accept a Graph as input and
will perform a Breadth First Search on it. Make necessary assumptions.