Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
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.
Write the major steps to set up a connection between ASP page and database?
Describe and also illustrate the creation of dynamic web pages in ASP with suitable example.
What do you mean by a container class? Write down the pros and cons of declaring container classes.
What are standard manipulators used in C++? What is an inline substitution?
Describe the term Array of Pointers with the help of a appropriate example. Write brief notes on following: Inline Member functions.
What is the objective of functions Prototype and Scope? Write down the difference between pointers and references.