Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Illustrate out the concept of Exceptions in .Net environment. Write down a simple XML file for student details (sno, sname, sbranch, saddr).
Illustrate out the importance of Syntax analysis and Lexical analysis. What do you understand by the term MASM? Illustrate out its features.
Sketch the diagram of logical structure of oracle database and describe it in brief. Discuss and critically illustrate out the objectives of Query Processing.
Illustrate why top-down testing is not an effectual strategy for testing object oriented system. What do you mean by the term Software reliability? Why reliability is more significant than efficiency?
Write down a Java program to write the first ten terms of Fibonacci sequence. Program with Fibonacci sequence of first 10 terms.
Write down the uses of FileInputStream and FileOutputStream. Write down short notes on each.
What do you understand by the term virtual function? Describe it with an illustration. Illustrate out different access specifiers in a class.
Describe the term Constructors and Destructors with appropriate illustration. Explain the term polymorphism. Describe its importance.
Create String Comparison, String Concatenation and String Length functions using pointers.
Write down the difference between macros and functions?
Write a C++ program to implement the concept of conditional operator. What do you mean by container class? Describe.
What do you mean by static function and friend function? Write C++ program to implement concept of static and friend function.
What do you mean by dynamic memory allocation? What do you mean by late binding?
Write a menu driven program that works as follows:- If character A or a is pressed, then it must run a program to determine factorial of a positive number. Describe with the help of program constructo
What do you mean by run time polymorphism? What do you mean by nesting of classes? How is it achieved?
Write the interactive program for manipulating "Time" class. Support member functions for adding time members of two objects.
Write down the difference between "is-a" and "has-a" relationship?
What do you mean by macros? Write a program to determine the minimum of two numbers using macros?
Write down the difference between abstraction and datahiding? Explain why are classes called Abstract Data Types?
Write a program to determine the roots of quadratic equation.
What is header file? Explain its purpose in C++. What do you mean by pure virtual function? Describe.
What do you mean by manipulator? Describe various manipulators available in C++ by taking appropriate examples. What do you mean by self referential structure? Write and describe C++ program to suppor
Illustrate out the three (3) different types of linked list with the aid of diagrams.
Provide two instances of the use of queues in real world. What do you mean by the term Priority queue?
State all three (3) advantages of using recursive functions. Illustrate the employ of functions in C++ programs.