Wednesday, 28 October 2015

C# Lab@home 3

Write a C# program that accepts distance in kilometers, converts it into meters, and then displays the result. using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Quotient {     class Meter_Kilometer     {         static void Main(string[] args)         {             int nDistance, nResult;             Console.WriteLine("Enter...
Read More »

Monday, 26 October 2015

Mk Akki

Friendship at it Best #bestfrndsforever ...
Read More »

Saturday, 24 October 2015

C# Lab@ home 2

1.As a part of the team that is developing software for a library, you have been assigned the task of writing a program. The program should accept the following book details: 1. Book Number as int 2. Book Category (Fiction or Nonfiction) as string 3. Author Name as string 4. Number of copies available as int Write a C# program to accept and display the preceding book details. using System; class Book {      string BookCat;      string FirstName;    ...
Read More »

C# Lab@ home 1

Predict the output of the following code snippet: using System; class Myclass { static void Main() { string Answer="Y"; string Response_Code="66"; int Counter=60; Console.writeLine(Answer); Console.WriteLine("Response Code"); Console.WriteLine(Cunter); Console.ReadLine();  } } 2. Jim is developing software for automating the slot booking process for a video game parlor. Customers fill the Booking Request form with the details of the game, such as the name, number...
Read More »

Core Java MT Solved

1.Identify the features of New API (NIO). Ans: i)The new API works more consistently across platforms. ii)It makes it easier to write programs that gracefully handle the failure of file system operations. iii)It provides more efficient access to a larger set of file attributes. 2.Differentiate between checked and unchecked exceptions. Ans: Checked Exception: i)Every class that is a subclass of Exception except RuntimeException and its subclasses falls into the category of checked...
Read More »

ASP MT Solved

Ques1 Conside a scenario where you are trying to directky deploy a web application on the IIS server of your development computer.As the first step Internet Information Services(IIS) Manager and currently accessing the Add Apllication dialog box.At this stage which of the following information (ch11) 1.A name of the application,A URL to access the application 2.The pysical path where the website will be saves,A URL to access the application 3.An Alias name of the application,The physical...
Read More »

HTML MT Solved

1. Explain the usage of the <IFRAME> tag in HTML. Also, discuss the various attributes of the <IFRAME> tag. Ans .The HTML <IFRAME> tag is used to specify an inline frame. It allows you to divide a Web page into sections or frames. Each section can be used to display an individual Web page. Therefore, the <IFRAME> tag is used to embed an HTML Web page within another Web page. The embedded Web page is said to be contained within the other Web page, which is known...
Read More »

DSA MT Solved

Q Explain queue with the help of an example. What are the types of operations that can be performed on a queue? How can you represent a queue in the form of a linked list? --------------------------- Ans A queue is a list of elements in which items are inserted at one end of the queue and deleted from the other end of the queue. You can think of a queue as an open ended pipe, with elements being pushed from one end and coming out of another. The end at which elements are inserted is called...
Read More »

Sem4 MT6

1.Define the following terms: Purchase Order Delivery Challan Rejection Note Goods Received Note Goods Inwards Note Ans: i)Purchase Order - A document from the customer to the seller listing the required items and providing a description of the goods. ii)Delivery Challan - A document that is sent with the shipment of goods. It lists the description, and quantity of the goods that are delivered. iii)Rejection Note - A document that lists the materials that are rejected due to defects found...
Read More »

windows app lab@home

1.Ultima Computers is a company with a reputation of providing quality financial software products. Having consistently made profits for the past five years, the company is diversifying into other areas. Ultima Computers is a company with a reputation of providing quality financial software products.Having consistently made profits for the past five years, the company is diversifying into otherareas. Ultima acquires a project from Sunny Hills Resorts, a company that owns and operatesresorts...
Read More »