Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Give any 4 manipulators and their equivalent ios functions. In what order are the constructors called when a derived class object is created. Assume that there are virtual and normal base classes. D
What are nested classes? Describe how name resolution proceeds in a nested class definition with examples.
Describe how parameters can be passed to Applets with suitable example. Demonstrate the usage of Nested and Inner classes. Show class hierarchy for Panel and Frame (Diagram).
What is JDBC ? Describe executeQuery( ) & executeUpdate( ) methods. Describe primitive data types.
Distinguish between syntactic and semantic dependency. What are the advantages of drawing CRC cards while developing a design?
Testing of a game usually comes in two phases: alpha testing and beta testing.
Though, the function factorial can as well be defined as a recursive function in programming exercises.
Declare a function which accepts an argument which is a pointer to an integer quantity and returns a pointer to a six-element character array.
Suppose that you’ve been hired to produce a program that draws an image of an archery target or, if you prefer commercial applications, a logo for a national department store chain.
Your job is to draw robot-looking face. Write a GraphicsProgram which draws set of ten circles with various sizes, positions, and colors. Each circle must have a randomly chosen color, a randomly ch
Write detailed notes associated to Object-Oriented Concepts on the given: a) Class and object definitionsb) Class declaration c) Encapsulation and abstraction d) The two main advantages of encap
Write a program which reads in two floating point numbers and then performs one of four operations on them: addition, subtraction, multiplication or division.
The statement #include <iostream> is normally added at the strating of a program. What is the purpose of this statement?
What are the main differences between Friend Functions and Static Functions? Describe them in detail.
Write a MIPS assembly language program which accomplishes the given tasks:
What do you mean by object-oriented approach? What are the major characteristics of object-oriented languages?
Generally explain the characteristics of an Interface Design. Also describe the basics of HTML.
What is association? Distinguish between 1-way and 2-way association with examples for each.
Write a J2ME program which would display the given interface:
Write the MPI program for multiplying two n x n matrices, A and B, with each processor producing a row-band of matrix C. P0 will send row-bands of A and all of B to slaves.
What is the differentiation between arrays and structs? A certain class has 10 students. Each student has name and student number, and marks that were awarded for 4 assignments.
The statement #include <iostream> is normally added at the beginning of a program. What is the purpose of this statement? Explain what is meant by explicit type conversion.
Differentiate between stacks and queues in data structures. Using Linked list implementation of queue, write one C++ program to do the following.
Differentiate between private, public and protected variables. Write detailed notes related to Object-Oriented Concepts on the following:
Write a function Max ( in pseudo-code or any other programming language such as C/C++) that takes as arguments an array A of 30 integers and its size and returns as result the largest element in the