Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
In your Palindrome class, produce a method called reverse() that takes a string argument. Your method must return reverse of the argument as a string. For instance, if argument is Foobar then your m
What do you understand by an Array? How does it differ from normal variable? What are the different methods of initializing the array? With suitable example, show how to input and output elements in
Write down the difference between automatic type conversion and type casting? Also, provide a appropriate C++ code to demonstrate both.
Illustrate the reason why segmentation and paging sometimes joined to one scheme?
What do you mean by synchronization? Write down a program to explain the synchronization.
What do you mean by the term polymorphism? Distinguish between the compile time and runtime polymorphism with the help of the complete java program.
Illustrate the meaning of multithreading? Illustrate the two different ways to make multithreaded program?
What do you mean by garbage collection and how is it helpful for managing the external fragmentation in main memory?
What do you mean by collision in the Hash search? Give two techniques to resolve the collision.
Write down the fundamental characteristics of the C programming language. Illustrate the function of main()?
How do you implement the dynamic memory allocation in C? Give an appropriate illustration to describe your answer.
What do you mean by preprocessor directives? Illustrate three types of them. Also describe the difference between the given directives: #include <filename> and #include “filename”?
Describe with the help of an appropriate illustration the use of structures with the pointers.
Distinguish between the Interpreted and Compiled Languages. Name the category from which C language belongs to?
Describe the three UI components of swing and their classes and constructors.
Illustrate the difference between multithreading and multiprocessing? What is required to implement these in a program?
Describe the main features or aspects of OOPS.
Provide the description of Unified approach. Illustrate out the four (4) phases of the object modelling technique which can be repetitively executed?
Write down the two (2) ways of communicating with subsystem? Illustrate out the goals and scope of UML with appropriate illustrations.
Illustrate out the concepts and applications of multiple inheritance and virtual functions in C++. Illustrate out the theoretical concepts of the Binary files and Manipulators with appropriate program
Illustrate out the different tags which are used in HTML with the aid of an example program. Illustrate out the basic structure of HTML with the aid of an example program.
Illustrate out the Common Language Runtime (CLR). Illustrate out the dissimilar member access modifiers employed in C.
What do you mean by classes and objects? Explain how to add properties, events and methods to a class module.
Describe Principles of Structured Analysis and requirement analysis in detail.