Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
The networked SOA includes a layer of intermediary services. Using examples where necessary, give a complete description of any two types of intermediary services.
Explain any two architectural styles which precede SOA? Why is SOA considered as an appropriate architectural style to deal with software complexity?
What do you understand by Array of Structures? Describe with suitable example. What is File? Mention any four operations on file by giving proper example. What is Logical File?
Write a detail note on Preprocessor Directives. Write a short note on Command Line Arguments.
Explain the Source Program and Object Program ? ‘C’ is a middle level language. Illustrate. How many keywords are used in ‘C’ Language?
Give three techniques basically used with Buffer property. What functionality does HasKeys property serve? Write extract codes to demonstrate the structure of the Global.asa file.
Describe five benefits of using virtual directories while developing an ASP.NET web application. List the sequence of events in a page execution lifecycle.
Which potential problems may arise when you change items stored in an Application State object? Give four options that allow you to store Session State Data.
Give four advantages of using Web Controls rather than HTML Controls. Describe the following built-in functions and explain each using simple examples. Specify all probable parameters where required
Name two image formats used on web and describe when it is most suitable to use each format. Write a JavaScript program which allows a user to enter the sentence in the TextArea to test the following
Draw a activity diagram for the control of a Telephone Answering Machine. An incoming call is detected on the first ring and the machine answers the call with a pre-recorded announcement. When the a
Draw state Transition and Activity diagram for different operations supported by ‘Washing Machine’. Draw component and Deployment diagram for ‘Satellite Communication system’.
Describe a recursive function in LISP to append two lists taken as argument. Explain a recursive function in LISP to return last element of the list.
Differentiate formal and actual parameters. What is the difference between concurrent program and parallel program?
Write about templates. Write a C++ template function called exchange () that accepts two arguments of generic type and swaps their content.
What do you mean by Exception? How do you handle exceptions and as well describe Custom Exception by using an example.
Describe about various control structures with appropriate example in C++.
In brief describe the working method of virtual function.
Overload unary minus (-) operator to make data members inside the structure /class negative using structure, using class (member functions), and using class (friend function).
Write a program to count the number of words and lines in a file “poem.txt”. Write a program to count number of spaces, tabs and newline characters in a file“Notes.txt”.
Write a program to implement a static stack and show the push and pop operations on the stack.
Write a program to convert singly linked list into circular linked list. Write a program to create single linked list of integers, where the new node has to be inserted in such a way that the list i
Write a program to implement a circular linked list of integers. Write a program to implement linked stack.
Write a non recursive function to insert the node in AVL tree. Write a non recursive function to delete a node from an AVL tree. Write a recursive function to delete node from the AVL tree.
Write a function to swap a binary tree. Write a function to find out the inorder predecessor of a given node in a binarytree. The inputs to the function are a pointer to the root of the tree and a p